FinDOM-XSS : XSS Tool
DOM XSS refers to Document Object Model-based Cross-site Scripting, a type of vulnerability that occurs during client-side content processing, usually within JavaScript. In DOM-based XSS attacks, malicious input isn't interpreted by the victim's browser until the website's legitimate JavaScript is executed.
To execute a DOM-based XSS attack, the goal is to input data into an origin, which is then directed to a sink, triggering the execution of arbitrary JavaScript code. FinDOM-XSS is an automated tool created in Shell Script. It's designed to rapidly identify potential DOM-based XSS vulnerabilities. The tool, available on GitHub as open-source, can be used for both single and multiple target scanning.
STEPS TO INSTALL FinDOM-XSS
Step 1: To install the
FinDOM-XSS tool on your Kali Linux operating system, use the following command:
git clone https://github.com/dwisiswant0/findom-xss.git
This command will clone
the FinDOM-XSS repository from GitHub to your local machine, allowing you to
use the tool for identifying potential DOM-based XSS vulnerabilities.
Step 2: Certainly, to
navigate into the directory where you cloned the FinDOM-XSS tool, use the
following command:
cd findom-xss
Step 3: List the contents of the directory.
ls
Running this command will display a list of files and directories present
within the "findom-xss" directory.
Step 4: To run the FinDOM-XSS tool, you can use the following command:
./findom-xss.sh
This command will execute the tool and initiate its functionalities for
identifying potential DOM-based XSS vulnerabilities. Make sure you are in
the "findom-xss" directory when running this command.
CHARACTERISTICS:
1.FinDOM-XSS is an automated tool.
2.It is created in Shell Script.
3.It rapidly identifies DOM based XSS vulnerabilities.
4.It is an open-source tool.
5.It can used for both single and multiple target scanning.
Comments
Post a Comment