mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-29 04:53:48 +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"))
|
self._feedInfo("technology", attrs.get("technology"))
|
||||||
|
|
||||||
if self._sp.isdigit():
|
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._regexp = None
|
||||||
self._match = None
|
self._match = None
|
||||||
|
|
Loading…
Reference in New Issue
Block a user