mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Fixing a MacOS problem with --vuln
This commit is contained in:
parent
564c5a2494
commit
95e0b368f2
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue