Whaleshares Logo

Findsploit in Kali Linux

zahidsunPosted for Everyone to comment on, 4 years ago

Installation and usages

cd Desktop
git clone https://github.com/1N3/Findsploit.git
cd Findsploit
chmod 777 install.sh
./install.sh

commands for usages

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
Sign Up to join this conversation, or to start a topic of your own.
Your opinion is celebrated and welcomed, not banned or censored!