mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor fix
This commit is contained in:
@@ -3112,6 +3112,7 @@ def findPageForms(content, url, raise_=False, addToTargets=False):
|
||||
# if control has selectable items select first non-disabled
|
||||
for item in control.items:
|
||||
if not item.disabled:
|
||||
if not item.selected:
|
||||
item.selected = True
|
||||
break
|
||||
request = form.click()
|
||||
|
||||
Reference in New Issue
Block a user