1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io synced 2025-04-27 17:23:55 +02:00

Create nohup.md

This commit is contained in:
bcoles 2020-03-15 17:24:44 +11:00 committed by Andrea Cardaci
parent 256794389d
commit dfbe9e8bef

13
_gtfobins/nohup.md Normal file

@ -0,0 +1,13 @@
---
functions:
command:
- code: |
export COMMAND='/usr/bin/id'
nohup "$COMMAND"
cat nohup.out
sudo:
- code: |
export COMMAND='/usr/bin/id'
sudo nohup "$COMMAND"
sudo cat nohup.out
---