Skip to content

sandeepJHAHowrah/Exploit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CVE-MAKER

Use this software only for legal purposes. (Example: Vulnerable training machines.)
I am in no way responsible for your actions.
Use python 3.7
Made by msd0pe

WHAT IS IT ?

Cve-maker is a python tool to detect, find, compile and execute a CVE on the current or a remote machine.
It's the perfect tool to play with CVE and Exploits. It is intended to save you time. You can easily find your CVEs on https://www.exploit-db.com/ or with the Search option.

HOW IT WORKS ?

Cve-maker will search in CVE databases for the payload associated with the CVE that you provide it with parameters.
It creates it in the directory "/tmp/exploits/" and compiles it if necessary.

GET EXPLOIT BY CVE-ID

GET EXPLOIT BY EDB-ID

RESEARCH

Search your CVEs by entering keywords !

SHODAN

Search directly impacted devices around the world !

INSTALLATION

Download the project: git clone https://github.com/msd0pe-1/cve-maker/
You only need to execute install.sh to get the libraries useful to the program : bash install.sh

USAGE

    
Usage: python cve-maker.py [options]

Options: --version show program's version number and exit -h, --help show this help message and exit -f FIND, --find=FIND looking for an exploit by its vulnerable software -c CVE, --cve=CVE looks for the CVE from its name -e EDB, --edb=EDB looks for the CVE from its EDB-ID --critical show the last criticals vulnerabilities --shodan search targets from a given CVE

Examples: python cve-maker.py -f "Log4j" python cve-maker.py -c CVE-2021-44228 python cve-maker.py -e 50592 python cve-maker.py -c 2019-98765 --shodan python cve-maker.py -f "php 8.1.0" --shodan python cve-maker.py --critical

Tool to find CVEs, Exploits and Vulnerable Targets. Source code put in public domain by msd0pe,no Copyright Any malicious or illegal activity may be punishable by law Use at your own risk

CONTRIBUTING

This project is in active development. Feel free to suggest a new feature or open a pull request !

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •