Traffic Analysis
Network Sniffing
Setup TCP Dump on Device
adb push c:\AndroidTools\tcpdump /data/local/tmp/tcpdump
adb shell
su
mount -o rw,remount /system;` or `mount -o rw,remount /
cp /data/local/tmp/tcpdump /system/xbin/
cd /system/xbin
chmod 755 tcpdump
Sniff Network Traffic
Setup Burp
Configure Burp on computer Configuring an Android Device to Work With Burp - PortSwigger