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.
sudo apt install getsploit (40 KB)
Dependências: python3, python3-click, python3-httpx, python3-orjson, python3-texttable
Escolha um comando ao lado para ver a descrição e a ajuda completa.
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.