diff --git a/extra/socks/socks.py b/extra/socks/socks.py index 6025c1c71..3e9c8e6ea 100644 --- a/extra/socks/socks.py +++ b/extra/socks/socks.py @@ -15,7 +15,7 @@ are permitted provided that the following conditions are met: 3. Neither the name of Dan Haim nor the names of his contributors may be used to endorse or promote products derived from this software without specific prior written permission. - + THIS SOFTWARE IS PROVIDED BY DAN HAIM "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO diff --git a/lib/controller/controller.py b/lib/controller/controller.py index 34d9db16c..b31d93310 100644 --- a/lib/controller/controller.py +++ b/lib/controller/controller.py @@ -189,7 +189,7 @@ def __saveToResultsFile(): if not results: line = "%s,,,%s" % (conf.url, os.linesep) conf.resultsFP.writelines(line) - + def start(): """ This function calls a function that performs checks on both URL diff --git a/plugins/generic/enumeration.py b/plugins/generic/enumeration.py index 94516cce9..bc1746ff9 100644 --- a/plugins/generic/enumeration.py +++ b/plugins/generic/enumeration.py @@ -1052,7 +1052,7 @@ class Enumeration: else: condQuery = " AND (%s)" % " OR ".join("%s = '%s'" % (condition, unsafeSQLIdentificatorNaming(col)) for col in colList) infoMsg += "'%s' " % ", ".join(unsafeSQLIdentificatorNaming(col) for col in colList) - + else: condQuery = "" diff --git a/sqlmap.py b/sqlmap.py index 6144eafde..78b505571 100755 --- a/sqlmap.py +++ b/sqlmap.py @@ -70,9 +70,8 @@ def main(): # 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) + dataToStdout("[!] legal disclaimer: %s\n\n" % LEGAL_DISCLAIMER, forceOutput=True) + dataToStdout("[*] starting at %s\n\n" % time.strftime("%X"), forceOutput=True) try: init(cmdLineOptions) @@ -121,7 +120,7 @@ def main(): closeDumper(True) finally: - dataToStdout("\n[*] shutting down at: %s\n\n" % time.strftime("%X"), forceOutput=True) + dataToStdout("\n[*] shutting down at %s\n\n" % time.strftime("%X"), forceOutput=True) kb.threadContinue = False kb.threadException = True