832876f6a1 | ||
---|---|---|
.. | ||
CreateCert.png | ||
README.md | ||
StartScreen.jpg | ||
payload.txt |
README.md
Title: ReverseCableSSL
Author: 0iphor13
OS: Windows
Version: 2.0
Requirements: OMG Firmware v.3.0 or higher
What is ReverseCableSSL?
ReverseCableSSL gets you remote access to your target in seconds.
Unlike ReverseCable, ReverseCableSSL offers encrypted traffic via OpenSSL.
Instruction:
-
Define your host address and port at #ADDRESS and #PORT
-
Create key.pem & cert.pem like so:
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -nodes
It will ask for information about the certificate - Insert whatever you want.
-
For catching the shell you need to start a listener, which supports encrypted traffic.
I recommend openssl itself or ncat - Example syntax for both:openssl s_server -quiet -key key.pem -cert cert.pem -port [Port Number]
ncat --listen -p [Port Number] --ssl --ssl-cert cert.pem --ssl-key key.pem
-
Plug in Cable.