I was having a look at DRKSpider to find problems with a website in our production server, but it seems its export feature generates different outputs (with different content).
My goal is to find a good tool that shows every type of status code that might be an error 404, 500, 403, etc...
Could you guys please suggest some open source tools to craw a website in order to list all server codes related to error?
thank you
man wgetand it's spider option. Or HTTrack or cURL or anything else found on Google. Even Google itself with the Webmaster tools. – mailq Aug 15 '11 at 18:26