Pentest Tools

Published on June 21st, 2017 📆 | 3051 Views ⚑

0

Find Exploits in Local and Online Databases: Findsploit


iSpeech.org
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).

 

How To Install and Find Exploits

./install.sh

 





Usage

root@kali:/# findsploit heartbleed

   ___ _           _           _       _ _   
  / __(_)_ __   __| |___ _ __ | | ___ (_) |_ 
 / _\ | | '_ \ / _` / __| '_ \| |/ _ \| | __|
/ /   | | | | | (_| \__ \ |_) | | (_) | | |_ 
\/    |_|_| |_|\__,_|___/ .__/|_|\___/|_|\__|
                        |_|                  
[adsense size='1']
+ -- --=[findsploit v1.4 by 1N3
+ -- --=[https://crowdshield.com

+ -- --=[SEARCHING:  heartbleed   

+ -- --=[NMAP SCRIPTS

/usr/share/nmap/scripts/ssl-heartbleed.nse

+ -- --=[METASPLOIT EXPLOITS

msf_search/auxiliary:   scanner/ssl/openssl_heartbleed                                 2014-04-07       normal  OpenSSL Heartbeat (Heartbleed) Information Leak
msf_search/auxiliary:   server/openssl_heartbeat_client_memory                         2014-04-07       normal  OpenSSL Heartbeat (Heartbleed) Client Memory Exposure

+ -- --=[EXPLOITDB EXPLOITS

 Description                                                                 Path
--------------------------------------------------------------------------- -------------------------
Heartbleed OpenSSL - Information Leak Exploit (1)                           /multiple/remote/32791.c
Heartbleed OpenSSL - Information Leak Exploit (2) - DTLS Support            /multiple/remote/32998.c

+ -- --=[Press any key to search online or Ctrl+C to exit...


https://github.com/1N3/findsploit

 



Comments are closed.