-
Notifications
You must be signed in to change notification settings - Fork 4
p0nytaiL/scanner
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published