• caglararli@hotmail.com
  • 05386281520

Local Burp Proxy not showing routed packets

Çağlar Arlı      -    13 Views

Local Burp Proxy not showing routed packets

I created a hotspot on wlp2s0 and connected an android device, whose IP is 10.42.0.62.

I am trying to route my all packets from my wlp2s0 interface to burp proxy which is running on 8080. I also enabled invisible proxy, but still no luck

I am routing packets using this firewall rule

iptables -t nat -A PREROUTING -s 10.42.0.62 -p tcp -j REDIRECT --to-ports 8080

After enabling this rule Internet access on the device stops working means the rule is working, but burp proxy is not showing any data flow.

Please anybody point out what I am doing wrong, I wasted many hours on this.

Update: I was trying Burp Proxy on the PC browser and was playing with proxy settings like Socks5 and resolve dns over Socks5 and then burp proxy stopped working even on PC browser. So I think when I route packets through Burp then it not resolves DNS queries and then my android sticks at DNS requests and there is no flow of TCP packets, that's why Burp Not showing anything. So, I think the main question is how we can resolve DNS queries through Burp Proxy.