Configure browser for spider?
I am scanning a SPA written in angular JS. In the desktop version of zap i can run ajax-crawler, it finds a lot of pages as expected. I am not able to see which pages ajax-crawler finds, when i run using zap-cli. Is there a way to configure browser? Or get the crawler to log more?
Hi @ibnjay! So, just to confirm, you just want to see which pages the ajax-crawler finds? Or perhaps would having a command to list all the URLs that are currently in the site tree so that you could see all the URLs before and after running the ajax-crawler?
Hi @Grunny Yes, i figured out that with -v flag i can see the sites it's crawling. A command to see all the URL's that are in the site tree can become very handy. As devops person, I am generally not sure which pages the crawler missed as i am not always aware of all the pages. Being able to generate list of all the crawled urls as a report would be ideal.