mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 11:33:47 +03:00
bug fix
This commit is contained in:
parent
67fab9f2e2
commit
42746cc706
|
@ -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 New Issue
Block a user