Skip to content

0xdln1/dominspect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DomInscpect: A small script to make Dom based vulnerability detection easier based on matchers

Usage:

cat urls.txt | ./dominspect

Installation

git clone https://github.com/0xdln1/dominspect.git
cd dominspect
go build
mv dominspect /usr/local/bin

Command line flags:

Usage of ./dominspect:
  -config string
        path to the JSON configuration file (default "~/dominspect.json")
  -p int
        number of concurrent executions (default 5)
  • Default location of matcher file : ~/dominspect.json

Example matchers

[
    {
        "key": "XSS",
        "value": "<script>alert()</script>"
    }
]

About

A Script to make DOM based vulnerability detection easier using matchers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages