Okay so we all know their is many tools that tell you if a website is up down or available, but I want to make a tool that check for pages in a website. Example: Website www.Example.com is up, but does page www.Example.com/test.html exist?
The program will take a list from a text file to try, the text file will have:
games cpanel signup index example join-us
etc...
My program output should be like (if it is in batch): Press 1 to start Starting... Online pages: -cpanel -games -joinus etc... If it can't be done in batch or python, what other languages can it be done through? Thanks very much :)