All Projects → 1N3 → Findsploit

1N3 / Findsploit

Licence: other
Find exploits in local and online databases instantly

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Findsploit

Penta
Open source all-in-one CLI tool to semi-automate pentesting.
Stars: ✭ 130 (-88.79%)
Mutual labels:  pentest, nmap, metasploit
Easy hack
Hack the World using Termux
Stars: ✭ 549 (-52.67%)
Mutual labels:  nmap, metasploit, hackers
Sec Tools
Docker images for infosec tools
Stars: ✭ 135 (-88.36%)
Mutual labels:  pentest, nmap, metasploit
Redcloud
Automated Red Team Infrastructure deployement using Docker
Stars: ✭ 551 (-52.5%)
Mutual labels:  pentest, metasploit, bugbounty
Pcwt
Stars: ✭ 46 (-96.03%)
Mutual labels:  pentest, nmap, bugbounty
Asnlookup
Leverage ASN to look up IP addresses (IPv4 & IPv6) owned by a specific organization for reconnaissance purposes, then run port scanning on it.
Stars: ✭ 163 (-85.95%)
Mutual labels:  pentest, nmap, bugbounty
tugarecon
Pentest: Subdomains enumeration tool for penetration testers.
Stars: ✭ 142 (-87.76%)
Mutual labels:  hackers, bugbounty, pentest
Poc
Advisories, proof of concept files and exploits that have been made public by @pedrib.
Stars: ✭ 376 (-67.59%)
Mutual labels:  exploits, metasploit
A Red Teamer Diaries
RedTeam/Pentest notes and experiments tested on several infrastructures related to professional engagements.
Stars: ✭ 382 (-67.07%)
Mutual labels:  nmap, metasploit
Dictionary Of Pentesting
Dictionary collection project such as Pentesing, Fuzzing, Bruteforce and BugBounty. 渗透测试、SRC漏洞挖掘、爆破、Fuzzing等字典收集项目。
Stars: ✭ 492 (-57.59%)
Mutual labels:  pentest, bugbounty
Lazyrecon
An automated approach to performing recon for bug bounty hunting and penetration testing.
Stars: ✭ 282 (-75.69%)
Mutual labels:  pentest, bugbounty
Payloadsallthethings
A list of useful payloads and bypass for Web Application Security and Pentest/CTF
Stars: ✭ 32,909 (+2736.98%)
Mutual labels:  pentest, bugbounty
Xspear
Powerfull XSS Scanning and Parameter analysis tool&gem
Stars: ✭ 583 (-49.74%)
Mutual labels:  pentest, bugbounty
Offensive Docker
Offensive Docker is an image with the more used offensive tools to create an environment easily and quickly to launch assessment to the targets.
Stars: ✭ 328 (-71.72%)
Mutual labels:  pentest, bugbounty
Osint tips
OSINT
Stars: ✭ 322 (-72.24%)
Mutual labels:  nmap, bugbounty
Thc Archive
All releases of the security research group (a.k.a. hackers) The Hacker's Choice
Stars: ✭ 474 (-59.14%)
Mutual labels:  pentest, exploits
Findom Xss
A fast DOM based XSS vulnerability scanner with simplicity.
Stars: ✭ 310 (-73.28%)
Mutual labels:  pentest, bugbounty
Privesc
A collection of Windows, Linux and MySQL privilege escalation scripts and exploits.
Stars: ✭ 786 (-32.24%)
Mutual labels:  exploits, bugbounty
Reconftw
reconFTW is a tool designed to perform automated recon on a target domain by running the best set of tools to perform scanning and finding out vulnerabilities
Stars: ✭ 974 (-16.03%)
Mutual labels:  pentest, bugbounty
Sudo killer
A tool to identify and exploit sudo rules' misconfigurations and vulnerabilities within sudo for linux privilege escalation.
Stars: ✭ 1,073 (-7.5%)
Mutual labels:  pentest, exploits

Findsploit by @xer0dayz

https://xerosecurity.com

alt tag

ABOUT

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

INSTALLATION

./install.sh

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

LICENSE:

This software is free to distribute and use with the condition that credit is provided to the creator (@xer0dayz @XeroSecurity), is not renamed and is not for commercial use or resold and rebranded. Permission to distribute any part of the code for sale is strictly prohibited.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].