Skip to content

Latest commit

 

History

History

07--Exploit Frameworks & DataBases

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

🔸 07 - Exploit Frameworks & DataBases


Search Exploit

  • Inspired by searchsploit, it combines two features: command line search and download tool. It allows you to search online for the exploits across all the most popular collections: Exploit-DB, Metasploit, Packetstorm and others. The most powerful feature is immediate exploit source download right in your working path.

  • Find exploits in local and online databases instantly

    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).

    image

  • exploitdb: searchsploit

    The official Exploit Database repository

    This is an official repository of The Exploit Database, a project sponsored by Offensive Security. Our repositories are:

    • Security vulnerability database inclusive of CVEs and GitHub originated security advisories from the world of open source software.


Exploits