mhaskar / XSSRadare

A Cross Site Scripting scanner using selenium webdriver
54 stars 21 forks source link

Add support for POST requests #3

Open lucadidomenico opened 5 years ago

lucadidomenico commented 5 years ago

Now the XSSRadare works well, but can only discover XSS on GET parameters. I'm trying to add handling for POST requests, but I haven't succeeded.

For example I have tried this library:

As suggested in:

But this doesn't work..

Have you ever tried to do this? If you know how, I can implement this for you and merge it. It would be very useful to handle POST request and not only GET.

mhaskar commented 5 years ago

Thanks for adding this,

I have an idea that maybe help us to implement this, let me check it and get back to you.