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

Private Burp collaborator is not working showing errors

test | Last updated: May 09, 2023 12:28PM UTC

Hello support, we have using BurpsuiteEnterpriseedition in on-prem, so we are trying to setup private collaborator as per the reference i have executed commands but it showing errors - latest burp pro version is used reference: https://portswigger.net/burp/documentation/collaborator/server/private#basic-setup root@test070:/tmp/Burp# java --version openjdk 17.0.2 2022-01-18 OpenJDK Runtime Environment (build 17.0.2+8-86) OpenJDK 64-Bit Server VM (build 17.0.2+8-86, mixed mode, sharing) root@test070:/tmp/Burp# sudo java -jar burpsuite_pro_v2023.1.3.jar --collaborator-server 2023-05-09 12:07:07.392 : No configuration file specified, using default collaborator.config Exception report: Category: UNEXPECTED Detail: java.nio.file.NoSuchFileException: collaborator.config at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218) at java.base/java.nio.file.Files.newByteChannel(Files.java:380) at java.base/java.nio.file.Files.newByteChannel(Files.java:432) at java.base/java.nio.file.Files.readAllBytes(Files.java:3288) at burp.ofb.<init>(Unknown Source) at burp.u3a.r(Unknown Source) at burp.StartBurp.main(Unknown Source) -------------------------------------------------------------------------------- 2023-05-09 12:07:07.396 : Could not find default config file collaborator.config, using minimal default configuration. 2023-05-09 12:07:07.433 : serverDomain is not present in the configuration file. DNS functionality will not work. 2023-05-09 12:07:08.017 : Listening for SMTP on 587 2023-05-09 12:07:08.017 : Listening for HTTP on 80 2023-05-09 12:07:08.019 : SMTP service error when binding to 25 java.net.BindException: Address already in use at java.base/sun.nio.ch.Net.bind0(Native Method) at java.base/sun.nio.ch.Net.bind(Net.java:555) at java.base/sun.nio.ch.Net.bind(Net.java:544) at java.base/sun.nio.ch.NioSocketImpl.bind(NioSocketImpl.java:643) at java.base/java.net.ServerSocket.bind(ServerSocket.java:388) at java.base/java.net.ServerSocket.<init>(ServerSocket.java:274) at java.base/java.net.ServerSocket.<init>(ServerSocket.java:167) at burp.ll5.Y(Unknown Source) at burp.lyl.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) 2023-05-09 12:07:08.090 : Listening for HTTPS on 443 2023-05-09 12:07:08.090 : Listening for SMTPS on 465 2023-05-09 12:07:08.511 : Could not start services Exception in thread "main" burp.jgf: Could not start services at burp.t2f.s(Unknown Source) at burp.yl5.Z(Unknown Source) at burp.StartBurp.main(Unknown Source) Please suggest me what are configurations i need to do ?

Alex, PortSwigger Agent | Last updated: May 09, 2023 01:22PM UTC