October 5, 2022 at 7:22 PM
Wondering if anyone is familiar with a way to automatically test website login credentials from a txt file.
For example, I have a txt file containing 100s of login/pass details all for a specific website. Is there a preferred method of automating the process of determining which credentials are valid and which are no longer useful?
So far I have found Selenium browser extension. It seems like it could be capable of automating all of this but I have not quite figured out how to implement it. Any help at all would be appreciated.
Thanks
For example, I have a txt file containing 100s of login/pass details all for a specific website. Is there a preferred method of automating the process of determining which credentials are valid and which are no longer useful?
So far I have found Selenium browser extension. It seems like it could be capable of automating all of this but I have not quite figured out how to implement it. Any help at all would be appreciated.
Thanks

