SasanLabs / owasp-zap-fileupload-addon

OWASP ZAP add-on for finding vulnerabilities in File Upload functionality.
Apache License 2.0
22 stars 6 forks source link

Apache htaccess file upload #5

Closed preetkaran20 closed 3 years ago

preetkaran20 commented 3 years ago

Is your feature request related to a problem? Please describe. Currently addon supports the JSP, Html based Scan Rules, so now we need to add the Apache htaccess file upload based scan rule. This Feature/Enhancement is for that.

Definition of Done Definition of Done for this scan rule is 1. Adding various scan rules for Apache htaccess file upload. Along with that adding a VulnerableApplication which supports the https://github.com/SasanLabs/VulnerableApp-facade so that we can do TDD type of implementation where Vulnerable applications are written first and then Scan rules are written over them.

preetkaran20 commented 3 years ago

https://github.com/SasanLabs/owasp-zap-fileupload-addon/pull/10 closes this one.

preetkaran20 commented 3 years ago

https://github.com/SasanLabs/owasp-zap-fileupload-addon/releases/tag/1.1.0