mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user