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

@@ -73,6 +73,9 @@ class Dump(object):
def getOutputFile(self):
return self._outputFile
def singleString(self, data):
self._write(data)
def string(self, header, data, sort=True):
kb.stickyLevel = None
@@ -112,9 +115,6 @@ class Dump(object):
if elements:
self._write("")
def technic(self, header, data):
self.string(header, data)
def banner(self,data):
self.string("banner", data)