mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 00:42: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()
|
kb.locks.limits.release()
|
||||||
break
|
break
|
||||||
|
|
||||||
content = Request.getPage(url=conf.url)[0]
|
content = Request.getPage(url=current)[0]
|
||||||
|
|
||||||
if not kb.threadContinue:
|
if not kb.threadContinue:
|
||||||
break
|
break
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue