We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80efad4 commit 11f671aCopy full SHA for 11f671a
VHostScan/VHostScan.py
@@ -5,8 +5,8 @@
5
from argparse import ArgumentParser
6
from socket import gethostbyaddr
7
from pkg_resources import resource_filename
8
-from .lib.core.virtual_host_scanner import *
9
-from .lib.helpers.output_helper import *
+from .lib.core.virtual_host_soutput_helpercanner import virtual_host_scanner
+from .lib.helpers.output_helper import output_helper
10
from .lib.helpers.file_helper import load_random_user_agents
11
from .lib.helpers.wordlist_helper import WordList
12
from .lib.core.__version__ import __version__
0 commit comments