Metadata-Version: 2.1
Name: cve-maker
Version: 2.5
Summary: Tool to find CVEs and Exploits.
Project-URL: Homepage, https://github.com/msd0pe-1/cve-maker
Project-URL: Issues, https://github.com/msd0pe-1/cve-maker/issues
Author-email: msd0pe <msd0pe@protonmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: colorama
Requires-Dist: prettytable
Requires-Dist: pwntools
Requires-Dist: requests
Description-Content-Type: text/markdown

<a target="_blank" href="https://img.shields.io/badge/platform-linux-success.svg" rel="noopener noreferrer">
    <img src="https://img.shields.io/badge/platform-linux-success.svg">
</a>
<a target="_blank" href="https://img.shields.io/badge/version-2.5-yellow" rel="noopener noreferrer">
    <img src="https://img.shields.io/badge/version-2.5-yellow">
</a>
<a href="https://www.python.org/" rel="nofollow">
    <img src="https://img.shields.io/badge/python-3.11.2-red">
</a>
<a href="https://github.com/msd0pe-1/cve-maker-master/blob/master/LICENSE" rel="nofollow">
    <img src="https://img.shields.io/badge/license-GPLv3-9cf.svg">
</a>
<h1>CVE-MAKER</h1>

Use this software <strong>only for legal purposes</strong>.<br />
I am in no way responsible for your actions.<br />
Use python 3.11.2<br />
<strong>Made by msd0pe</strong><br />

<h2>INSTALLATION</h2>
<pre>
<pre><code># From pip:
apt-get install python3 python3-pip python3-dev git libssl-dev libffi-dev build-essential curl
pip3 install --upgrade pip
pip3 install cve-maker
</code></pre><pre><code># Or download the project:
apt-get install python3 python3-pip python3-dev git libssl-dev libffi-dev build-essential virtualenv curl
git clone https://github.com/msd0pe-1/cve-maker/
cd cve-maker
virtualenv -p python3 venv
source venv/bin/activate
pip3 install --upgrade pip
pip3 install .
</pre></pre></code><pre><code># Launch:
python3 -m cve-maker
</code></pre>

<h2>USAGE</h2>
<p align="center">
  <img src="https://github.com/msd0pe-1/cve-maker/assets/47142249/2a86716f-9691-46f4-ba23-ff59d0cc8104">
</p>

<h2>CONTRIBUTING</h2>

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