NetsOSS / headless-burp

Automate security tests using Burp Suite.
https://netsoss.github.io/headless-burp/
223 stars 56 forks source link

Headless Burp Proxy doesn't start when no commandline params are passed to it #6

Closed anandsudhir closed 6 years ago

anandsudhir commented 6 years ago

Reported by Stefano Cecconello via email

"I tried to use burp proxy extension, but it gets me an error. This is my command: java -Xmx1G -Djava.awt.headless=true -classpath headless-burp-proxy-master-SNAPSHOT-jar-with-dependencies.jar:burpsuite_pro.jar burp.StartBurp --project-file=project.burp

This is the error: Proxy: Proxy service started on 127.0.0.1:8080 Extender: Legacy extension found Extender: Headless Burp Proxy: No arguments found for Headless Burp, quitting

Do you have any idea about this error?"

anandsudhir commented 6 years ago

This is a bug and was introduced due to some refactoring i did a while ago.

As a workaround to the issue, just passing a param -v should work