mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-11-09 21:25:13 +01:00
Remove hardcoded instances of bash
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
functions:
|
||||
execute-interactive:
|
||||
- description: Reconnecting may help bypassing restricted shells.
|
||||
code: ssh localhost /bin/bash --noprofile --norc
|
||||
code: ssh localhost $SHELL --noprofile --norc
|
||||
download:
|
||||
- description: Fetch a remote file from a SSH server.
|
||||
code: |
|
||||
|
||||
Reference in New Issue
Block a user