AssetViz simplifies the visualization of subdomains from input files, presenting them as a mind map. Ideal for penetration testers and bug bounty hunters conducting reconnaissance, AssetViz provides intuitive insights into domain structures for informed decision-making.
Use Go
go install -v github.com/mrrootsec/assetviz@latest
or
git clone https://github.com/mrrootsec/AssetViz
cd AssetViz
go install
You can run this program using either of the following commands:
$ assetviz --help
Usage of assetviz:
-f string
Path to the file containing subdomain names
assetviz -f filename
or
cat file | assetviz
This will generate output to the .report folder with the filename assetviz_report_date_time.html
This project is licensed under the MIT License
Feel free to open an issue if you have any problem with the script.