Open lucadidomenico opened 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.
Thanks for adding this,
I have an idea that maybe help us to implement this, let me check it and get back to you.
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.