Pompem is an open source exploit & vulnerability finder tool, designed to automate the search for Exploits and Vulnerability in the most important databases. Developed in Python, has a system of advanced search, that help the work of pen-testers and ethical hackers.
In the current version, it performs searches in PacketStorm security, CXSecurity, ZeroDay, Vulners, National Vulnerability Database, WPScan Vulnerability Database.
Usage
To get the list of basic options and information about the project:
1 2 3 4 5 6 7 |
$ 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 |
Examples of use:
1 2 3 4 5 |
$ 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 |
You can download Pompem here:
Or read more here.