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