Prioritize DBMS fingerprint based on DBMS (<dbms>) identified during the detection phase.

Minor bug fix to properly handle the case that no injections are found.
Nicer display of injection vulnerabilities detected.
Minor code refactoring.
This commit is contained in:
Bernardo Damele
2010-11-28 21:27:47 +00:00
parent 7e3b24afe6
commit 472f4465a6
6 changed files with 33 additions and 20 deletions

View File

@@ -89,7 +89,7 @@ class Dump:
if elements:
self.__write("")
def technic(self,header,data):
def technic(self, header, data):
self.string(header, data)
def banner(self,data):