简体   繁体   中英

How to incercept IP based HTTPS connections using burp proxy?

I have setup burp proxy on the default gateway in a transparent mode. Burp suite is displaying self signed certificate to web based HTTPS clients and intercepting the traffic. However, it is not able to intercept the IP based traffic.

Eg It can intercept https://abc.xyz.com but not https://192.168.132.129

Is there any way to intercept such traffic? I am open to solution other than Burp as well.

In that case I'll suggest the OWASP Zed Attack Proxy :)

Its free, open source, and easy to use (I'm biased;)

You can create your own root CA cert which you can then import into your browser so that HTTPS traffic can be handled correctly.

You can also tell ZAP which IP addresses it should ignore.

Let me know if you have any questions about it.

Simon (ZAP Project Lead)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM