mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
first successfull run of error based sqlmap in history :). tested --banner, --current-user, --current-db on 4 major DBMSes. still hidden from users (turn on flag error in getValue() in inject.py)
This commit is contained in:
parent
0c286d8db2
commit
6a8b1046d4
4 changed files with 58 additions and 4 deletions
|
|
@ -64,6 +64,8 @@ class Enumeration:
|
|||
kb.data.dumpedTable = {}
|
||||
|
||||
temp.inference = queries[dbms].inference
|
||||
temp.error = queries[dbms].error
|
||||
temp.errorRegex = queries[dbms].errorRegex
|
||||
|
||||
def getBanner(self):
|
||||
if not conf.getBanner:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue