searchsploit

A command line search tool for Exploit-DB that also allows you to take a copy of Exploit Database with you, everywhere you go.

https://www.exploit-db.com/searchsploit

Usage

searchsploit WordPress 5.6.1 -w

# -w: show exploit-db url

# OUTPUT SAMPLE
-------------------------------------------------------------------- --------------------------------------------
 Exploit Title                                                      |  URL
-------------------------------------------------------------------- --------------------------------------------
WordPress Plugin DZS Videogallery < 8.60 - Multiple Vulnerabilities | https://www.exploit-db.com/exploits/39553
WordPress Plugin iThemes Security < 7.0.3 - SQL Injection           | https://www.exploit-db.com/exploits/44943
WordPress Plugin Rest Google Maps < 7.11.18 - SQL Injection         | https://www.exploit-db.com/exploits/48918
-------------------------------------------------------------------- --------------------------------------------
Shellcodes: No Results

Install in Ubuntu Server 18.04

Source

echo '=== INSTALLING SEARCHSPLOIT ==='
echo '>>> clonning repo'
git clone https://github.com/offensive-security/exploitdb.git /opt/exploit-database

echo '>>> linking to bin'
ln -sf /opt/exploit-database/searchsploit /usr/local/bin/searchsploit

echo '>>> copying rc'
cp -n /opt/exploit-database/.searchsploit_rc ~/

Last updated

Was this helpful?