mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-26 03:20:57 +00:00
Bug fix related to properly identify and parse the version from the banner (used for --stacked-test and other matters on MySQL/PgSQL)
This commit is contained in:
parent
8cec75656c
commit
a34c1b287c
2 changed files with 2 additions and 6 deletions
|
|
@ -88,9 +88,6 @@ class Enumeration:
|
|||
kb.data.banner = inject.getValue(query)
|
||||
bannerParser(kb.data.banner)
|
||||
|
||||
if kb.data.banner:
|
||||
kb.bannerFp["dbmsVersion"] = kb.data.banner.replace(",", "").replace("-", "").replace(" ", "")
|
||||
|
||||
if conf.os and conf.os == "windows":
|
||||
kb.bannerFp["type"] = set([ "Windows" ])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue