8000 GitHub - p0nytaiL/scanner
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

p0nytaiL/scanner

Repository files navigation

python2.7

pip install lxml
pip install netaddr
pip install requests

#C段http主机扫描
./S.py -f subnet-httpserver -t 192.168.1.0/24

#C段prt记录反查(robtex)
./S.py -f subnet-robtex -t 192.168.0.1/24.html

#二级域名爆破
./S.py -f subdomain-dns -t github.com

#二级域名http主机扫描80,443(来自二级域名爆破结果)
./S.py -f subdomain-httpserver -t github.com

#二级域名bing接口
./S.py -f subdomain-bing -t github.com

#旁站查询,bing搜索结果
./S.py -f virtualhost-bing -t 127.0.0.1

#C段旁站查询,bing搜索结果
./S.py -f virtualhost-bing -t 127.0.0.1
Windows:
	for /l %i in (1,1,255) do S.py -f virtualhost-bing -t 127.0.0.%i
Linux:
	for i in `seq 254`; do ./S.py -f virtualhost-bing -t 127.0.0.$i; done;



#Toolkits
#bing字典,iciba字典
./Toolkit.py 单词

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0