Patch for an Issue #711

This commit is contained in:
Miroslav Stampar
2014-06-04 16:35:07 +02:00
parent 27ebc02535
commit 54be398e83
3 changed files with 15 additions and 14 deletions

View File

@@ -83,10 +83,6 @@ def main():
dataToStdout("[!] legal disclaimer: %s\n\n" % LEGAL_DISCLAIMER, forceOutput=True)
dataToStdout("[*] starting at %s\n\n" % time.strftime("%X"), forceOutput=True)
if ".sqlmap" in paths.SQLMAP_OUTPUT_PATH:
warnMsg = "using '%s' as the output directory" % paths.SQLMAP_OUTPUT_PATH
logger.warn(warnMsg)
init()
if conf.profile: