Jump to content

DTeCH

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

1,066 profile views

DTeCH's Achievements

Newbie

Newbie (1/14)

  1. It has many many duplicates in there, but I could see the problem with trying to get rid of them due to it's size. Use CudaOclHashCat64 (for x64 Windows), or CudaOclHashCat32 (for x86 Windows) to tame this 13 gig beast CudaOclHashCat64 -m 2500 -a3 capture.hccap -1 0123456789ABCDEF -2 ?l?u -3 ?l?d ?1?2?3?1?1?1?1?1 -m 2500 tells hashcat that we're targetting WPA/WPA2 -a3 capture.hccap tells hashcat to load attack mode 3 (Brute-Force), & use capture.hccap Attack-Modes 0 Straight 1 Combination 3 Brute-Force 6 Hybrid Dictionary + Mask 7 Hybrid Mask + Dictionary -1 0123456789ABCDEF tells hashcat to use a Custom Charset (0123456789ABCDEF), & set it's shortcut to ?1 Where ever ?1 is found in the mask ?1?2?3?1?1?1?1?1 it will be replaced with a character from 0123456789ABCDEF (which is assigned to -1) The same for -2, & -3... ?2, & ?3 respectively. Built-in Charset Shortcuts ?l = abcdefghijklmnopqrstuvwxyz ?u = ABCDEFGHIJKLMNOPQRSTUVWXYZ ?d = 0123456789 ?a = ?l?u?d?s (Use all charsets) ?s = !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ -2 ?u?l tells hashcat to replace ?2 in the mask with a character from abcdefghijklmnopqrstuvwxyz or ABCDEFGHIJKLMNOPQRSTUVWXYZ Aaaaaaanywhooo... here's an easier way CudaOclHashCat64 -m 2500 -a0 capture.hccap A13GigMonsterList.lst -a0 tells hashcat that A13GigMonsterList.lst is a plain text list -m 2500 tells hashcat that we're targetting WPA/WPA2 What you could/should do is get a list of the top 10,000 (or whatever) most used passwords that has leaked from hacks against places like facebook, myspace, google, & the like, & load that list into a password generator that will permutate each word of that list into a new file. Now that list would be worth downloading... especially if you have bandwidth like mine! 0.5 mbps down, & 0.5 up. ps: I saw a list where the top facebook password was used by MILLIONS of users! pps: Hak5 Rocks!
×
×
  • Create New...