Skip to content

Chrisync/CVE-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

CVE-Scanner 🔍

CVE-Scanner
GitHub Release
License

CVE-Scanner is a tool designed to scan and exploit vulnerabilities associated with CVE-2021-42287, CVE-2021-42278, and other security issues. This project aims to provide security professionals and researchers with a straightforward method to identify and mitigate risks in their systems.

Table of Contents

Features

  • CVE Scanning: Quickly identify vulnerabilities in your applications.
  • Exploitation Tools: Execute exploits for specific CVEs to test your system's defenses.
  • User-Friendly Interface: Designed for ease of use, even for those new to security tools.
  • Regular Updates: Stay up to date with the latest vulnerabilities and fixes.

Installation

To get started, download the latest release from the Releases section. Execute the downloaded file to install the scanner on your system.

Requirements

  • Python 3.x
  • Required libraries (can be installed via requirements.txt)

Usage

After installation, you can run CVE-Scanner using the command line. The basic syntax is:

python cve_scanner.py [options]

Options

  • -h, --help: Show help message and exit.
  • -t, --target: Specify the target IP or domain.
  • -c, --cve: Specify which CVE to scan for (e.g., CVE-2021-42287).
  • -o, --output: Save results to a specified file.

Example Command

To scan a target for CVE-2021-42287, use:

python cve_scanner.py -t <target_ip> -c CVE-2021-42287

Supported CVEs

CVE-Scanner supports a variety of CVEs, including but not limited to:

  • CVE-2021-42287
  • CVE-2021-42278
  • CVE-2020-0796
  • CVE-2021-4034
  • CVE-2021-44228
  • CVE-2021-45046
  • CVE-2022-22965

Contributing

We welcome contributions from the community. If you want to help improve CVE-Scanner, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add new feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request.

License

CVE-Scanner is licensed under the MIT License. See the LICENSE file for more details.

Contact

For questions or suggestions, feel free to reach out:

Conclusion

CVE-Scanner is an essential tool for anyone looking to enhance their security posture. With its straightforward interface and powerful scanning capabilities, it allows users to stay ahead of potential threats. Download the latest version from the Releases section and start securing your systems today!

Security

Thank you for using CVE-Scanner! Stay safe and secure.