4

I am trying to man-in-the-middle the Android emulator so I can decrypt the SSL-traffic with sslsniff. The problem is that the traffic doesn't seem to get routed through sslsniff, even when I have added the iptables rules. sudo iptables -t nat -A PREROUTING -p tcp --destination-port 443 -j REDIRECT --to-ports 999 is the rule I am using for intercepting SSL-traffic, but I don't think it actually sends any traffic to sslsniff. Is there any mumbo-jumbo with the traffic routing when you use the emulator, or anything else I have done wrong?

user1049697
  • 651
  • 4
  • 12
  • 18
  • 1
    If you want anything gui for SSL sniffing, use Fiddler, install the SSL certificate in Fidler's options. http://aurir.wordpress.com/2010/03/22/tutorial-getting-android-emulator-working-with-fiddler-http-proxy-tool/ – HackToHell Mar 20 '12 at 04:40

0 Answers0