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