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 26a8843 commit 457d0faCopy full SHA for 457d0fa
VHostScan.py
@@ -32,7 +32,8 @@ def main():
32
arguments = parser.parse(sys.argv[1:])
33
34
wordlist_helper = WordList()
35
- wordlist, wordlist_types = wordlist_helper.get_wordlist(arguments.wordlists)
+ wordlist, wordlist_types = wordlist_helper.get_wordlist(
36
+ arguments.wordlists)
37
38
if len(wordlist) == 0:
39
print("[!] No words found in provided wordlists, unable to scan.")
0 commit comments