mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
fix for a resume bug reported by Augusto Urbieta
This commit is contained in:
parent
d2f88b6ebe
commit
c39d819dd2
2 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue