Create README.md
parent
72ef26cf5b
commit
009d089d5c
|
@ -0,0 +1,24 @@
|
||||||
|
# Rubber Ducky Meets OpenAI's GPT
|
||||||
|
|
||||||
|
![BadUSB x GPT](https://github.com/ooovenenoso/BadUSB-GPT/blob/main/banner.png)
|
||||||
|
|
||||||
|
## Description
|
||||||
|
This script automates the gathering of detailed system information and uses the OpenAI GPT-3.5 Turbo API to generate a pentesting report based on the collected information. Additionally, the script showcases an example of obfuscation to protect sensitive parts of the code and to evade basic detection mechanisms.
|
||||||
|
|
||||||
|
## Features
|
||||||
|
- Gathers system information, including OS, version, architecture, computer name, last boot time, installed updates, network info, firewall status, user accounts, and running processes.
|
||||||
|
- Formats the collected information into a request for GPT-3.5 Turbo.
|
||||||
|
- Generates a pentesting report in HTML based on the response from GPT-3.5 Turbo.
|
||||||
|
- Demonstrates basic code obfuscation techniques.
|
||||||
|
- Saves the report on the user's desktop.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
1. Ensure you have PowerShell and access to the OpenAI API.
|
||||||
|
2. Run the script.
|
||||||
|
3. Check the generated report on the user's desktop.
|
||||||
|
|
||||||
|
## Disclaimer
|
||||||
|
This script is intended for educational and demonstration purposes only. Do not use it on live systems without proper permission.
|
||||||
|
|
||||||
|
## Author
|
||||||
|
- ooovenenoso
|
Loading…
Reference in New Issue