web安全工具庫(筆記)----端口掃描(cthun.py)

最簡單的方法介紹工具。

教程所包含工具:

鏈接:https://pan.baidu.com/s/1fPh0rv88y64b33R47ecfxA 
提取碼:sr2r 

系統:windows 10

cthun.py工具使用方法:

C:\懸劍武器庫\tools\端口掃描\CThun>python2 cthun.py -h
usage: cthun.py [-h] -s startip -e endip [-p N,N] [-tp N] [-t N] [-ms N]
                [-hs [true]] [-bf STR,STR] [-nd [true]]

This script can scan port&service like nmap and bruteforce like hydra.result
will store in result.log in same folder.progrem has default user/password dict
inside,you can add extra users in user.txt and extra password in password.ext
in same folder(one line one word)

optional arguments:
  -h, --help            show this help message and exit
  -s startip            Start IPaddress(e.g. '192.172.1.1')
  -e endip              End IPaddress(e.g. '192.172.1.255')
  -p N,N, --ports N,N   Port(s) to scan(e.g. '22,80,1-65535').
  -tp N, --topports N   The N most commonly used ports(e.g. 100).
  -t N, --sockettimeout N
                        Socket Timeout(second),default is 0.5
  -ms N, --maxsocket N  Max sockets(100-1000),default is 1000
  -hs [true], --http_scan [true]
                        Advance scan http(s) services,get title,status code
                        and website techs
  -bf STR,STR, --bruteforce STR,STR
                        Bruteforce Protocols after portscan.(e.g. 'all,ftp,ssh
                        ,rdp,vnc,smb,mysql,mssql,postgresql,redis,mongodb,memc
                        ached')
  -nd [true], --no_default_dict [true]
                        do not use default user/password dict,only
                        user.txt,password.txt

命令:python2 cthun.py -s 192.168.0.1 -e 192.168.0.1 -p 1-65535

 

總結:不是特別準確。

目錄:

1.web安全工具庫(筆記)----端口掃描(K8PortScan)
https://blog.csdn.net/qq_30508729/article/details/104704404
2.web安全工具庫(筆記)----端口掃描(masscan-GUI V0.72)
https://blog.csdn.net/qq_30508729/article/details/104704842
3.web安全工具庫(筆記)----端口掃描(portscanner)
https://blog.csdn.net/qq_30508729/article/details/104705181
4.web安全工具庫(筆記)----端口掃描(RapidScanner.exe)
https://blog.csdn.net/qq_30508729/article/details/104705409
5.web安全工具庫(筆記)----端口掃描(御劍高速端口掃描工具 V1.01 beta)
https://blog.csdn.net/qq_30508729/article/details/104723163
6.web安全工具庫(筆記)----端口掃描(SuperScanV4.0-RHC.exe)
https://blog.csdn.net/qq_30508729/article/details/104723788
7.web安全工具庫(筆記)----端口掃描(端口掃描器.exe)
https://blog.csdn.net/qq_30508729/article/details/104724093
8.web安全工具庫(筆記)----端口掃描(pscan.py)
https://blog.csdn.net/qq_30508729/article/details/104724851
9.web安全工具庫(筆記)----端口掃描(ScanPort.exe)
https://blog.csdn.net/qq_30508729/article/details/104724221
10.web安全工具庫(筆記)----端口掃描(PortScan)
https://blog.csdn.net/qq_30508729/article/details/104803113
11.web安全工具庫(筆記)----端口掃描(webservicescanner.py)
https://blog.csdn.net/qq_30508729/article/details/104803393
12.web安全工具庫(筆記)----端口掃描(cthun.py)
https://blog.csdn.net/qq_30508729/article/details/104803493

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章