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 scanner endpoint to the application #13

Open
preetkaran20 opened this issue Feb 20, 2022 · 0 comments
Open

Add scanner endpoint to the application #13

preetkaran20 opened this issue Feb 20, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@preetkaran20
Copy link
Member

Every application which ties to Owasp VulnerableApp-Facade/VulnerableApp has a scanner endpoint that exposes information about VulnerableApplication which will be used by DAST tools like OWASP ZAP.

we already exposed this information in Owasp VulnerableApp: https://github.com/SasanLabs/VulnerableApp/blob/master/src/main/java/org/sasanlabs/controller/VulnerableAppRestController.java#L91
we would like to expose similar information. If you want to look at how it works then start OWASP VulnerableApp-facade application using https://github.com/SasanLabs/VulnerableApp-facade#simple-start and then visit: http:https://localhost/VulnerableApp/scanner endpoint, you will see the json exposed. we need similar json structure from VulnerableApp-php as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant