https://github.com/1N3/Findsploit
Find exploits in local and online databases instantly
https://github.com/1N3/Findsploit
bugbounty exploitdb exploits find hackers metasploit nmap pentest search
Last synced: 25 days ago
JSON representation
Find exploits in local and online databases instantly
- Host: GitHub
- URL: https://github.com/1N3/Findsploit
- Owner: 1N3
- License: other
- Created: 2015-03-16T16:15:55.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-09-27T01:43:24.000Z (over 3 years ago)
- Last Synced: 2025-03-24T23:32:51.040Z (27 days ago)
- Topics: bugbounty, exploitdb, exploits, find, hackers, metasploit, nmap, pentest, search
- Language: Shell
- Homepage: https://sn1persecurity.com
- Size: 1.6 MB
- Stars: 1,710
- Watchers: 89
- Forks: 331
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-bugbounty-tools - Findsploit - Find exploits in local and online databases instantly (Miscellaneous / Vulnerability Scanners)
- WebHackersWeapons - Findsploit
- awesome-termux-hacking - Findsploit - Find exploits in local and online databases instantly.[](https://github.com/1N3/Findsploit/stargazers/) (Uncategorized / Uncategorized)
README
# Findsploit by @xer0dayz
https://sn1persecurity.com
### ABOUT
Finsploit is a simple bash script to quickly and easily search both local and online exploit databases. 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).For updates to this script, type `findsploit update`
### INSTALLATION
```
./install.sh
```### USAGE
```
Search for all exploits and modules using a single search term:
* findsploit (ie. findsploit apache)Search multiple search terms:
* findsploit ...Show all NMap scripts:
* findsploit nmapSearch for all FTP NMap scripts:
* findsploit nmap | grep ftpShow all Metasploit auxiliary modules:
* findsploit auxiliaryShow all Metasploit exploits:
* findsploit exploitsShow all Metasploit encoder modules:
* findsploit encoderShow all Metasploit payloads modules:
* findsploit payloadsSearch all Metasploit payloads for windows only payloads:
* findsploit payloads | grep windows
```## LICENSE:
This software is free to distribute and use with the condition that credit is provided to the creator (@xer0dayz @Sn1perSecurity), is not renamed and is not for commercial use or resold and rebranded. Permission to distribute any part of the code for sale is strictly prohibited.