dEEpEst
☣☣ In The Depths ☣☣
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
- Joined
- Mar 29, 2018
- Messages
- 13,861
- Solutions
- 4
- Reputation
- 32
- Reaction score
- 45,552
- Points
- 1,813
- Credits
- 55,350
7 Years of Service
56%
Findsploit by @xer0dayz
ABOUT
Findsploit 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).
INSTALLATION
./install.sh
USAGE
UPDATE:
To update exploit-db and check for new versions of findsploit, run findsploit --update
Download:
This link is hidden for visitors. Please Log in or register now.
ABOUT
Findsploit 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).
INSTALLATION
./install.sh
USAGE
Code:
Search for all exploits and modules using a single search term:
* findsploit <search_term_1> (ie. findsploit apache)
Search multiple search terms:
* findsploit <search_term_1> <search_term_2> <search_term_3> ...
Show all NMap scripts:
* findsploit nmap
Search for all FTP NMap scripts:
* findsploit nmap | grep ftp
Show all Metasploit auxiliary modules:
* findsploit auxiliary
Show all Metasploit exploits:
* findsploit exploits
Show all Metasploit encoder modules:
* findsploit encoder
Show all Metasploit payloads modules:
* findsploit payloads
Search all Metasploit payloads for windows only payloads:
* findsploit payloads | grep windows
UPDATE:
To update exploit-db and check for new versions of findsploit, run findsploit --update
Download:
To see this hidden content, you must like this content.