From ee2e5d5735b2e45a0cb140f369918348bb42d04f Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Mon, 14 Dec 2020 12:29:44 -0500 Subject: [PATCH] fixed spelling mistake --- tools/xss_attack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xss_attack.py b/tools/xss_attack.py index 1797923..5422d68 100644 --- a/tools/xss_attack.py +++ b/tools/xss_attack.py @@ -36,7 +36,7 @@ class XSSFinder(HackingTool): TITLE = "Extended XSS Searcher and Finder" DESCRIPTION = "Extended XSS Searcher and Finder" INSTALL_COMMANDS = [ - "git glone https://github.com/Damian89/extended-xss-search.git"] + "git clone https://github.com/Damian89/extended-xss-search.git"] PROJECT_URL = "https://github.com/Damian89/extended-xss-search" def after_install(self):