Skip to content

Instantly share code, notes, and snippets.

@preetkaran20
Created August 20, 2021 02:24
Show Gist options
  • Save preetkaran20/48839e979cabea28512d3851b107f2e2 to your computer and use it in GitHub Desktop.
Save preetkaran20/48839e979cabea28512d3851b107f2e2 to your computer and use it in GitHub Desktop.
Sample config.xml for OWASP ZAP FileUpload add-on
<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