Update README.md

pull/466/head
Nicolo’ 2024-07-24 21:18:14 +02:00 committed by GitHub
parent 10b6ea2f0e
commit 7972203c71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 2 deletions

View File

@ -20,8 +20,12 @@ This payload is intended for use with a USB Rubber Ducky device.
### Configuration
1. **Configure Attacker IP and Port**:
Edit the script to set your attacker's IP address and port for the reverse shell connection:
1. **Configure drive name**:
edit the powershell script to set the name of your drive
```powershell
$DRIVE = 'DUCKY'
2. **Configure Attacker IP and Port**:
Edit the powershell script to set your attacker's IP address and port for the reverse shell connection:
```powershell
$ip = 'YOUR_IP'
$port = 'YOUR_PORT'