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@latestor
git clone https://github.com/mrrootsec/AssetViz
cd AssetViz
go installYou can run this program using either of the following commands:
$ assetviz --help
Usage of assetviz:
-f string
Path to the file containing subdomain namesassetviz -f filenameor
cat file | assetvizThis 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.


