Skip to content

Commit e797ccb

Browse files
authored
Update VHostScan.py
Fixing the typo in the import.
1 parent 29cb25b commit e797ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VHostScan/VHostScan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from argparse import ArgumentParser
66
from socket import gethostbyaddr
77
from pkg_resources import resource_filename
8-
from .lib.core.virtual_host_soutput_helpercanner import virtual_host_scanner
8+
from .lib.core.virtual_host_scanner import virtual_host_scanner
99
from .lib.helpers.output_helper import output_helper
1010
from .lib.helpers.file_helper import load_random_user_agents
1111
from .lib.helpers.wordlist_helper import WordList

0 commit comments

Comments
 (0)