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 fe49abd commit 3da8f86Copy full SHA for 3da8f86
1 file changed
lib/controller/checks.py
@@ -480,7 +480,7 @@ def genCmpPayload():
480
injection.dbms = Backend.setDbms(dValue)
481
else:
482
Backend.forceDbms(dValue[0], True)
483
- elif dKey == "dbms_version" and injection.dbms_version is None:
+ elif dKey == "dbms_version" and injection.dbms_version is None and not conf.tstF:
484
injection.dbms_version = Backend.setVersion(dValue)
485
elif dKey == "os" and injection.os is None:
486
injection.os = Backend.setOs(dValue)
0 commit comments