The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

Burp Suite Not Intercept With my localhost area

Mehedi | Last updated: Nov 28, 2018 12:32PM UTC

I am facing this problem badly, hope you will help me soon. My Burp Suite Intercept with online based programs very well. Recently i install Bwapp in my localhost & i try to intercept burp suite with bwapp which running on my localhost. But it show me nothing but for other online programs it work perfectly All My Basic configuration is normal. Please, Help Me Sir

Liam, PortSwigger Agent | Last updated: Nov 28, 2018 12:55PM UTC

Is the application loading in your browser as expected? Could you share you browser proxy settings and Proxy listener settings in Burp? You can send any screenshots to support@portswigger.net.

Burp User | Last updated: May 31, 2019 07:48AM UTC

I am using foxyproxy in browser: Host:127.0.0.1 port : 8080 Same in burp proxy listener settings In bwapp this is the url i try to access: http://localhost/bwapp/bWAPP/htmli_post.php

Burp User | Last updated: May 31, 2019 08:05AM UTC

12:50:00 [main] Initializing Control Panel 12:50:00 [main] Windows Version: Windows 8.1 64-bit 12:50:00 [main] XAMPP Version: 7.3.4 12:50:00 [main] Control Panel Version: 3.2.3 [ Compiled: Mar 7th 2019 ] 12:50:00 [main] You are not running with administrator rights! This will work for 12:50:00 [main] most application stuff but whenever you do something with services 12:50:00 [main] there will be a security dialogue or things will break! So think 12:50:00 [main] about running this application with administrator rights! 12:50:00 [main] XAMPP Installation Directory: "c:\xampp\" 12:50:00 [main] Checking for prerequisites 12:50:02 [main] All prerequisites found 12:50:02 [main] Initializing Modules 12:50:02 [main] Starting Check-Timer 12:50:02 [main] Control Panel Ready 12:50:04 [Apache] Attempting to start Apache app... 12:50:04 [Apache] Status change detected: running 12:50:05 [mysql] Attempting to start MySQL app... 12:50:05 [mysql] Status change detected: running 12:55:29 [Tomcat] Status change detected: running 13:28:42 [Tomcat] Status change detected: stopped 13:30:32 [Apache] Attempting to stop Apache (PID: 6364) 13:30:32 [Apache] Attempting to stop Apache (PID: 5716) 13:30:32 [Apache] Status change detected: stopped 13:30:34 [Apache] Problem detected! 13:30:34 [Apache] Port 80 in use by "C:\Program Files\Java\jre1.8.0_211\bin\java.exe" with PID 1512! 13:30:34 [Apache] Apache WILL NOT start without the configured ports free! 13:30:34 [Apache] You need to uninstall/disable/reconfigure the blocking application 13:30:34 [Apache] or reconfigure Apache and the Control Panel to listen on a different port 13:30:34 [Apache] Attempting to start Apache app... 13:30:35 [Apache] Status change detected: running 13:33:37 [Apache] Attempting to stop Apache (PID: 1828) 13:33:37 [Apache] Attempting to stop Apache (PID: 1732) 13:33:38 [Apache] Status change detected: stopped 13:33:42 [Apache] Problem detected! 13:33:42 [Apache] Port 80 in use by "C:\Program Files\Java\jre1.8.0_211\bin\java.exe" with PID 1512! 13:33:42 [Apache] Apache WILL NOT start without the configured ports free! 13:33:42 [Apache] You need to uninstall/disable/reconfigure the blocking application 13:33:42 [Apache] or reconfigure Apache and the Control Panel to listen on a different port 13:33:42 [Apache] Attempting to start Apache app... 13:33:43 [Apache] Status change detected: running

Liam, PortSwigger Agent | Last updated: May 31, 2019 01:43PM UTC

Have you removed everything from the No Proxy For section in Firefox?

Burp User | Last updated: Jul 15, 2019 10:17AM UTC

I am facing same problem. Please give us a solution. It's not intercepting.

Liam, PortSwigger Agent | Last updated: Jul 16, 2019 10:43AM UTC

Try one of these: 1. Add an entry to your Hosts file: myapp 127.0.0.1 Then in your browser visit http://myapp:<address> In Windows your Hosts file can be found at C:/windows/system32/drivers/etc/hosts. 2. (For Firefox) Go to about:config and change network.proxy.allow_hijacking_localhost to true. 3. Try http://127.0.0.3.:80 instead of http://127.0.0.3:80 (dot added after IP address)

Burp User | Last updated: Jan 09, 2020 01:17PM UTC