Test the app live here: https://hackgpt.com
Automate the process of finding and fixing JIRA issues labeled as type=bug
. Commit the fixes back to the ticket as a comment.
Load the chatbot in a new tab of your active browser with PrettyTable for logging.
Integrate with Siri for voice command functionality.
Generate exploits and defenses automatically.
Use hackGPT on mobile devices.
Automate the parsing and analysis of JSON threat data from CyberDefense tools.
```bash git clone https://github.com/NoDataFound/PwnAI.git ```
```bash git clone git@github.com:NoDataFound/hackGPT.git ```
```bash python3 -m venv env source env/bin/activate ```
```bash python3 -m pip install -r requirements.txt ```
```bash head -n 10 input/malware/malware_sample && head -n 10 input/sample_sources ```
Install Jupyter Notebook if needed: ```bash pip3 install jupyter notebook ```
Install the Jupyter extension from the marketplace: Jupyter Renderers
The notebook will assist you in setting the API key.
```bash python3 PwnAI.py ```
```bash python3 PwnAI_bulk.py ```