Can we run multiple instances using carbonator?
java -jar -Xmx2g -Djava.awt.headless=true "C:\Program Files\BurpSuitePro\burpsuite_pro.jar" https www.somedomain.com 443 / --config -file=onlysql.json --> this run on local port 7777
java -jar -Xmx2g -Djava.awt.headless=true "C:\Program Files\BurpSuitePro\burpsuite_pro.jar" https www.someotherdomain.com 443 / --config -file=onlysql.json --> this runs on local port 8888
java -jar -Xmx2g -Djava.awt.headless=true "C:\Program Files\BurpSuitePro\burpsuite_pro.jar" https www.differentdomain.com 443 / --config -file=onlysql.json --> this runs on port 9999
so can we do like this, running different scans on different domains at the same time.
Please looking for some help in this regards.
Can we run multiple instances using carbonator?
java -jar -Xmx2g -Djava.awt.headless=true "C:\Program Files\BurpSuitePro\burpsuite_pro.jar" https www.somedomain.com 443 / --config -file=onlysql.json --> this run on local port 7777
java -jar -Xmx2g -Djava.awt.headless=true "C:\Program Files\BurpSuitePro\burpsuite_pro.jar" https www.someotherdomain.com 443 / --config -file=onlysql.json --> this runs on local port 8888
java -jar -Xmx2g -Djava.awt.headless=true "C:\Program Files\BurpSuitePro\burpsuite_pro.jar" https www.differentdomain.com 443 / --config -file=onlysql.json --> this runs on port 9999
so can we do like this, running different scans on different domains at the same time.
Please looking for some help in this regards.