SearchSploit — local ExploitDB search tool for finding and using publicly known exploits.
searchsploit apache 2.4
searchsploit wordpress 5.0
searchsploit openssh 7.4
searchsploit -t "remote code execution"
searchsploit --cve 2021-44228
searchsploit -w openssh
searchsploit --update
searchsploit -x exploits/linux/remote/12345.py
searchsploit -m exploits/linux/remote/12345.py
searchsploit -m 12345
searchsploit -p 12345
ls /usr/share/exploitdb/exploits/
searchsploit --nmap nmap_output.xml
nmap -sV -oX scan.xml 10.10.10.1 && searchsploit --nmap scan.xml