Pompem 一款查找漏洞利用工具
2019-09-03 10:50:32 Author: mp.weixin.qq.com(查看原文) 阅读量:317 收藏

Pompem是一个开源工具,旨在自动搜索最重要的数据库中的漏洞利用和漏洞。用Python开发,具有高级搜索系统,可以帮助测试者和道德黑客的工作。在当前版本中,它在PacketStorm安全性,CXSecurity,ZeroDay,Vulners,国家漏洞数据库,WPScan漏洞数据库中执行搜索...

安装
git clone https://github.com/rfunix/Pompem.git
pip3.5 install -r requirements.txt

用法
python3.5 pompem.py -h

Options:
  -h, --help                      show this help message and exit
  -s, --search <keyword,keyword,keyword>  text for search
  --txt                           Write txt File
  --html                          Write html File

使用示例:
$ python3.5 pompem.py -s Wordpress
$ python3.5 pompem.py -s Joomla --html
$ python3.5 pompem.py -s "Internet Explorer,joomla,wordpress" --html
$ python3.5 pompem.py -s FortiGate --txt
$ python3.5 pompem.py -s ssh,ftp,mysql

文章来源及下载:

https://github.com/rfunix/Pompem

你可能喜欢

Evil FOCA-内网劫持工具使用

FruityWifi 2.0 – 开源无线审计工具

anti-XSS:开源XSS脚本检测工具


文章来源: http://mp.weixin.qq.com/s?__biz=MzAxMjE3ODU3MQ==&amp;mid=2650457067&amp;idx=4&amp;sn=7fda2091fb3398c3a24b6946263315eb&amp;chksm=83bba60fb4cc2f197526f1c9313cba0d2a9cb85828ffcfa2700376a27bee8f90af3df03ff6a4#rd
如有侵权请联系:admin#unsafe.sh