Skip to content

端口扫描工具后续将集成到webframeworktools工具里面这里先单独开一个项目吧

Notifications You must be signed in to change notification settings

peiqiF4ck/PortScan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PortScan

端口扫描工具后续将集成到webframeworktools工具里面这里先单独开一个项目吧
软件截图: 端口扫描动态测试截图 端口扫描
用法: Scan.exe -ip <IP|ip.txt> -port <Port|port.txt> [-thread ] [-timeout ] [-banner <yes|no>] [-type <ping|tcp>] [-export ]
Author:peiqiF4ck https://peiqif4ck.github.io/
ip地址可以是txt文件一行一个也可以是ip地址
port端口号可以是txt文件一行也可以是端口号
export(排除的端口号)只能是端口号不支持txt
ip支持格式:192.168.1.1,192.168.1.1-255,192.168.1.1-192.168.1.255,192.168.1.1,192.168.1.2,192.168.1.1/24/8/16
端口号支持,和-格式80,81或者81-82.默认端口超时时间为9000。如果输入20以下的数字那么就是9000。否则就是你输入的超时时间。如果想加请指定参数-timeout 10000
默认使用tcp扫描并且识别banner信息,如果想使用ping探活之后在扫描请加-type指定为ping
默认线程20更改线程数-thread 100,不识别banner只端口扫描指定参数-banner no
部分参数用法
Scan.exe -ip 192.168.1.1 -port 80 -thread 100 -timeout 9000 -banner no -type ping -export 80
Scan.exe -ip 192.168.1.1 -port 80 -thread 100
Scan.exe -ip 192.168.1.1 -port 80 -timeout 9000
Scan.exe -ip 192.168.1.1 -port 80 -type ping
Scan.exe -ip 192.168.1.1
Scan.exe -ip ip.txt -port port.txt
端口扫描 端口扫描动态测试截图

视频教程
https://www.youtube.com/watch?v=W3aJ4n5u0jg

About

端口扫描工具后续将集成到webframeworktools工具里面这里先单独开一个项目吧

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages