mirror of https://github.com/hak5/omg-payloads.git
Update README.md
parent
937f1c46ae
commit
6ca75bf3a8
|
@ -35,7 +35,7 @@ To avoid Windows Script Execution policies:
|
||||||
```
|
```
|
||||||
|
|
||||||
4. **Prepare Your DuckyScript™ Payload**
|
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**
|
5. **Deploy the O.MG Plug**
|
||||||
- Implant your O.MG Plug into the target host.
|
- Implant your O.MG Plug into the target host.
|
||||||
|
@ -55,8 +55,8 @@ To avoid Windows Script Execution policies:
|
||||||
|
|
||||||
## Notes
|
## 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.
|
- **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 `bypass-buddy.txt` with your webserver's host/IP and script name.
|
- 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.
|
- This method is a **proof-of-concept** and should be tested responsibly and legally.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue