1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-06-20 06:15:54 +02:00

[FIX] #Fixed Typos by codespell

This commit is contained in:
Hardik Zinzuvadiya
2023-03-04 09:08:54 -05:00
parent 1e64996614
commit 2c5cbb3538
8 changed files with 11 additions and 11 deletions

View File

@ -104,7 +104,7 @@ class XanXSS(HackingTool):
class XSSStrike(HackingTool):
TITLE = "Advanced XSS Detection Suite"
DESCRIPTION = "XSStrike is a python script designed to detect and exploit XSS vulnerabilites."
DESCRIPTION = "XSStrike is a python script designed to detect and exploit XSS vulnerabilities."
INSTALL_COMMANDS = [
"sudo rm -rf XSStrike",
"git clone https://github.com/UltimateHackers/XSStrike.git "