web安全工具庫(筆記)----端口掃描(PortScan)

最簡單的方法介紹工具。

教程所包含工具:

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

系統:windows 10

PortScan工具使用方法:

usage: main.py [-h] [-d --domain] [-p --port] [-t --thread] [-w --wait]
               [-s show]

********** Port Scanner v1.0 **********

optional arguments:
  -h, --help   show this help message and exit
  -d --domain  please make sure the input host name is in the form of
               "something.com" , "http://something.com! " or ip.
  -p --port    If target_ports is a list, this list of ports will be used as
               the port list to be scanned. If the target_ports is a int, it
               should be 50, 100 or 1000, indicating
  -t --thread  set the maximum number of thread for port scanning. default to
               1000.
  -w --wait    Set the time out delay for port scanning in seconds the time in
               seconds that a TCP socket waits until timeout, default to 10s.
  -s show      show the top50, 100 or 1000 ports list

命令:python3 main.py -d 39.106.13.91 -t 1000 -w 5            //-d 目標IP,-t線程數,-w,端口時間延遲

總結:工具比較好用。

目錄:

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

 

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