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

INSTALLATION VIA TERMINAL WITH PARAMETERS PASSING

Telefonica | Last updated: Dec 08, 2022 01:59PM UTC

Hello everyone, We are trying to automate the installation of Burp Enterprise agents through Shell Script We know that to start the installation of the agent via terminal, we can use the "-c" parameter. However, it is necessary to manually include the database and application IPs. Is it possible to pass this information via argument? Ex: burpInstaller.sh -c ipdatabase=8.8.8.0 ipapplication=8.8.4.0

Alex, PortSwigger Agent | Last updated: Dec 08, 2022 02:33PM UTC

Hi team, Thanks for your post. If you first perform a manual installation of a scanning machine, it will generate a varfile that you can then utilize to perform an unattended installation with the required values. Full details can be found here under "Performing an unattended installation for scanning machines": https://portswigger.net/burp/documentation/enterprise/getting-started/unattended-installation#:~:text=for%20these%20steps.-,Performing%20an%20unattended%20installation%20with%20Linux,-This%20section%20explains Best regards,

Telefonica | Last updated: Dec 09, 2022 07:15PM UTC

Hello, I'm trying to do the commands on the article, but i receive the bellow message: "Accept warning to continue" How i procede?

Alex, PortSwigger Agent | Last updated: Dec 12, 2022 07:59AM UTC

Hi team, At what stage in the installation process do you observe this message? Additionally, are you able to confirm the installation OS and the command you are using to run the unattended installation? Best regards,

Telefonica | Last updated: Dec 12, 2022 12:17PM UTC

Hello, The message is displayed after including the command below for installation: ./burp_enterprise_linux_v2022_11.sh -q -varfile response.varfile or sudo sh ./burp_enterprise_linux_v2022_11.sh -q -varfile response.varfile - Unpacking JRE ... - Starting Installer ... - This installation directory has been set to /opt/burpsuite_enterprise. - Accept warning to continue I've trying to install in two different OS: Ubuntu Server and Parrot Best regards,

Alex, PortSwigger Agent | Last updated: Dec 12, 2022 02:18PM UTC

Hi team. Thanks for confirming - when installing Burp Suite Enterprise to a machine that does not meet our minimum recommended specifications, a warning notification appears that you must accept to continue. I suspect in this case, the original installation that you performed to generate the varfile did not receive the warning (and so the response/flag was not recorded in the varfile), yet the machine you are performing the silent installation on is triggering the warning. Can you confirm the system specifications for the target server? I've included our system requirements documentation for your reference: https://portswigger.net/burp/documentation/enterprise/getting-started/system-requirements Best regards,

Will | Last updated: Feb 15, 2023 09:49PM UTC