mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +01:00
Create nohup.md
This commit is contained in:
parent
256794389d
commit
dfbe9e8bef
13
_gtfobins/nohup.md
Normal file
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
|
||||||
|
---
|
Loading…
Reference in New Issue
Block a user