Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Top Posters

Who's Online (2)

Powered by Vanilla. Made with Bootstrap.
De-Authorization Attack
  • De-Authorization Attack

    For this tutorial im going to be using backtrack and the alfa wireless adapter.
    Now the main tools you need are airmon-ng, airodump-ng, aireplay-ng and obviously terminal.

    So first your going to need to put your wireless card into monitor mode which most of you should know how.
    type
    airomon-ng start <interface>

    and it will create a new interface for monitor mode.


    So now that your computers able to see the traffic in the air run airodump-ng
    Type
    airodump-ng <monitormode interface>

    and you will start to see a bunch of different things
    But the main things you will need are the "BSSID" and "STATION"
    http://i39.tinypic.com/beqex.png

    Now that you have a BSSID & STATION you will set up the attack so type the following.

    aireplay-ng -0 #ofdeauth -a BSSID -c STATION INTERFACE

    EX:
    aireplay-ng -0 1 -a 00:00:6C:7E:40:00 -c 00:0F:B5:34:30:30 mon0

    http://i43.tinypic.com/10e331k.png
    KEY
    1. -0 Stands for deauth
    2. Number of deauths to send, if you set it to 0 it will be unlimited
    3. -a Stands for access point (router)
    4. The mac address of the access point
    5. -c Stands for client so the computer your deauthing
    6. The client(victims) Mac address
    7. The interface you have monitor mode setup on
    6.

    http://i43.tinypic.com/4ha1pg.png

    And thats a basic tutorial on de authorization.

    Any questions just post/PM
    ---------------------------------------------------------------
    Made For
  • Xin
    Posts: 3,251
    Good tut bio, useful in cracking wep
    Xin
  • said:


    Good tut bio, useful in cracking wep



    Ya it deffinitly makes it easier.

    Lol its also funny as fuck cuz you can de-auth your friends off xbox live, if they are connected to the same network.
  • ThraShEr
    Posts: 5
    Haha, i remember seeing this somewhere else good job bio !
  • deep26
    Posts: 26
    thanks for the tut bio...:)
  • Thank you for the tut man
    I need to read a lot here lol