mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
bug fix
This commit is contained in:
parent
67fab9f2e2
commit
42746cc706
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ class Crawler:
|
|||
kb.locks.limits.release()
|
||||
break
|
||||
|
||||
content = Request.getPage(url=conf.url)[0]
|
||||
content = Request.getPage(url=current)[0]
|
||||
|
||||
if not kb.threadContinue:
|
||||
break
|
||||
|
|
|
|||
Loading…
Reference in a new issue