Skip to content

Commit 26a8843

Browse files
authored
Fixed wordlists argument typo
1 parent bba0d82 commit 26a8843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VHostScan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def main():
3232
arguments = parser.parse(sys.argv[1:])
3333

3434
wordlist_helper = WordList()
35-
wordlist, wordlist_types = wordlist_helper.get_wordlist(arguments.wordlist)
35+
wordlist, wordlist_types = wordlist_helper.get_wordlist(arguments.wordlists)
3636

3737
if len(wordlist) == 0:
3838
print("[!] No words found in provided wordlists, unable to scan.")

0 commit comments

Comments
 (0)