Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0df231 commit a921fe0Copy full SHA for a921fe0
1 file changed
plugins/generic/enumeration.py
@@ -82,6 +82,9 @@ def getBanner(self):
82
kb.data.banner = inject.getValue(query)
83
bannerParser(kb.data.banner)
84
85
+ kb.bannerFp["dbmsVersion"] = kb.data.banner
86
+ kb.bannerFp["dbmsVersion"] = kb.bannerFp["dbmsVersion"].replace(",", "").replace("-", "").replace(" ", "")
87
+
88
if conf.os and conf.os == "windows":
89
kb.bannerFp["type"] = set([ "Windows" ])
90
0 commit comments