Skip to content

Picco1o/PortScan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

PortScan

基于python3实现的端口扫描工具

依赖

  • python3+

使用说明

  • 单端口扫描:
python scan.py -i 127.0.0.1 -p 80
  • 多端口扫描:
python scan.py -i 127.0.0.1 -p 80,443,8080,8443,10250
  • 扫描连续端口:
python scan.py -i 127.0.0.1 -p 22-81

About

基于python3实现的端口扫描工具

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages