Packages and Binaries:
getsploit
Command line utility for searching and downloading exploits
Inspired by searchsploit, getsploit combines two features: command line search
and download.
It allows you to search online for the exploits across all the most popular collections, including (but not limited to): - Exploit-DB, - Metasploit, - Packetstorm
The most powerful feature of getsploit is the ability to immediately download the exploit source code in your working path.
Installed size: 40 KB
How to install: sudo apt install getsploit
Dependencies:
- python3
- python3-click
- python3-httpx
- python3-orjson
- python3-texttable
getsploit
root@kali:~# getsploit --help
Usage: getsploit [OPTIONS] [QUERY]...
Exploit search and download utility
Options:
-j, --json Show result in JSON format
-m, --mirror Mirror (aka copies) exploits to the current
working directory
-l, --local Perform search in the local database instead of
searching online
-u, --update Update getsploit.db database
-s, --set-key Set vulners API key
-k, --api-key TEXT Vulners API key
-c, --count INTEGER RANGE Search limit [1<=x<=1000]
--help Show this message and exit.
Updated on: 2025-Dec-09