Public Exploits

Using Searchsploit

# Search for exploits using a keyword
searchsploit apache 2.4.49

# Mirror the exploit locally
searchsploit -m 49389

# Show the local path of the exploit
searchsploit -p 49389

# Downloaded exploits are saved to current directory
# Use or edit them as needed
python3 49389.py

# Show exploit URL in browser-friendly format
searchsploit -w OpenSMTPD

# Use exploit-db manually if searchsploit doesn’t return anything
# (Copy-paste these URLs in browser)
# https://www.exploit-db.com/
# https://www.rapid7.com/db/
# https://packetstormsecurity.com/

Last updated