B
B
BlackLucky2017-08-27 00:44:08
Computer networks
BlackLucky, 2017-08-27 00:44:08

Is it possible to intercept traffic before encryption?

I open Wireshark, and there are all tcp packets
in the form of "gibberish" (maybe they are not encrypted and they should be?). And if they are still encrypted, can I intercept outgoing traffic before it is encrypted with the public key?
Or does it all work differently?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
X
xmoonlight, 2017-08-27
@xmoonlight

Traffic: first - encrypted, then - sent.
Therefore, there are only 2 options left:
1. catch before encryption
2. replace the public encryption key with your own, so that later it can decrypt encrypted traffic
PS: you can search the Internet for how to do this.

A
athacker, 2017-08-28
@athacker

docs.mitmproxy.org/en/stable/howmitmproxy.html

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question