mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00: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…
Add table
Add a link
Reference in a new issue