Update README.md

pull/466/head
Nicolo’ 2024-07-24 21:23:04 +02:00 committed by GitHub
parent dc4ccd1874
commit 791133a14e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ This payload is intended for use with a USB Rubber Ducky device.
Edit the powershell script to set your attacker's IP address and port for the reverse shell connection: Edit the powershell script to set your attacker's IP address and port for the reverse shell connection:
```powershell ```powershell
$ip = 'YOUR_IP' $IP = 'YOUR_IP'
$port = 'YOUR_PORT' $PORT = 'YOUR_PORT'
3. **Configure drive and powershell script name **: 3. **Configure drive and powershell script name **:
edit the payload.txt to set both the name of the drive label and the powershell script edit the payload.txt to set both the name of the drive label and the powershell script