Appendix to last commit

This commit is contained in:
Miroslav Stampar 2014-06-27 13:45:40 +02:00
parent 75279ea75a
commit 2f8d17bcb7

View File

@ -55,7 +55,7 @@ from lib.techniques.union.use import unionUse
def _goDns(payload, expression):
value = None
if conf.dnsName and kb.dnsTest is not False:
if conf.dnsName and kb.dnsTest is not False and not kb.testMode and Backend.getDbms() is not None:
if kb.dnsTest is None:
dnsTest(payload)