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 eb8e31c commit bd16bb7Copy full SHA for bd16bb7
1 file changed
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