DEV Community

Cover image for LAKASA-WIFI - Wi-Fi Connection Script
Mohamed
Mohamed

Posted on

LAKASA-WIFI - Wi-Fi Connection Script

LAKASA-WIFI - Wi-Fi Connection Script

Author: @medjahdi

Introduction

LAKASA-WIFI is a Python script designed to connect to Wi-Fi networks using either a wordlist or a randomly generated password. This project is strictly for educational purposes only and should be used responsibly.


🚀 Features

  • Print Logo: Displays a custom logo and title.
  • List Networks: Scans and lists available Wi-Fi networks.
  • Connect to Network: Attempts to connect to a specified Wi-Fi network using a password.
  • Wordlist Mode: Uses a predefined wordlist to attempt Wi-Fi connections.
  • Random Password Mode: Generates and tests random passwords of a specified length.

🛠 Installation & Usage

1️⃣ Clone the Repository:

git clone https://github.com/medjahdi/LAKASA-WIFI.git
cd LAKASA-WIFI
Enter fullscreen mode Exit fullscreen mode

2️⃣ Run the Script:

python main.py
Enter fullscreen mode Exit fullscreen mode

3️⃣ Follow the Prompts:

  • Enter the SSID of the target network.
  • Choose between Wordlist Mode or Random Password Mode.

📸 Screenshot

(Attach project logo or relevant screenshots here)


⚠️ Disclaimer

🚨 Important: This script is for educational and research purposes only. Unauthorized access to networks is illegal and strictly prohibited. The author holds no responsibility for misuse.


💻 Author

Developed by @medjahdi

📌 GitHub Repository: LAKASA-WIFI

AWS Q Developer image

Your AI Code Assistant

Generate and update README files, create data-flow diagrams, and keep your project fully documented. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Get started free in your IDE

Top comments (0)