Skip to content

Files

Latest commit

784bf68 · Jan 20, 2022

History

History
30 lines (22 loc) · 1.28 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.28 KB

httpscan

httpscan 用于C段http资产快速扫描,目前只支持80端口。(多线程)(写书需要,没有方便的工具就写了一个脚本,方便和书搭配)

image

    $$\   $$\ $$$$$$$$\ $$$$$$$$\ $$$$$$$\   $$$$$$\
    $$ |  $$ |\__$$  __|\__$$  __|$$  __$$\ $$  __$$\
    $$ |  $$ |   $$ |      $$ |   $$ |  $$ |$$ /  \__| $$$$$$$\ $$$$$$\  $$$$$$$\
    $$$$$$$$ |   $$ |      $$ |   $$$$$$$  |\$$$$$$\  $$  _____|\____$$\ $$  __$$\
    $$  __$$ |   $$ |      $$ |   $$  ____/  \____$$\ $$ /      $$$$$$$ |$$ |  $$ |
    $$ |  $$ |   $$ |      $$ |   $$ |      $$\   $$ |$$ |     $$  __$$ |$$ |  $$ |
    $$ |  $$ |   $$ |      $$ |   $$ |      \$$$$$$  |\$$$$$$$\$$$$$$$ |$$ |  $$ |
    \__|  \__|   \__|      \__|   \__|       \______/  \_______|\_______|\__|  \__|
                                Author:Alphabug@RedTeam.site
usage: httpscan.py [-h] -t TARGET

httpscan

optional arguments:
  -h, --help            show this help message and exit
  -t TARGET, --target TARGET
                        target,For example:192.168.1.100

使用效果

image