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 b1e3306 commit 716e939Copy full SHA for 716e939
VHostScan.py
@@ -39,7 +39,7 @@ def main():
39
if not os.path.exists(arguments.wordlist):
40
print("[!] Wordlist %s doesn't exist and can't be appended to stdin." % arguments.wordlistt)
41
else:
42
- wordlist += open("./wordlists/virtual-host-scanning.txt").read().splitlines()
+ wordlist += open(arguments.wordlist).read().splitlines()
43
44
wordlist = open("./wordlists/virtual-host-scanning.txt").read().splitlines()
45
0 commit comments