Burp Suite User Forum

Create new post

Unable to start BurpSuite using powershell command in windows

sarang | Last updated: Jul 22, 2020 06:30PM UTC

I am using below command to start Burpsuite Start-Process "`"C:\Program Files\Java\jre1.8.0_201\bin\javaw.exe`"" -ArgumentList "-jar","-Xmx1G","`"C:\Program Files\BurpSuiteCommunity\burp-rest-api-2.1.0.jar`"","`"C:\Program Files\BurpSuiteCommunity\burpsuite_community.jar`""

Ben, PortSwigger Agent | Last updated: Jul 23, 2020 10:14AM UTC

Hi, Are you able to clarify what you are trying to do? The following command will start Burp (the latest versions of Burp do not support running with Java 8 so you might need to upgrade your Java version): Start-Process "`"<locationOfJava>`"" -ArgumentList "-jar","-Xmx1G","`"C:\Program Files\BurpSuiteCommunity\burpsuite_community.jar`"" It is also worth pointing out that the REST API jar file you are trying to use is actually produced by a third party. Burp contains its own internal REST API and you can find details of this in the User options -> Misc -> REST API tab in Burp itself.

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