GithubHelp home page GithubHelp logo

nodatafound / hackgpt Goto Github PK

View Code? Open in Web Editor NEW
766.0 17.0 175.0 39.14 MB

I leverage OpenAI and ChatGPT to do hackerish things

Home Page: http://hackGPT.com

Jupyter Notebook 62.92% Python 36.94% Shell 0.08% CSS 0.06%
malware malwareanalysis managers openai chatbot chatgpt chatgpt-api chatgpt3 openai-api python

hackgpt's Introduction

Test the app live here: https://hackgpt.com Screenshot 2023-04-30 at 6 59 28 PM

Screenshot 2023-05-11 at 12 09 48 PM

WhiskersGPT

Screenshot 2023-04-29 at 2 42 41 PM

Screenshot 2023-04-24 at 8 41 52 PM

Hunt for JIRA issues using type=bug, fix issue and commit fix back to ticket as comment

JIRA_hackGPT.mp4

Screenshot 2023-03-29 at 8 05 29 PM

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 Screenshot 2023-03-05 at 6 49 23 PM

hackGPT enabled Siri Screenshot 2023-03-05 at 7 36 26 AM

hackGPT being superduper wrong Nope

Launch hackGPT with Google Colab(colab.research.google.com):

hackGPT.mp4

hackGPT

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:

sscplushgpt

hackGPT chatbot on mobile - https://colab.research.google.com/github/NoDataFound/hackGPT/blob/main/hacklab.hackGPT.ipynb hackgpt_mobile

demo0.mov

Automate CVE exploit creation and CyberDefense protections: (results https://github.com/NoDataFound/PwnAI/tree/main/output)

Screenshot 2022-12-14 at 8 08 05 AM

Ask ChatGPT to print its own source

Screenshot 2022-12-16 at 4 46 35 PM

Screenshot 2022-12-04 at 6 27 59 PM

Screenshot 2022-12-04 at 6 32 40 PM

Screen.Recording.2022-12-06.at.4.17.45.PM.mov

hackGPT

๐—œ๐—ป๐˜€๐˜๐—ฎ๐—น๐—น๐—ฎ๐˜๐—ถ๐—ผ๐—ป

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 Screenshot 2022-12-03 at 1 23 38 PM

single searches

python3 PwnAI.py

Screenshot 2022-12-04 at 6 26 38 PM

Bulk searches

python3 PwnAI_bulk.py

Screenshot 2022-12-04 at 6 27 59 PM

hackgpt's People

Contributors

eltociear avatar nodatafound avatar synfinner avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hackgpt's Issues

I think app encountered and exception

https://hackgpt.streamlit.app/

FileNotFoundError: This app has encountered an error. The original error message is redacted to prevent data leaks. Full error details have been recorded in the logs (if you're on Streamlit Cloud, click on 'Manage app' in the lower right of your app).
Traceback:

File "/home/appuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 565, in _run_script
    exec(code, module.__dict__)
File "/app/hackgpt/hackGPTv23.py", line 73, in <module>
    with open(os.path.join("personas", f"{selected_persona}.md"), "r") as f:

image

chromba updated

chroma was updated on July 23rd. Was wondering if you could update the code for the hackgptv23.py (I believe) to the new standard and/or the dev_hackGPT.py to the new standard. (says on his knees begging)
I've looked through many projects that tried to be like yours but this is by far the best I've seen. People tried to copy this project such as privategpt, h20gpt, and many others. But sadly no one comes close to this. My goodness, this is like a dream come true. Just a hope. just a hope. (says while bowing in respect and admiration)

that is a fake

it's a fake, your app does not provide direct answers to direct questions

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.