First of all, this is awesome work. Thank you for sharing!
From the below code, the finished variable will never be set to True which means the output will never tell if the handshake succeeded. I have an app that does not perform domain validation, and the output shows some application data being transferred, however the output will eventually say HANDSHAKE FAILED.
First of all, this is awesome work. Thank you for sharing!
From the below code, the
finished
variable will never be set to True which means the output will never tell if the handshake succeeded. I have an app that does not perform domain validation, and the output shows some application data being transferred, however the output will eventually say HANDSHAKE FAILED.https://github.com/ChrisMcMStone/spinner/blob/b183f06949e6710ea898b6e663ed60afdbb1638b/MITM.java#L221