Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to process multipart post data? #177

Open
shadowzoom opened this issue Dec 22, 2018 · 2 comments
Open

How to process multipart post data? #177

shadowzoom opened this issue Dec 22, 2018 · 2 comments

Comments

@shadowzoom
Copy link

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--
`

@akhal3d96
Copy link
Contributor

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

@s0md3v
Copy link
Owner

s0md3v commented Dec 28, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants