mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 11:03:47 +03:00
Minor update
This commit is contained in:
parent
663b1e711b
commit
59d667d94c
|
@ -70,7 +70,7 @@ class FingerprintHandler(ContentHandler):
|
|||
self._feedInfo("technology", attrs.get("technology"))
|
||||
|
||||
if self._sp.isdigit():
|
||||
self._feedInfo("sp", "Service Pack %s" % self._match.group(int(self._sp)))
|
||||
self._feedInfo("sp", "Service Pack %s" % int(self._sp))
|
||||
|
||||
self._regexp = None
|
||||
self._match = None
|
||||
|
|
Loading…
Reference in New Issue
Block a user