XSStrike icon indicating copy to clipboard operation
XSStrike copied to clipboard

How to process multipart post data?

Open shadowzoom opened this issue 6 years ago • 2 comments

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 avatar Dec 22 '18 01:12 shadowzoom

@shadowzoom Pass your data to the --data argument.

akhal3d96 avatar Dec 22 '18 02:12 akhal3d96

At present, you can't. You can expect it to be implemented in near future.

s0md3v avatar Dec 28 '18 14:12 s0md3v