We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb8e31c commit bd16bb7Copy full SHA for bd16bb7
sqlmap.py
@@ -83,6 +83,10 @@ def main():
83
dataToStdout("[!] legal disclaimer: %s\n\n" % LEGAL_DISCLAIMER, forceOutput=True)
84
dataToStdout("[*] starting at %s\n\n" % time.strftime("%X"), forceOutput=True)
85
86
+ if ".sqlmap" in paths.SQLMAP_OUTPUT_PATH:
87
+ warnMsg = "using '%s' as the output directory" % paths.SQLMAP_OUTPUT_PATH
88
+ logger.warn(warnMsg)
89
+
90
init()
91
92
if conf.profile:
0 commit comments