Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 3 hours 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-09-27T01:43:24.000Z (over 3 years ago)
- Last Synced: 2025-02-02T09:56:58.743Z (7 days ago)
- Topics: bugbounty, exploitdb, exploits, find, hackers, metasploit, nmap, pentest, search
- Language: Shell
- Homepage: https://sn1persecurity.com
- Size: 1.6 MB
- Stars: 1,687
- Watchers: 89
- Forks: 329
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Findsploit by @xer0dayz
https://sn1persecurity.com![alt tag](https://github.com/1N3/Findsploit/blob/master/findsploit.png)
### 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.