mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor fix: add also back-end DBMS and web app fingerprint output to log file
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user