Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nodatafound/hackgpt
I leverage OpenAI and ChatGPT to do hackerish things
https://github.com/nodatafound/hackgpt
chatbot chatgpt chatgpt-api chatgpt-app chatgpt-python chatgpt3 chatgpt4 malware malwareanalysis managers openai openai-api python
Last synced: 3 months ago
JSON representation
I leverage OpenAI and ChatGPT to do hackerish things
- Host: GitHub
- URL: https://github.com/nodatafound/hackgpt
- Owner: NoDataFound
- Created: 2022-12-03T18:58:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T14:38:45.000Z (3 months ago)
- Last Synced: 2024-10-24T18:23:40.965Z (3 months ago)
- Topics: chatbot, chatgpt, chatgpt-api, chatgpt-app, chatgpt-python, chatgpt3, chatgpt4, malware, malwareanalysis, managers, openai, openai-api, python
- Language: Jupyter Notebook
- Homepage: http://hackGPT.com
- Size: 60.3 MB
- Stars: 807
- Watchers: 18
- Forks: 191
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ChatGPT-repositories - hackGPT - I leverage OpenAI and ChatGPT to do hackerish things (Chatbots)
README
![](https://img.shields.io/badge/hackGPT-v23-purple)
`Test the app live here:` https://hackgpt.com
![Screenshot 2023-05-11 at 12 09 48 PM](https://github.com/NoDataFound/hackGPT/assets/3261849/f8f85831-706f-4398-9da1-365323f656bd)
![WhiskersGPT](https://github.com/NoDataFound/hackGPT/assets/3261849/2157a52a-5f77-4d23-a6ca-c80d917b2bf8)
`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
`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`
`hackGPT enabled Siri`
`hackGPT being superduper wrong`
`Launch hackGPT with Google Colab(colab.research.google.com):`
https://user-images.githubusercontent.com/3261849/218538303-68c06a8e-071b-40a2-b7b2-b9e974b41f09.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`
![hackgpt_mobile](https://user-images.githubusercontent.com/3261849/218890190-e4edceff-ca65-4db0-93ee-82aa055eb576.png)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
## 𝗜𝗻𝘀𝘁𝗮𝗹𝗹𝗮𝘁𝗶𝗼𝗻
`Clone this repo`
```
git clone https://github.com/NoDataFound/PwnAI.git
```
`Clone this repo via SSH (alt. method)`
```
git clone [email protected]: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`## 𝖫𝖺𝗎𝗇𝖼𝗁 𝖭𝗈𝗍𝖾𝖻𝗈𝗈𝗄 𝘄𝗶𝘁𝗵 𝗩𝗦𝗰𝗼𝗱𝗲
`Configure .env with your OpenAI API key(notebook will help you)`
## Use Python
`set API key on launch``single searches`
```
python3 PwnAI.py
````Bulk searches`
```
python3 PwnAI_bulk.py
```