Skip to content

Commit

Permalink
Limit memory usage for burp collaborator
Browse files Browse the repository at this point in the history
Adding -Xmx200m as per: https://portswigger.net/burp/documentation/collaborator/deploying#installation-and-execution and https://portswigger.net/burp/documentation/desktop/getting-started/launching/command-line 

This limit max memory usage, especially necessary on small instances. Otherwise burp will use all available memory causing the system to become unresponsive.
  • Loading branch information
sverrevh authored Nov 25, 2020
1 parent 52ace4a commit c0cc377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion startcollab.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

/opt/BurpSuitePro/BurpSuitePro --collaborator-server --collaborator-config=/usr/local/collaborator/collaborator.config
/opt/BurpSuitePro/BurpSuitePro -Xmx200m --collaborator-server --collaborator-config=/usr/local/collaborator/collaborator.config

0 comments on commit c0cc377

Please sign in to comment.