anouarbensaad / vulnx

vulnx 🕷️ an intelligent Bot, Shell can achieve automatic injection, and help researchers detect security vulnerabilities CMS system. It can perform a quick CMS security detection, information collection (including sub-domain name, ip address, country information, organizational information and time zone, etc.) and vulnerability scanning.
GNU General Public License v3.0
1.9k stars 343 forks source link

ERROR WHEN DNS NOT RESOLVE #91

Closed evantoday closed 2 years ago

evantoday commented 3 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. run vulnx
  2. See error

requests.exceptions.ConnectionError: HTTPConnectionPool(host='a.com', port=80): Max retries exceeded with url: / (Caused by NewConnectionError('<requests.packages.url lib3.connection.HTTPConnection object at 0x7f596cd86f60>: Failed to establish a new connection: [Errno -2] Name or service not known',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/share/vulnx/vulnx.py", line 173, in print('error : '+error) TypeError: Can't convert 'ConnectionError' object to str implicitly