Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion JSFScan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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!";
Expand Down