mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
minor fix: add also back-end DBMS and web app fingerprint output to log file
This commit is contained in:
parent
bbd2adb5fb
commit
ac44cf3ec0
3 changed files with 5 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue