codingo / VHostScan

A virtual host scanner that performs reverse lookups, can be used with pivot tools, detect catch-all scenarios, work around wildcards, aliases and dynamic default pages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

what error?

zicohip opened this issue · comments

VHostScan -h
/usr/lib/python3/dist-packages/pkg_resources/init.py:123: PkgResourcesDeprecationWarning: 1.4-py1 is an invalid version and will not be supported in a future release
warnings.warn(
/usr/lib/python3/dist-packages/pkg_resources/init.py:123: PkgResourcesDeprecationWarning: 0.9.18-kali is an invalid version and will not be supported in a future release
warnings.warn(
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 581, in _build_master
ws.require(requires)
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 909, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 800, in resolve
raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (urllib3 1.25.8 (/home/brutexploiter/.local/lib/python3.10/site-packages), Requirement.parse('urllib3==1.24.2'), {'VHostScan'})

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/local/bin/VHostScan", line 33, in
sys.exit(load_entry_point('VHostScan==1.21', 'console_scripts', 'VHostScan')())
File "/usr/local/bin/VHostScan", line 25, in importlib_load_entry_point
return next(matches).load()
File "/usr/lib/python3.10/importlib/metadata/init.py", line 171, in load
module = import_module(match.group('module'))
File "/usr/lib/python3.10/importlib/init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1050, in _gcd_import
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in _load_unlocked
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/usr/local/lib/python3.10/dist-packages/VHostScan-1.21-py3.10.egg/VHostScan/VHostScan.py", line 7, in
from pkg_resources import resource_filename
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 3260, in
def _initialize_master_working_set():
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 3234, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 3272, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 583, in _build_master
return cls._build_from_requirements(requires)
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 596, in _build_from_requirements
dists = ws.resolve(reqs, Environment())
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 795, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'simplejson==3.8.2' distribution was not found and is required by VHostScan