mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Code refactoring (epecially Google search code)
This commit is contained in:
parent
76b793b199
commit
2de52927f3
5 changed files with 62 additions and 88 deletions
|
|
@ -3093,7 +3093,7 @@ def findPageForms(content, url, raise_=False, addToTargets=False):
|
|||
|
||||
if addToTargets and retVal:
|
||||
for target in retVal:
|
||||
kb.targetUrls.add(target)
|
||||
kb.targets.add(target)
|
||||
|
||||
return retVal
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue