fixed spelling mistake

This commit is contained in:
Greatest125 2020-12-14 12:29:44 -05:00 committed by GitHub
parent 513545f6f3
commit ee2e5d5735
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):