mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Minor adjustments to the operating system fingerprint.
This commit is contained in:
@@ -60,7 +60,8 @@ class FingerprintHandler(ContentHandler):
|
||||
if key not in self.__info.keys():
|
||||
self.__info[key] = set()
|
||||
|
||||
self.__info[key].add(value)
|
||||
for v in value.split("|"):
|
||||
self.__info[key].add(v)
|
||||
|
||||
|
||||
def startElement(self, name, attrs):
|
||||
|
||||
Reference in New Issue
Block a user