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
No known key found for this signature in database
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
---