mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
minor fix: add also back-end DBMS and web app fingerprint output to log file
This commit is contained in:
@@ -54,7 +54,7 @@ def action():
|
||||
|
||||
raise SqlmapUnsupportedDBMSException, errMsg
|
||||
|
||||
dataToStdout("%s\n" % conf.dbmsHandler.getFingerprint())
|
||||
conf.dumper.singleString(conf.dbmsHandler.getFingerprint())
|
||||
|
||||
# Enumeration options
|
||||
if conf.getBanner:
|
||||
|
||||
@@ -149,7 +149,7 @@ def _showInjections():
|
||||
|
||||
data = "".join(set(map(lambda x: _formatInjection(x), kb.injections))).rstrip("\n")
|
||||
|
||||
conf.dumper.technic(header, data)
|
||||
conf.dumper.string(header, data)
|
||||
|
||||
if conf.tamper:
|
||||
warnMsg = "changes made by tampering scripts are not "
|
||||
|
||||
Reference in New Issue
Block a user