mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 00:49:59 +00:00
fixed spelling mistake
This commit is contained in:
parent
513545f6f3
commit
ee2e5d5735
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue