端口掃描 -- Pscan

如果有一天在酒吧,看見我畫著濃妝,披著頭髮,左手拿著煙,右手拿著酒,你是過來喝兩杯,還是帶我回家。。。


今天給大家介紹一款端口掃描工具Pscan

一、環境:kali2019.4 python2

二、安裝過程:

1、複製Pscan到本地安裝包

git clone https://github.com/P0desta/Pscan.git


端口掃描 -- Pscan


三、命令

1、cd Pscan/pscan

2、掃描端口

python pscan.py --mode port --host 192.168.1.121 --port 80,8080 --thread 50


端口掃描 -- Pscan


3、掃描敏感目錄

python pscan.py --mode sens --host 192.168.1.121 --thread 50


端口掃描 -- Pscan


禁止非法,後果自負


分享到:


相關文章: