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
./install.sh
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
Starship is a powerful, minimal, and highly customizable cross-shell prompt designed to enhance the terminal…
Lemmy is an innovative, open-source platform designed for link aggregation and discussion, providing a decentralized…
The latest release of ImHex v1.37.0 introduces a host of exciting features and improvements, enhancing…
Ghauri is a cutting-edge, cross-platform tool designed to automate the detection and exploitation of SQL…
Writing tools have become indispensable for individuals looking to enhance their writing efficiency, accuracy, and…
PatchWerk is a proof-of-concept (PoC) tool designed to clean NTDLL syscall stubs by patching syscall…