Client-Server Communication via HTTPS #9
safesploit
started this conversation in
Show and tell
Replies: 1 comment
-
Have you looked into the client not needing a cert? Ignoring all cert issues and continue with establishing HTTPS connection. Might be worth exploring. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Instead of relying on a Socket bind for a reverse shell. A reverse HTTPS connection can be used instead.
client.py
server.py
Initiating the HTTPS server listener
HTTPS Class
Beta Was this translation helpful? Give feedback.
All reactions