fikriwebz / python-wifi-password-cracking

Reference : https://pypi.org/project/pywifi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-wifi-password-cracking

Want to create python script which might give you access to your surroundings wifi network? i have used pywifi python library to make a script which will try to connect to available wifi network. what we need to do ?

Step - 1 : Discovery Of Network Step - 2 : Information Gathering (Not Social Engineering) Step - 3 : Enter into Network

we will first find the networks around us (like how many access points are available ) then we will have one file which contain top - 1000 predictable password. we will try to apply passwords to each network one by one. 

Reference : https://pypi.org/project/pywifi/

https://github.com/awkman/pywifi/blob/master/DOC.md

About

Reference : https://pypi.org/project/pywifi/


Languages

Language:Jupyter Notebook 70.2%Language:Python 29.8%