We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e4c6b commit 286e7eeCopy full SHA for 286e7ee
sqlmap.py
@@ -68,13 +68,14 @@ def main():
68
setPaths()
69
banner()
70
71
- # Store original command line options for possible later restoration
72
- cmdLineOptions.update(cmdLineParser().__dict__)
73
-
74
dataToStdout("[!] legal disclaimer: %s\n\n" % LEGAL_DISCLAIMER, forceOutput=True)
75
dataToStdout("[*] starting at %s\n\n" % time.strftime("%X"), forceOutput=True)
76
+ # Store original command line options for possible later restoration
+ cmdLineOptions.update(cmdLineParser().__dict__)
+
77
init(cmdLineOptions)
78
79
if conf.profile:
80
profile()
81
elif conf.smokeTest:
0 commit comments