Skip to content
/ mapz Public

Mapz is a tool written in go to validate the existance of JavaScript map files in websites

Notifications You must be signed in to change notification settings

DEMON1A/mapz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mapz

Mapz is a tool written in Go to validate the existence of JavaScript map files on websites.

Installation

To install Mapz, you can use the go install command with the following:

go install -v github.com/DEMON1A/mapz/cmd/mapz@latest

Make sure you have Go installed and your $GOPATH/bin directory is added to your PATH environment variable.

Usage

Usage of mapz.exe:
  -fast
        Perform a fast scan by disabling a validate rule, but it may result in some false positives
  -file string
        Path to your file that contains JavaScript URLs
  -url string
        The URL you want to validate the map existance for
  -verbose
        Verbose mode to show additional information regarding the output
  -workers int
        Number of workers to use for concurency (default 4)

Disclaimer

Disclaimer: The Mapz tool is intended for educational and legitimate testing purposes only. Be aware that scanning websites or accessing resources without proper authorization may violate terms of service and local laws. The author of this tool is not responsible for any misuse or illegal actions conducted with this tool. Use Mapz responsibly and at your own risk.