I am working through retired machine Bank and loosely following the walkthrough for pointers (trying to not use it as much as possible).
So I let burp spider the site by IP address and inspected the results (before doing the hosts entry). It gave me potentially useful information such as:
/etc/apache2
/usr/bin/apache2
/var/www/html/index.html
Basically linux filesystem type results.
Then after adding the hosts entry it gave me:
/assets/js/
/assets/js/plugins/
I was just wondering if there would ever be any use in what burp gave me before the hosts entry and why such a different set of results as well as why after adding the hosts entry I don’t see any of the detail that was there before adding it?