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







暂无评论内容