Update README.md
parent
10b6ea2f0e
commit
7972203c71
|
@ -20,8 +20,12 @@ This payload is intended for use with a USB Rubber Ducky device.
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
|
||||||
1. **Configure Attacker IP and Port**:
|
1. **Configure drive name**:
|
||||||
Edit the script to set your attacker's IP address and port for the reverse shell connection:
|
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
|
```powershell
|
||||||
$ip = 'YOUR_IP'
|
$ip = 'YOUR_IP'
|
||||||
$port = 'YOUR_PORT'
|
$port = 'YOUR_PORT'
|
||||||
|
|
Loading…
Reference in New Issue