mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Fixing a MacOS problem with --vuln
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user