View Issue Details

IDProjectCategoryView StatusLast Update
0004393Kali LinuxNew Tool Requestspublic2017-12-18 21:47
Reporterj_jito Assigned Todookie  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status closedResolutionwon't fix 
Product Version2017.3 
Summary0004393: Findsploit: Find exploits in local and online databases instantly
Description

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)

Steps To Reproduce

git clone https://github.com/1N3/Findsploit.git

./install.sh

Additional Information

USAGE:

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

Activities

dookie

dookie

2017-12-18 21:47

reporter   ~0007709

Thanks for the suggestion but this doesn't warrant inclusion, particularly with its reliance on external websites, which invariably stop working, breaking the tool.

Issue History

Date Modified Username Field Change
2017-12-05 20:20 j_jito New Issue
2017-12-18 21:47 dookie Assigned To => dookie
2017-12-18 21:47 dookie Status new => closed
2017-12-18 21:47 dookie Resolution open => won't fix
2017-12-18 21:47 dookie Note Added: 0007709