Fixing a MacOS problem with --vuln

This commit is contained in:
Miroslav Stampar
2021-09-29 17:26:38 +02:00
parent 564c5a2494
commit 95e0b368f2
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ def vulnTest():
retVal = True
count = 0
address, port = "127.0.0.10", random.randint(1025, 65535)
address, port = "127.0.0.1", random.randint(1025, 65535)
def _thread():
vulnserver.init(quiet=True)