mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Patch for an Issue #711
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user