From 286e7ee679aa62ab5261c3d4a90872e96bd3ad09 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 16 Jun 2011 12:29:17 +0000 Subject: [PATCH] minor beautification --- sqlmap.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sqlmap.py b/sqlmap.py index e3c309b0d..1a81efd8c 100755 --- a/sqlmap.py +++ b/sqlmap.py @@ -68,13 +68,14 @@ def main(): setPaths() 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("[*] 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) + if conf.profile: profile() elif conf.smokeTest: