mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-13 17:06:53 +00:00
Adding dates to the start/end time
This commit is contained in:
parent
1d6832a84a
commit
dbdfbcc425
3 changed files with 5 additions and 5 deletions
|
|
@ -141,7 +141,7 @@ def main():
|
|||
|
||||
conf.showTime = True
|
||||
dataToStdout("[!] legal disclaimer: %s\n\n" % LEGAL_DISCLAIMER, forceOutput=True)
|
||||
dataToStdout("[*] starting at %s\n\n" % time.strftime("%X"), forceOutput=True)
|
||||
dataToStdout("[*] starting @ %s\n\n" % time.strftime("%X /%Y-%m-%d/"), forceOutput=True)
|
||||
|
||||
init()
|
||||
|
||||
|
|
@ -357,7 +357,7 @@ def main():
|
|||
kb.threadContinue = False
|
||||
|
||||
if conf.get("showTime"):
|
||||
dataToStdout("\n[*] shutting down at %s\n\n" % time.strftime("%X"), forceOutput=True)
|
||||
dataToStdout("\n[*] ending @ %s\n\n" % time.strftime("%X /%Y-%m-%d/"), forceOutput=True)
|
||||
|
||||
kb.threadException = True
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue