This section provides a detailed walkthrough of how the Auto Login script functions, from inspecting the login process to executing the script and storing login attempts in SQLite. Each step is supported by screenshots to help visualize the process.
The demonstration covers:
Opening the login page and using “Inspect Element” to analyze the request flow.
Once logged in manually, we can see the network request in the browser’s Developer Tools.
Extracting the correct request URL from the network request details.
Identifying the parameters sent in the login request, which will be used in the script.
Locating the script to execute it from the terminal or command prompt.
Running the script to perform an automated WiFi login.
Validating that login attempts are correctly recorded in the database.
Ensuring that login attempts, along with responses, are logged in the database.
Note: Passwords should be masked with “**” for security. They can be reviewed in screenshots 7 and 8.