The gMan nixWiki

Because the mind is made of Teflon...

User Tools

Site Tools


hack_wireless_hack

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
hack_wireless_hack [2020/05/03 23:12] – [WPA & WPA2] gmanhack_wireless_hack [2020/05/31 17:45] (current) gman
Line 1: Line 1:
-====== Wireless ======+====== Wireless: Hack ======
  
 ===== Packet Sniffing (airodump) ===== ===== Packet Sniffing (airodump) =====
Line 194: Line 194:
 **Create your own word list with ''crunch''** **Create your own word list with ''crunch''**
  
-Syntax: +<code> 
- +crunch [min] [max] [characters] -t [pattern] -o [filename]   # syntax 
-<code>crunch [min] [max] [characters] -t [pattern] -o [filename]<\code>+crunch 6 8 123abc$ -t a@@@@b -o wordlist                     # example 
 +</code>
  
-Options: + option  ^  description 
-  minminimum number of characters for the password to be generated +min minimum number of characters for the password to be generated | 
-  maxmaximum number of characters for the password to be generated +max maximum number of characters for the password to be generated | 
-  charactersspecificy the characters you want to generate passwords from +characters specificy the characters you want to generate passwords from | 
-  patternif you know something about the password (e.g., starts w/ "a") +pattern if you know something about the password (e.g., starts w/ "a"|
-  * Example: crunch 6 8 123abc$ -t a@@@@b -o wordlist+
  
 **Links to wordlists:* **Links to wordlists:*
hack_wireless_hack.1588547564.txt.gz · Last modified: by gman