mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user