mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-07 14:36:23 +01:00
22 lines
342 B
Plaintext
22 lines
342 B
Plaintext
---
|
|
functions:
|
|
file-read:
|
|
- code: |-
|
|
more /path/to/input-file
|
|
comment: |-
|
|
The file is displayed in the terminal interface.
|
|
contexts:
|
|
sudo:
|
|
suid:
|
|
unprivileged:
|
|
shell:
|
|
- code: |-
|
|
more /etc/hosts
|
|
!/bin/sh
|
|
contexts:
|
|
sudo:
|
|
suid:
|
|
shell: true
|
|
unprivileged:
|
|
...
|