Skip to content

The WiFi-Auto-Auth is a simple and efficient solution for automating the process of logging into wireless networks. Designed to save time and eliminate the need for manual authentication every time a device connects to a network.

License

Notifications You must be signed in to change notification settings

01bps/WiFi-Auto-Auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WiFi-Auto-Auth

Tired of entering the same Wi-Fi credentials every time you join the network? So was I! At my institute, logging into Wi-Fi manually was a hassle, so I built this Auto WiFi Login Script to automate the process with the help of Python,SQLite and Crontab!

This script automatically logs into Wi-Fi networks using pre-saved credentials and now comes with SQLite integration to store login attempts and all payload parameters. It keeps track of all login activities, captures dynamic session parameters (a), and provides a user-friendly log display for debugging.

Ideal for schools, workplaces, or any location with recurring Wi-Fi logins, this script eliminates manual re-authentication and ensures effortless connectivity. It's fully customizable, works across different networks, and can even be automated on startup for a seamless experience.

For step-by-step setup instructions, please refer to setup.md

Security Notes

  • Credentials are securely stored in an SQLite database within your home directory.
  • No sensitive data is transmitted except during the login request.
  • Passwords are masked in logs for security.
  • Login attempts are logged in SQLite, and old logs are automatically deleted after reboot

License:

This project is licensed under the MIT License, which allows for free use, modification, and distribution.

🔧 Need help? Open an issue on GitHub!

About

The WiFi-Auto-Auth is a simple and efficient solution for automating the process of logging into wireless networks. Designed to save time and eliminate the need for manual authentication every time a device connects to a network.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages