mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 06:19:27 +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