[FEATURE REQUEST] Tree option for better readability
Is your feature request related to a problem? Please describe. Current view of big output is kinda messy and hard to find something.
Describe the solution you'd like
Adding simple flag like --tree / -F (Like Forest) that would make view of output in more readable format like tree command. with feroxbuster it could looks like this:
200 GET 20l 100w 1500c http://example.com/ 301 GET 10l 20w 312c ├── http://example.com/admin/ 200 GET 120l 320w 4521c │ ├── http://example.com/admin/login.php 302 GET 0l 0w 0c │ ├── http://example.com/admin/dashboard.php -> /admin/login.php 403 GET 9l 18w 278c │ ├── http://example.com/admin/config/ 200 GET 0l 0w 1048576c │ └── http://example.com/admin/backup.zip
(Looks messy here but should looks aligned)
Source: epi052/feroxbuster