Update README.md
parent
dc4ccd1874
commit
791133a14e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue