Awesome
Test the app live here:
https://hackgpt.com
<img width="1681" alt="Screenshot 2023-04-30 at 6 59 28 PM" src="https://user-images.githubusercontent.com/3261849/235382192-714758c2-5117-4c95-851d-eeeb9301221f.png">
Hunt for JIRA issues using type=bug, fix issue and commit fix back to ticket as comment
https://user-images.githubusercontent.com/3261849/228703126-adf614ba-d931-4ec0-8d1a-99654063058b.mp4
<img width="1678" alt="Screenshot 2023-03-29 at 8 05 29 PM" src="https://user-images.githubusercontent.com/3261849/228703250-74cd7ed4-114f-46f5-b4ef-f6644fb5eea4.png">Launch hackGPT with python
https://user-images.githubusercontent.com/3261849/222942128-3f75b9b7-5763-4a0c-a4df-aadbb24dcf5d.mp4
Added PrettyTable for logging and It will load the chatbot in a new tab of your active broswer
<img width="1639" alt="Screenshot 2023-03-05 at 6 49 23 PM" src="https://user-images.githubusercontent.com/3261849/222996567-4967be7c-68be-4e58-9538-6b5d9bb8649d.png">
hackGPT enabled Siri
<img width="1464" alt="Screenshot 2023-03-05 at 7 36 26 AM" src="https://user-images.githubusercontent.com/3261849/222963874-096f2add-ffa9-40be-a7f2-8c604cf5e3b2.png">
hackGPT being superduper wrong
<img width="1663" alt="Nope" src="https://user-images.githubusercontent.com/3261849/223754401-e2caea7f-b4ff-452b-851e-2c3ab07c0192.png">
Launch hackGPT with Google Colab(colab.research.google.com):
https://user-images.githubusercontent.com/3261849/218538303-68c06a8e-071b-40a2-b7b2-b9e974b41f09.mp4
<img width="1568" alt="hackGPT" src="https://user-images.githubusercontent.com/3261849/208184172-b5d79eb2-3dff-49e7-b735-d991c08e6ec8.png"> <p align="center">Automate the parsing and analysis of json threat data from CyberDefense tools like my SecurityScorecard ASI API tool here: https://github.com/securityscorecard/ssc-asi-tools/tree/master/tools/SSC_APIHunter:
hackGPT chatbot on mobile - https://colab.research.google.com/github/NoDataFound/hackGPT/blob/main/hacklab.hackGPT.ipynb
https://user-images.githubusercontent.com/3261849/222963550-41fc50c5-6c89-45af-a794-31a47fc5a51e.mov
Automate CVE exploit creation and CyberDefense protections:
(results https://github.com/NoDataFound/PwnAI/tree/main/output)
Ask ChatGPT to print its own source
https://user-images.githubusercontent.com/3261849/206036893-b583fad1-6b77-4dfb-8424-639229ffdd19.mov
<img align="center" width="1800" alt="hackGPT" src="https://user-images.githubusercontent.com/3261849/211083766-e987961a-4f0a-427c-bbd8-6479f4449342.png"></p>
𝗜𝗻𝘀𝘁𝗮𝗹𝗹𝗮𝘁𝗶𝗼𝗻
Clone this repo
git clone https://github.com/NoDataFound/PwnAI.git
Clone this repo via SSH (alt. method)
git clone git@github.com:NoDataFound/hackGPT.git
Setup virtual environment (optional)
~$ python3 -m venv env
~$ source env/bin/activate
Install dependancies
python3 -m pip install -r requirements.txt
Review Input and Bulk Input samples
head -n 10 input/malware/malware_sample && head -n 10 input/sample_sources
# Exploit Title: TP-Link Tapo c200 1.1.15 - Remote Code Execution (RCE)
# Date: 02/11/2022
# Exploit Author: hacefresko
# Vendor Homepage: https://www.tp-link.com/en/home-networking/cloud-camera/tapo-c200/
# Version: 1.1.15 and below
# Tested on: 1.1.11, 1.1.14 and 1.1.15
# CVE : CVE-2021-4045
# Write up of the vulnerability: https://www.hacefresko.com/posts/tp-link-tapo-c200-unauthenticated-rce
https://github.com/rapid7/metasploit-payloads/blob/master/python/meterpreter/meterpreter.py
https://github.com/rapid7/metasploit-payloads/blob/master/powershell/MSF.Powershell/Meterpreter/Core.cs
Open Jupyter Notebook
Install Jupyter Notebook if needed - use pip or download binaries here: https://jupyter.org/
pip3 install jupyter notebook
install (pictured) https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter-renderers
𝖫𝖺𝗎𝗇𝖼𝗁 𝖭𝗈𝗍𝖾𝖻𝗈𝗈𝗄 𝘄𝗶𝘁𝗵 𝗩𝗦𝗰𝗼𝗱𝗲
<p align="center"> <img align="center" src="https://user-images.githubusercontent.com/3261849/205510169-5269cde5-7565-4094-9a07-2d41e65bc717.png"></p>Configure .env with your OpenAI API key(notebook will help you)
Use Python
set API key on launch
<img width="959" alt="Screenshot 2022-12-03 at 1 23 38 PM" src="https://user-images.githubusercontent.com/3261849/205458244-ed556dd8-c8d8-498d-9a1d-727d139e46d7.png">
single searches
python3 PwnAI.py
<img width="1147" alt="Screenshot 2022-12-04 at 6 26 38 PM" src="https://user-images.githubusercontent.com/3261849/205525796-d8d009b5-9d76-4b04-ae24-319e5f1ea924.png">
Bulk searches
python3 PwnAI_bulk.py
<img width="977" alt="Screenshot 2022-12-04 at 6 27 59 PM" src="https://user-images.githubusercontent.com/3261849/205525811-8c5eb58b-257e-4412-a462-89f0c3ccb5be.png">