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:11] – [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 192: 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 ''crunch''**
-  * Tool: crunch +
-  * Syntax: ''crunch [min] [max] [characters] -t [pattern] -o [filename]''+
  
-min: minimum number of characters for the password to be generated +<code> 
-max: maximum number of characters for the password to be generated +crunch [min] [max] [characters] -t [pattern] -o [filename]   syntax 
-characters: specificy the characters you want to generate passwords from +crunch 6 8 123abc$ -t a@@@@b -o wordlist                     # example 
-# pattern: if you know something about the password (e.g., starts w/ "a"+</code>
-# Example: crunch 6 8 123abc$ -t a@@@@b -o wordlist+
  
 +^  option  ^  description  ^
 +| 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/ "a") |
  
 **Links to wordlists:* **Links to wordlists:*
hack_wireless_hack.1588547481.txt.gz · Last modified: by gman