mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 01:26:42 +03:00
Adding an appropriate warning message
This commit is contained in:
parent
eb8e31c23f
commit
bd16bb7a6a
|
@ -83,6 +83,10 @@ 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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user