adb shell
tcpdump -s 0 -w - | nc -l -p 4444 #in android phone
adb forward tcp:4444 tcp:4444
nc localhost 4444 | sudo wireshark -k -S -i wlan1
Where wlan1 is being tethered to my current rooted android phone
Can I confirm if the following steps are correct?
adb shell
tcpdump -s 0 -w - | nc -l -p 4444 #in android phone
adb forward tcp:4444 tcp:4444
nc localhost 4444 | sudo wireshark -k -S -i wlan1
Where wlan1 is being tethered to my current rooted android phone
Can I confirm if the following steps are correct?