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.
GNU General Public License v3.0
1.19k stars 231 forks source link

ImportError: attempted relative import with no known parent package #121

Open remonsec opened 4 years ago

remonsec commented 4 years ago

I am facing this error while running vhostscan.py Any help!

Traceback (most recent call last): File "VHostScan.py", line 8, in from .lib.core.virtual_host_scanner import virtual_host_scanner ImportError: attempted relative import with no known parent package