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 in common/uri_converter.py #25

Closed expworm closed 5 years ago

expworm commented 5 years ago

An error trying to check url's with the "minus" symbol in domain name like: something-likethis.com, cant provide the real domain name for security reasons.

Here is the traceback: Traceback (most recent call last): File "/usr/share/vulnx/vulnx.py", line 514, in 'Host' : hostd(url), File "/usr/share/vulnx/common/uri_converter.py", line 6, in convert_uri return domain.group(3) AttributeError: 'NoneType' object has no attribute 'group'

anouarbensaad commented 5 years ago

Can you verify if the fix works? and don't forget to install requirments.txt


CMD : pip install -r ./pip/requirements.txt

expworm commented 5 years ago

Working like a charm! I run the ./update.sh then i started again vulnx with that domain and work great! Thank's and Great work with vulnx.