XSSwagger
XSSwagger copied to clipboard
A simple Swagger-ui scanner that can detect old versions vulnerable to various XSS attacks
Hi, thanks for the scanner first of all! I ran the XSSwagger, but got an error: ``` [i] Scanning a single domain: swagger.domain.net **************************************************************************************************** **************************************************************************************************** [ 200 ] [ Swagger...
[i] Scanning multiple domains: test.txt [i] Domains in a list: 5 Traceback (most recent call last): File "/home/xxxxx/Desktop/XSSwagger/xsswagger.py", line 292, in html = bs4.BeautifulSoup(response.content, features="lxml") NameError: name 'response' is not...
Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( (self._dns_host, self.port), ...... socket_options=self.socket_options, ) File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 60, in create_connection for res in socket.getaddrinfo(host, port,...