Find Exploits Instantly: Findsploit
Finsploit is a simple bash script to quickly and easily search both local and online exploit databases
How To Install and Find Exploits
- Extract files to a directory (ie. /pentest/findsploit)
- Set the below params to match your browser and settings
- To run, chmod +x findsploit and ./findsploit iis 5.0 to search
This script uses the local exploit-db database for exploits. To install this database locally, use the update.sh script under the exploitdb folder first. You will also need to install nmaps script database locally in /usr/share/nmap/scripts/ for the script to work.
This repository also includes “copysploit” to copy any exploit-db exploit to the current directory and “compilesploit” to automatically compile and run any C exploit (ie. ./copysploit 1337.c && ./compilesploit 1337.c).
Source && Download
0 comments: