minor fix: add also back-end DBMS and web app fingerprint output to log file

This commit is contained in:
Bernardo Damele
2012-12-17 13:02:09 +00:00
parent bbd2adb5fb
commit ac44cf3ec0
3 changed files with 5 additions and 5 deletions

View File

@@ -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 "