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 1 month 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-27T01:43:24.000Z (about 3 years ago)
- Last Synced: 2024-10-15T02:41:29.823Z (about 2 months ago)
- Topics: bugbounty, exploitdb, exploits, find, hackers, metasploit, nmap, pentest, search
- Language: Shell
- Homepage: https://sn1persecurity.com
- Size: 1.6 MB
- Stars: 1,627
- Watchers: 88
- Forks: 326
- 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://img.shields.io/github/stars/1N3/Findsploit.svg?style=social&label=Star&maxAge=2592000)](https://github.com/1N3/Findsploit/stargazers/) (Uncategorized / Uncategorized)
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.