mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
fix for using --banner --stacked-test together
This commit is contained in:
parent
a0df231aa4
commit
a921fe0d5d
|
@ -82,6 +82,9 @@ class Enumeration:
|
|||
kb.data.banner = inject.getValue(query)
|
||||
bannerParser(kb.data.banner)
|
||||
|
||||
kb.bannerFp["dbmsVersion"] = kb.data.banner
|
||||
kb.bannerFp["dbmsVersion"] = kb.bannerFp["dbmsVersion"].replace(",", "").replace("-", "").replace(" ", "")
|
||||
|
||||
if conf.os and conf.os == "windows":
|
||||
kb.bannerFp["type"] = set([ "Windows" ])
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user