Vulnerability Analysisexploitvulnerabilitysearchpentestdatabase

Pompem

Pompem is an exploit and vulnerability finder that automates searches across major databases like PacketStorm, CXSecurity, ZeroDay, Vulners, NVD, and WPScan. It facilitates the work of pentesters, ethical hackers, and forensics experts by exporting results to HTML or text format.

Description

Pompem is designed to streamline the process of finding exploits and vulnerabilities by performing advanced searches in key databases including PacketStorm security, CXSecurity, ZeroDay, Vulners, National Vulnerability Database, and WPScan Vulnerability Database. This tool is essential for securing networks and systems, making it invaluable for professionals in penetration testing, ethical hacking, and digital forensics.

Use cases include rapid identification of available exploits during vulnerability assessments, reconnaissance phases of pentests, and forensic investigations where known vulnerabilities need to be cross-referenced. The ability to export search results to HTML or text formats supports documentation and reporting workflows.

By automating searches across multiple sources, Pompem reduces manual effort and ensures comprehensive coverage of exploit information, enhancing efficiency in security operations.

How It Works

Pompem operates by taking user-provided search keywords and querying a predefined set of exploit and vulnerability databases: PacketStorm security, CXSecurity, ZeroDay, Vulners, National Vulnerability Database, and WPScan Vulnerability Database. It aggregates results from these sources using HTTP requests via Python libraries, then formats and optionally exports them to text or HTML files. The --get option enables downloading of identified exploit files directly.

Installation

bash
sudo apt install pompem

Flags

-h, --helpshow this help message and exit
-s, --search <keyword,keyword,keyword>text for search
--txtWrite txt File
--htmlWrite html File
--updateupgrade to latest version
-g, --getDownload exploit files

Examples

Display the help message and usage options
pompem -h
Search for exploits and vulnerabilities using the specified keyword
pompem -s keyword
Search using multiple comma-separated keywords across databases
pompem -s keyword1,keyword2
Perform a search and export results to a text file
pompem -s keyword --txt
Perform a search and export results to an HTML file
pompem -s keyword --html
Upgrade Pompem to the latest version
pompem --update
Search for exploits and download the exploit files
pompem -s keyword -g
Updated 2026-04-16kali.org ↗