Closed ananaskr closed 6 years ago
The check is for URI based XSS. Example: http://localhost/?test=
It should be xss_request_uri
in only line no 150. Please verify the same from your side and do the required changes and after that I will merge the pull request.
A small confusion in xss.py. The 'xss_request_uri' in line 149 should be 'xss_request_url'.