NoDataFound/hackGPT

I leverage OpenAI and ChatGPT to do hackerish things

What it solves

hackGPT automates cybersecurity tasks that typically require manual analysis, such as parsing threat data, identifying software bugs, and creating exploit code for known vulnerabilities (CVEs).

How it works

The project leverages OpenAI's models via API to process cybersecurity-specific inputs. It can be launched as a Python script, a Jupyter Notebook, or via Google Colab. It supports single queries and bulk processing of input files (such as malware samples or exploit titles) to automate the analysis and generation of protections.

Who it’s for

Cybersecurity researchers, penetration testers, and defense analysts who want to automate the parsing of JSON threat data or the creation of exploit and protection scripts.

Highlights

  • Automated Bug Hunting: Capable of searching for JIRA issues tagged as bugs, fixing them, and committing the fix back to the ticket.
  • Threat Data Analysis: Automates the parsing and analysis of JSON threat data from tools like SecurityScorecard ASI API.
  • Exploit Generation: Automates the creation of CVE exploits and corresponding CyberDefense protections.
  • Flexible Deployment: Supports execution via Python, VS Code Jupyter Notebooks, and Google Colab.

Related

  • Project
  • Project
  • Project
  • Project
  • Project