Skip to content
This repository has been archived by the owner. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 661 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 661 Bytes

Wifi-Hacking

This project is a Wifi Hacking. After executing the code, it finds the password of the wifi that are stored on the computer system and stores its password in a text file. In the following, you should write a program that runs automatically and does not require manual execution from the user. This program is Developed by Python. To execute commands on cmd, the subprocess module is used. This program is only available on the Windows operating system and will not be on Linux.

first you should install the subprocess package on windows :

 $ pip install subprocess.run

after that you can run the Program . Enjoy it !!!