Burp Suite User Forum

Create new post

Deploying a private Burp Collaborator server

muneer | Last updated: Jun 15, 2021 08:21AM UTC

Dear All i just want to run sample private serve with default config i am using java -jar burpsuite_pro.jar --collaborator-server but the response is **************************** 2021-06-15 11:14:45.163 : Could not find default config file collaborator.config, using minimal default configuration. 2021-06-15 11:14:45.202 : serverDomain is not present in the configuration file. DNS functionality will not work. 2021-06-15 11:14:45.846 : Listening for SMTP on 25 2021-06-15 11:14:45.848 : Listening for SMTP on 587 2021-06-15 11:14:45.847 : HTTP service error when binding to 80 java.net.BindException: Address already in use: bind at java.base/sun.nio.ch.Net.bind0(Native Method) at java.base/sun.nio.ch.Net.bind(Net.java:550) at java.base/sun.nio.ch.Net.bind(Net.java:539) at java.base/sun.nio.ch.NioSocketImpl.bind(NioSocketImpl.java:643) at java.base/java.net.ServerSocket.bind(ServerSocket.java:396) at java.base/java.net.ServerSocket.<init>(ServerSocket.java:282) at java.base/java.net.ServerSocket.<init>(ServerSocket.java:173) at burp.d__.a(Unknown Source) at burp.d17.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) at java.base/java.lang.Thread.run(Thread.java:832) 2021-06-15 11:14:46.032 : Listening for SMTPS on 465 2021-06-15 11:14:46.035 : Listening for HTTPS on 443 2021-06-15 11:14:46.330 : Could not start services Exception in thread "main" burp.f0c: Could not start services at burp.bxo.a(Unknown Source) at burp.guw.a(Unknown Source) at burp.StartBurp.main(Unknown Source) ********************* please your support

muneer | Last updated: Jun 15, 2021 08:22AM UTC

i already close the process using port 80 but still i am getting this issue

Uthman, PortSwigger Agent | Last updated: Jun 15, 2021 09:03AM UTC

Hi Muneer, Do you have an instance of Burp already open? If so, can you close this and try running the command again? Which Java version are you using?

muneer | Last updated: Jun 15, 2021 04:01PM UTC

Hi Uthman Thanks for your support, i did close the burp and close any thing related to it from task manager but still i am getting same error, is there other way to change the port number java version: Java HotSpot(TM) 64-Bit Server VM (build 15.0.2+7-27, mixed mode, sharing) Thanks Munner

Uthman, PortSwigger Agent | Last updated: Jun 16, 2021 07:23AM UTC

Hi Munner, It is likely that another application is still using that port. If you run netstat or lsof on your Collaborator machine, can you confirm which ports are currently in use? You could try creating a full collaborator configuration yourself and using that with your private collaborator server. - https://portswigger.net/burp/documentation/collaborator/deploying Failing that, you can try this in a VM to see if the issue persists. If it does, please email support@portswigger.net with Diagnostics (Help > Diagnostics) so that we can assist you further.

You must be an existing, logged-in customer to reply to a thread. Please email us for additional support.