| 详细介绍:nice tool to check all the URLs in an input text file, scanning them sequentially. Its primary purpose is to check if the username and password for a website are valids but can also check if pages exist or not.
It supports the following formats into the input file:
URL URL user password http://user:password@URL
It searches first for the :// or :\\ pattern so the following URLs are correctly handled:
blablabla what you want://uS3r:p4ss@mywebsite.ext/uri/login.php blah mywebsite.ext/uri/login.php uS3r p4ss bla bla bla
The usage is very simple and is the following:
webpwdchk <list_file.txt> <output_file.TXT/HTML> |