mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
fix for a resume bug reported by Augusto Urbieta
This commit is contained in:
@@ -361,6 +361,8 @@ Stuffe <stuffe.dk@gmail.com>
|
||||
Sylphid <sylphid.su@sti.com.tw>
|
||||
for suggesting some features
|
||||
|
||||
Augusto Urbieta <x2xpy50@gmail.com>
|
||||
for reporting a minor bug
|
||||
|
||||
== Organizations ==
|
||||
|
||||
|
||||
@@ -150,6 +150,9 @@ def resume(expression, payload):
|
||||
if not payload:
|
||||
return None
|
||||
|
||||
if not kb.dbms:
|
||||
return None
|
||||
|
||||
substringQuery = queries[kb.dbms].substring
|
||||
select = re.search("\ASELECT ", expression, re.I)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user