hack_wireless_hack
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
hack_wireless_hack [2020/05/03 22:26] – [WPA & WPA2] gman | hack_wireless_hack [2020/05/31 17:45] (current) – gman | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Wireless ====== | + | ====== Wireless: Hack ====== |
===== Packet Sniffing (airodump) ===== | ===== Packet Sniffing (airodump) ===== | ||
Line 122: | Line 122: | ||
The only difference is the ecryption method: WPA uses TKIP and WPA2 uses CCMP. The same methods will work with both WPA and WPA2. | The only difference is the ecryption method: WPA uses TKIP and WPA2 uses CCMP. The same methods will work with both WPA and WPA2. | ||
- | **Misconfiguration Exploit:** WPS (allows clients to connect without the password). | + | ---- |
+ | |||
+ | === WPS Misconfiguration Exploit=== | ||
+ | |||
+ | WPS (allows clients to connect without the password). | ||
* Originally provided to simplify connecting printers and other peripherals. | * Originally provided to simplify connecting printers and other peripherals. | ||
* " | * " | ||
Line 154: | Line 158: | ||
* If WPS is not misconfigured or PBC is set... then this won't work. Move on... | * If WPS is not misconfigured or PBC is set... then this won't work. Move on... | ||
- | **WPA/WPA2 CRACKING:** The only packets that can aid cracking are the handshake packets. | + | ---- |
- | * These are 4 packets sent when a client connects to the network | + | |
+ | === WPA/WPA2 CRACKING | ||
+ | |||
+ | The only packets that can aid cracking | ||
+ | * These are 4 packets sent when a client connects to the network. | ||
+ | * Here's the process... | ||
1. Run '' | 1. Run '' | ||
Line 183: | Line 192: | ||
* You can either create one of your own or download one (or combine the two). | * You can either create one of your own or download one (or combine the two). | ||
- | **Create your own word list:** | + | **Create your own word list with '' |
- | * TOOL: '' | + | |
- | | + | |
< | < | ||
- | crunch [min] [max] [characters] -t [pattern] -o [filename] | + | crunch [min] [max] [characters] -t [pattern] -o [filename] |
- | # min: minimum number of characters for the password to be generated | + | crunch 6 8 123abc$ -t a@@@@b -o wordlist |
- | # max: maximum number of characters for the password to be generated | + | |
- | # characters: specificy the characters you want to generate passwords from | + | |
- | # pattern: if you know something about the password (e.g., starts w/ " | + | |
- | # Example: | + | |
</ | </ | ||
+ | |||
+ | ^ option | ||
+ | | min | minimum number of characters for the password to be generated | | ||
+ | | max | maximum number of characters for the password to be generated | | ||
+ | | characters | specificy the characters you want to generate passwords from | | ||
+ | | pattern | if you know something about the password (e.g., starts w/ " | ||
**Links to wordlists:* | **Links to wordlists:* |
hack_wireless_hack.1588544781.txt.gz · Last modified: by gman