What is the advantage to for example Burpsuite Proxy (+burp ca certificate)? Is it possible to decrypt packets found in the air (aka open wireless network you control)?
a lot of iOS apps will use certificate pinning so this avoids having to bypass that. the disadvantage is you can't easily modify requests. i actually have an extension to mitproxy that pulls the secrets from keylog file and then performs an MITM attack on the connection based on that. this way you can modify requests without trusting an evil root certificate. but you do need the key material either via keylog file or via an attack on TLS key sharing (like solving DLP on EC). also i've only implemented this for TLS1.2.
[+] [-] thenthenthen|4 years ago|reply
[+] [-] benmmurphy|4 years ago|reply
[+] [-] c7DJTLrn|4 years ago|reply
[+] [-] inickt|4 years ago|reply
[+] [-] youngtaff|4 years ago|reply
I believe this method can also be used to decrypt traffic going over the cellular interface too
[+] [-] m0rbz|4 years ago|reply
[deleted]