Hack101

SploitScan Cheat Sheet

SploitScan is a sophisticated cybersecurity utility designed to provide detailed information on vulnerabilities and associated proof-of-concept (PoC) exploits.

Contributors

  • mdobydullah

Share

Usage

  • Regular

    python sploitscan.py CVE-YYYY-NNNNN
  • Enter one or more CVE IDs to fetch data. Separate multiple CVE IDs with spaces.

    python sploitscan.py CVE-YYYY-NNNNN CVE-YYYY-NNNNN
  • Import functionality. Specify the type: 'nessus', 'nexpose' or 'openvas' and import file.

    python sploitscan.py --import-file path/to/yourfile.nessus --type nessus
  • Export the results to a JSON or CSV file. Specify the format: 'json' or 'csv'.

    python sploitscan.py CVE-YYYY-NNNNN -e JSON

About

The goal of Hack101 is to build a big cheatsheet platform for ethical hackers, and cybersecurity researchers. It is an open-source project and anyone can contribute to it.

Sponsor