From 8d8fc2bbd8b8893142b1c197e486ee2ee9aa4cb9 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Thu, 21 Apr 2011 10:17:41 +0000 Subject: [PATCH] cosmetics --- lib/parse/cmdline.py | 4 ++-- lib/techniques/error/use.py | 2 +- lib/techniques/inband/union/use.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/parse/cmdline.py b/lib/parse/cmdline.py index ba88914ad..8cf4604e4 100644 --- a/lib/parse/cmdline.py +++ b/lib/parse/cmdline.py @@ -26,8 +26,8 @@ def cmdLineParser(): This function parses the command line parameters and arguments """ - usage = "%s%s [options]" % ("python " if not IS_WIN else "",\ - "\"%s\"" % sys.argv[0] if " " in sys.argv[0] else sys.argv[0]) + usage = "%s%s [options]" % ("python " if not IS_WIN else "", \ + "\"%s\"" % sys.argv[0] if " " in sys.argv[0] else sys.argv[0]) parser = OptionParser(usage=usage, version=VERSION_STRING) try: diff --git a/lib/techniques/error/use.py b/lib/techniques/error/use.py index ef316c17c..2af8447b5 100644 --- a/lib/techniques/error/use.py +++ b/lib/techniques/error/use.py @@ -93,7 +93,7 @@ def __oneShotErrorUse(expression, field): threadData.lastRequestUID else None, re.DOTALL | re.IGNORECASE) if trimmed: - warnMsg = "possible server trimmed output detected (due to it's length): " + warnMsg = "possible server trimmed output detected (due to its length): " warnMsg += trimmed logger.warn(warnMsg) diff --git a/lib/techniques/inband/union/use.py b/lib/techniques/inband/union/use.py index 737de15d7..76ff12164 100644 --- a/lib/techniques/inband/union/use.py +++ b/lib/techniques/inband/union/use.py @@ -79,7 +79,7 @@ def __oneShotUnionUse(expression, unpack=True): if headers else None), payload, True), re.DOTALL | re.IGNORECASE) if trimmed: - warnMsg = "possible server trimmed output detected (due to it's length): " + warnMsg = "possible server trimmed output detected (due to its length): " warnMsg += trimmed logger.warn(warnMsg)