appknox / AFE

Android Framework for Exploitation, is a framework for exploiting android based devices
GNU General Public License v3.0
186 stars 77 forks source link

Insufficient Transport Layer Protection #16

Open subho007 opened 7 years ago

subho007 commented 7 years ago

Insufficient transport layer protection issues happen when the data is sent from the mobile app to the server over unsecure channels. Whether the data is transmitted through the carrier network or through WiFi, it will end up through the Internet either way before it could reach the remote server. There are several ways where unprotected data transmitted over the network could be sniffed; things like routers, proxies, cell towers, are some of the few ways data could be sniffed while in transit.

1:None
 - Socket opened at Lcom/e/a/a/a/q;->b
Connection not secure

2:None
 - Socket opened at Lcom/e/a/a/a/p;->a
Connection not secure

3:None
 - Socket opened at Lcom/e/a/a/a/p;->d
Connection not secure

4:None
 - Socket opened at Lcom/e/a/a/a/p;->f
Connection not secure