WyAtu之Perun漏洞扫描器

  • A+
所属分类:神兵利刃

下载地址:

https://github.com/WyAtu/Perun

python Perun.py  -l . --all-list

WyAtu之Perun漏洞扫描器

显示所有的poc

  python Perun.py -l . --all-list

仅扫描默认端口

  python Perun.py -l . -t 192.168.24.0/24

仅扫描默认端口,不执行ping检测

   python Perun.py -l . -t 192.168.24.0/24 --skip-ping

仅扫描指定端口,不执行ping检测

python Perun.py -l . -t 192.168.0.0/24 -p 1-65535 --skip-ping

扫描端口,并检测指定漏洞,同时设置指定漏洞模块扫描指定端口

python Perun.py -l . -t 192.168.0.0/24 --vuln weblogic.rce_cve201710271=80,90,7001

指定关键词smb/rce搜索,并列出,不进行扫描

python Perun.py -l . --search smb rce --search-list

指定关键词innet/rce搜索,搜索结果中过滤出关键词dangers,不进行扫描,并列出

python Perun.py -l . --search innet rce --filter dangers --search-list

指定扫描目标文件,进行默认端口扫描,并加载所有内网vuln模块

python Perun.py -l . -t target.txt --search innet --skip-ping

扫描默认端口,加载关键词rce的vuln模块,并对所有vuln模块设置不扫描默认端口,扫描指定端口

python Perun.py -l . -t 192.168.0.0/24 --search rce --set-port 80.1000-8000

扫描默认端口,加载mysql弱口令扫描模块,不使用自带字典,指定字典

python Perun.py -l . -t 192.168.0.0/24 --search mysql --fileter weakpassword --pass-path password.txt

扫描ip地址的全部端口,并且加载所有漏洞检测模块进行检测

python Perun.py -l . -t 192.168.0.0/24 -p 1-65535 --search all


报告样板:

WyAtu之Perun漏洞扫描器

WyAtu之Perun漏洞扫描器

  • 我的微信
  • 这是我的微信扫一扫
  • weinxin
  • 我的微信公众号
  • 我的微信公众号扫一扫
  • weinxin

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: