Update README.md

pull/238/head
salt-or-ester 2024-09-13 19:26:44 -07:00 committed by GitHub
parent 937f1c46ae
commit 6ca75bf3a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ To avoid Windows Script Execution policies:
```
4. **Prepare Your DuckyScript™ Payload**
- Add `bypass-buddy.txt` to the 'boot' slot of your O.MG Plug.
- Add `payload.txt` to the 'boot' slot of your O.MG Plug.
5. **Deploy the O.MG Plug**
- Implant your O.MG Plug into the target host.
@ -55,8 +55,8 @@ To avoid Windows Script Execution policies:
## Notes
- **Ensure** to modify both `reverse-shell.ps1` and `bypass-buddy.txt` with your specific configurations, including the IP address and port of your sending/receiving hosts, if you choose to use `reverse-shell.ps1` as your payload.
- In cases where you'd like to create your own .ps1 payload, modify just `bypass-buddy.txt` with your webserver's host/IP and script name.
- **Ensure** to modify both `reverse-shell.ps1` and `payload.txt` with your specific configurations, including the IP address and port of your sending/receiving hosts, if you choose to use `reverse-shell.ps1` as your payload.
- In cases where you'd like to create your own .ps1 payload, modify just `payload.txt` with your webserver's host/IP and script name.
- This method is a **proof-of-concept** and should be tested responsibly and legally.
---