FinDOM-XSS : A Fast DOM Based XSS Vulnerability Scanner With Simplicity

FinDOM-XSS is a tool that allows you to finding for possible and/ potential DOM based XSS vulnerability in a fast manner.

Installation

$ git clone https://github.com/dwisiswant0/findom-xss.git

Dependencies: LinkFinder

Configuration

Change the value of LINKFINDER variable (on line 3) with your main LinkFinder file.

Usage

To run the tool on a target, just use the following command.

$ ./findom-xss.sh https://target.host/about-us.html

This will run the tool against target.host.

URLs can also be piped to it and scan on them. For example:

$ cat urls.txt | ./findom-xss.sh

The second argument can be used to specify an output file.

$ ./findom-xss.sh https://target.host/about-us.html /path/to/output.txt

By default, output will be stored in the results/ directory in the repository with target.host.txt name.

Also Read – EvilDLL – Malicious DLL (Reverse Shell) Generator For DLL Hijacking

License

It is licensed under the Apache. Take a look at the LICENSE for more information.

Thanks

R K

Recent Posts

Best Advanced OSINT Tools 2026: Pivot Across Domains, Emails and Profiles

Advanced OSINT is not about using complicated tools for the sake of it. It is…

8 hours ago

Best OSINT Tools for Beginners 2026: A 7-Day Practical Learning Roadmap

Learning OSINT can feel confusing in the beginning because there are too many tools, websites,…

8 hours ago

Install KVM Ubuntu: Easy Virtualization Setup Guide

Virtualization has become a key technology for developers, system administrators, and IT professionals. If you…

8 hours ago

Install Elasticsearch Ubuntu: Complete Setup Guide

Elasticsearch has become one of the most popular platforms for search, analytics, and large-scale data…

9 hours ago

Install OpenCV Ubuntu: Complete Computer Vision Setup Guide

Install OpenCV Ubuntu is a common requirement for developers working on artificial intelligence, machine learning,…

9 hours ago

Install Steam Ubuntu: Easy Gaming Setup on Ubuntu 20.04

Whether you're interested in AAA titles, indie games, or multiplayer experiences, Steam provides a convenient…

9 hours ago