XSStrike
XSStrike copied to clipboard
How to process multipart post data?
Hi there! I have request with multipart form post request, how i can put it in xsstrike?
`POST /vulnpage/ HTTP/1.1 Host: vulnsite.com User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8 Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Content-Type: multipart/form-data; boundary=---------------------------6464301618480 Content-Length: 724 DNT: 1 Connection: close Cookie: PHPSESSID=123 Upgrade-Insecure-Requests: 1
-----------------------------6464301618480 Content-Disposition: form-data; name="xsspam"
XSSVULN -----------------------------6464301618480 Content-Disposition: form-data; name="test"
123 -----------------------------6464301618480-- `
@shadowzoom Pass your data to the --data
argument.
At present, you can't. You can expect it to be implemented in near future.