mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Minor adjustments to the operating system fingerprint.
This commit is contained in:
parent
727664aea7
commit
736b2e7323
6 changed files with 59 additions and 43 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue