mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2024-11-08 07:49:17 +01:00
15 lines
336 B
Markdown
15 lines
336 B
Markdown
---
|
|
functions:
|
|
shell:
|
|
- code: nohup /bin/sh -c "sh <$(tty) >$(tty) 2>$(tty)"
|
|
command:
|
|
- code: |
|
|
COMMAND='/usr/bin/id'
|
|
nohup "$COMMAND"
|
|
cat nohup.out
|
|
suid:
|
|
- code: ./nohup /bin/sh -p -c "sh -p <$(tty) >$(tty) 2>$(tty)"
|
|
sudo:
|
|
- code: sudo nohup /bin/sh -c "sh <$(tty) >$(tty) 2>$(tty)"
|
|
---
|