Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Sqlmap | 26,461 | 4 days ago | 1 | February 27, 2018 | 59 | other | Python | |||
Automatic SQL injection and database takeover tool | ||||||||||
K8tools | 5,008 | 18 hours ago | 5 | mit | PowerShell | |||||
K8工具合集(内网渗透/提权工具/远程溢出/漏洞利用/扫描工具/密码破解/免杀工具/Exploit/APT/0day/Shellcode/Payload/priviledge/BypassUAC/OverFlow/WebShell/PenTest) Web GetShell Exploit(Struts2/Zimbra/Weblogic/Tomcat/Apache/Jboss/DotNetNuke/zabbix) | ||||||||||
Vulscan | 2,849 | 11 days ago | 8 | other | Lua | |||||
Advanced vulnerability scanning with Nmap NSE | ||||||||||
Nosqlmap | 2,320 | a month ago | 3 | gpl-3.0 | Python | |||||
Automated NoSQL database enumeration and web application exploitation tool. | ||||||||||
Computer Science Resources | 2,010 | 6 days ago | 2 | |||||||
A list of resources in different fields of Computer Science | ||||||||||
Libc Database | 1,449 | a month ago | 6 | mit | Shell | |||||
Build a database of libc offsets to simplify exploitation | ||||||||||
Vfeed | 830 | 2 years ago | 9 | other | Python | |||||
The Correlated CVE Vulnerability And Threat Intelligence Database API | ||||||||||
Ronin | 533 | 7 days ago | 12 | gpl-3.0 | Ruby | |||||
Ronin is a free and Open Source Ruby toolkit for security research and development. Ronin also allows for the rapid development and distribution of code, exploits, payloads, etc, via 3rd party git repositories. | ||||||||||
Api | 347 | 7 | 1 | a month ago | 43 | February 28, 2022 | 6 | gpl-3.0 | Python | |
Vulners Python API wrapper | ||||||||||
Fingerprinter | 232 | 2 years ago | other | Ruby | ||||||
CMS/LMS/Library etc Versions Fingerprinter |
Find exploits in local and online database
Searchsploit is a bash script to quickly and easily search both local and online exploit databases. This repository also includes "copy" to copy any exploit-db exploit to the current directory and "compile" to automatically compile and run any C exploit (ie. ./copys 1337.c && ./compile 1337.c).
For updates to this script, type Searchsploit update.
git clone https://www.github.com/Err0r-ICA/Searchsploit
cd Searchsploit
bash install.sh
./Searchsploit
Search for all exploits and modules using a single search term:
* Searchsploit <search_term_1> (ie. Searchsploit apache)
Search multiple search terms:
* Searchsploit <search_term_1> <search_term_2> <search_term_3> ...
Show all NMap scripts:
* Searchsploit nmap
Search for all FTP NMap scripts:
* Searchsploit nmap | grep ftp
Show all Metasploit auxiliary modules:
* Searchsploit auxiliary
Show all Metasploit exploits:
* Searchsploit exploits
Show all Metasploit encoder modules:
* Searchsploit encoder
Show all Metasploit payloads modules:
* Searchsploit payloads
Search all Metasploit payloads for windows only payloads:
* findsploit payloads | grep windows