From 299432ac3165f2feeafeea1c06c121656f72335a Mon Sep 17 00:00:00 2001 From: Kevin Valerio <24193167+kevin-valerio@users.noreply.github.com> Date: Wed, 2 Aug 2023 10:26:49 +0200 Subject: [PATCH] Typo in JSFScan --- JSFScan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSFScan.sh b/JSFScan.sh index f9fed1b..55897ab 100644 --- a/JSFScan.sh +++ b/JSFScan.sh @@ -134,7 +134,7 @@ while getopts ":l:f:esmwvdro:-:" opt;do echo " -m Fetch Js Files for manual testing"; echo " -o Make an Output Directory to put all things Together"; echo " -w Make a wordlist using words from jsfiles"; - echo " -v Extract Vairables from the jsfiles"; + echo " -v Extract Variables from the jsfiles"; echo " -d Scan for Possible DomXSS from jsfiles"; echo " -r Generate Scan Report in html"; echo " --all Scan Everything!";