Created
August 20, 2021 02:24
-
-
Save preetkaran20/48839e979cabea28512d3851b107f2e2 to your computer and use it in GitHub Desktop.
Sample config.xml for OWASP ZAP FileUpload add-on
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<fileupload version="1"> | |
<staticlocation> | |
<uriregex>asdadad</uriregex> | |
</staticlocation> | |
<dynamiclocation> | |
<uriregex/> | |
<startidentifier/> | |
<endidentifier/> | |
</dynamiclocation> | |
<parseresponse> | |
<startidentifier/> | |
<endidentifier/> | |
</parseresponse> | |
</fileupload> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment