针对指定网站漏洞扫描,子域名扫描。 https://github.com/HyWell/AWIScan
|
2 years ago | |
---|---|---|
data | 5 years ago | |
lib | 5 years ago | |
thiedparty | 5 years ago | |
.gitignore | 5 years ago | |
AWIScan.py | 5 years ago | |
LICENSE | 2 years ago | |
README.md | 5 years ago | |
requirement.txt | 5 years ago |
AWIScan(All web information scan) is a fast information gathering tool for pentesters.
Python3.7
Nmap
aiodns
aiohttp
python-libnmap
git clone https://github.com/HyWell/AWIScan.git
cd AWIScan
python3 -m pip install -r requirement.txt
Usage: AWIScan.py [-h] [-i IP | -f FILE] [-l {1,2,3}]
python AWIScan.py -i 10.10.10.10 -l 1
python AWIScan.py -f target.com -l 1
Options arguments:
-h, --help show this help message and exit
-i IP, --ip IP scan a target or network(e.g. target.com
,192.168.1.1[/24], 192.168.1.1-192.168.1.100)
-f FILE, --file FILE load target from targetFile (e.g. target.txt)
-l {1,2,3}, --level {1,2,3}
This option is used to provide the scan level.