By default CUH internet ID and Password are same when generated by the system admin. This Python code will find those ID's which have unchanged Passwords.
Fortunately there are lots of such IDIOTS in CUH who do not change their password.
I have implemented a gui, so you just need to give the range for roll number and after running the code you will get ID's which have unchanged password.
- You need python 3.0+ version to run the code.
- After installing python you have to install selenium, you can install Selenium using pip package manager. You can do so by running this command in Command Prompt or terminal :-
pip install selenium
- You should also have Mozilla Firefox Browser installed on your PC.
- If you are running Windows OS you can just run the file
CUH-Password-Finder.exe
. 👍
- You can run the code using this command on command prompt
python CUH.py
NOTE :- Your python should be in same directory as the file.