mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-13 09:33:16 +03:00
minor beautification
This commit is contained in:
parent
17e4c6b564
commit
286e7ee679
|
@ -68,13 +68,14 @@ def main():
|
||||||
setPaths()
|
setPaths()
|
||||||
banner()
|
banner()
|
||||||
|
|
||||||
# Store original command line options for possible later restoration
|
|
||||||
cmdLineOptions.update(cmdLineParser().__dict__)
|
|
||||||
|
|
||||||
dataToStdout("[!] legal disclaimer: %s\n\n" % LEGAL_DISCLAIMER, forceOutput=True)
|
dataToStdout("[!] legal disclaimer: %s\n\n" % LEGAL_DISCLAIMER, forceOutput=True)
|
||||||
dataToStdout("[*] starting at %s\n\n" % time.strftime("%X"), forceOutput=True)
|
dataToStdout("[*] starting at %s\n\n" % time.strftime("%X"), forceOutput=True)
|
||||||
|
|
||||||
|
# Store original command line options for possible later restoration
|
||||||
|
cmdLineOptions.update(cmdLineParser().__dict__)
|
||||||
|
|
||||||
init(cmdLineOptions)
|
init(cmdLineOptions)
|
||||||
|
|
||||||
if conf.profile:
|
if conf.profile:
|
||||||
profile()
|
profile()
|
||||||
elif conf.smokeTest:
|
elif conf.smokeTest:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user