We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a92c7b8 commit 7ee82b9Copy full SHA for 7ee82b9
VHostScan/lib/helpers/wordlist_helper.py
@@ -1,8 +1,10 @@
1
import sys
2
-from .file_helper import get_combined_word_lists
3
-from pkg_resources import resource_filename
4
from ipaddress import ip_address
5
+from pkg_resources import resource_filename
+
6
+from .file_helper import get_combined_word_lists
7
8
DEFAULT_WORDLIST_FILE = resource_filename(
9
'VHostScan', 'wordlists/virtual-host-scanning.txt')
10
0 commit comments