From d79296e4cc9087d8e0298d932ca3f2fe4c83b3bb Mon Sep 17 00:00:00 2001 From: ekultek Date: Wed, 6 Dec 2017 09:35:31 -0600 Subject: [PATCH] colored output fix, error was not red, is now --- lib/attacks/xss_scan/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/attacks/xss_scan/__init__.py b/lib/attacks/xss_scan/__init__.py index 6247a80..94a0796 100644 --- a/lib/attacks/xss_scan/__init__.py +++ b/lib/attacks/xss_scan/__init__.py @@ -246,7 +246,7 @@ def main_xss(start_url, proxy=None, agent=None, **kwargs): lib.core.settings.create_tree(start_url, list(success)) else: lib.core.settings.logger.error(lib.core.settings.set_color( - "host '{}' does not appear to be vulnerable to XSS attacks...".format(start_url) + "host '{}' does not appear to be vulnerable to XSS attacks...".format(start_url), level=40 )) question_msg = "would you like to keep the created URLs saved for further testing" if not batch: