mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-24 18:43:47 +03:00
fix for a resume bug reported by Augusto Urbieta
This commit is contained in:
parent
d2f88b6ebe
commit
c39d819dd2
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user