- Notifications
You must be signed in to change notification settings - Fork270
I leverage OpenAI and ChatGPT to do hackerish things
NoDataFound/hackGPT
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Test the app live here:https://hackgpt.com
Hunt for JIRA issues using type=bug, fix issue and commit fix back to ticket as comment
JIRA_hackGPT.mp4
Launch hackGPT with python
hackGPT_python.mp4
Added PrettyTable for logging and It will load the chatbot in a new tab of your active broswer
hackGPT being superduper wrong
Launch hackGPT with Google Colab(colab.research.google.com):
hackGPT.mp4
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
demo0.mov
Automate CVE exploit creation and CyberDefense protections: (resultshttps://github.com/NoDataFound/PwnAI/tree/main/output)
Ask ChatGPT to print its own source
Screen.Recording.2022-12-06.at.4.17.45.PM.mov
Clone this repo
git clone https://github.com/NoDataFound/PwnAI.gitClone this repo via SSH (alt. method)
git clone git@github.com:NoDataFound/hackGPT.gitSetup virtual environment (optional)
~$ python3 -m venv env~$ source env/bin/activateInstall dependancies
python3 -m pip install -r requirements.txtReview 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-rcehttps://github.com/rapid7/metasploit-payloads/blob/master/python/meterpreter/meterpreter.pyhttps://github.com/rapid7/metasploit-payloads/blob/master/powershell/MSF.Powershell/Meterpreter/Core.csOpen Jupyter NotebookInstall Jupyter Notebook if needed - use pip or download binaries here:https://jupyter.org/
pip3 install jupyter notebookinstall (pictured) https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter-renderers
Configure .env with your OpenAI API key(notebook will help you)
single searches
python3 PwnAI.pyBulk searches
python3 PwnAI_bulk.pyAbout
I leverage OpenAI and ChatGPT to do hackerish things
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.
















