Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for JSON based configuration file #7

Open
anandsudhir opened this issue Aug 30, 2018 · 1 comment
Open

Add support for JSON based configuration file #7

anandsudhir opened this issue Aug 30, 2018 · 1 comment

Comments

@anandsudhir
Copy link
Member

Currently, the headless scanner extension expects an XML based configuration file and this works ok. But, making the XML is cumbersome and also requires that most of the request URLs be wrapped in CDATA blocks.

IMHO, this would be much simpler, cleaner and much more concise in JSON than in XML, Also, the configuration files for Burp itself seem to be JSON based. So, this move will make it sort of "comply" with the Burp way of doing things.

@anandsudhir
Copy link
Member Author

For backward compatibility, support for XML based config must also be maintained.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant