windows md5 consolen cracker

Heyho

ich brauch mal einen guten cracker für die windows console (wäre am besten) der aber auch mit wordlists umgehen kann.
Derzeit nutz ich cain, aber das programm ist bissl umständlich, da ich das gerne in batchfiles einbauen würde. Wichtig ist das md5 Hashes unterstützt werden, und das gilt ja für john the ripper nicht oder hab ich da einfach nur etwas übersehen?

danke schonmal

edit: argh, hab grad gelesen, dass es doch mit john the ripper geht, da muss ich mir das nochmal ansehen.
 
Hi! :)

John kann zwar mit Md5 umgehen, erreicht aber meines wissens nicht die Geschwindigkeit von MDcrack.. Ist mir ein Rätsel wie mdcrack soooo schnell sein kann 8o

Mfg
 
mir isses bis grade eben auch nen rätzel, wie man john überhaupt dazu bewegt, md5 hashes zu bearbeiten.

Code:
D:\john1701\run>type test.txt
a6d6db9056b4ac32cb32d65c6feb2b75
97de7d38efdc09f73a9a5547c1942b19
D:\john1701\run>john-mmx.exe -i test.txt
No password hashes loaded

ich schau mir mal das mdcrack an

edit: das mdcrack is in der tat sehr rockig, allerdings kann das keine wordlisten :(
 
1) Für john brauchst du vll n RAW md5 plugin - vermutung :P
2) Bin mir recht sicher dass mdcrack wordlists unterstützt??
 
Code:
D:\mdcrack>MDCrack-sse.exe --help

   \   | __ \   ___|                 |
   |\/ | |   | |      __|  _` |  __| |   /
   |   | |   | |     |    (   | (      <
  _|  _|____/ \____|_|   \__,_|\___|_|\__\  1.8(3)

                      " Bruteforce your hashes "

 Usage: MDCrack [options...] --test-hash|hash
        MDCrack [options...] --bench[=PASS]
        MDCrack [options...] --resume[=FILENAME]|--delete[=FILENAME]
        MDCrack [options...] --help|--about

 GENERAL

  --help                        Help, this text
  --about                       Release information
  --verbose[=VERY]              Be [VERY] verbose ([VERY] slow !)
  --beep                        Beep me when done
  --benchmark[=PASS]            Perform a benchmark using PASS number (max 10)
  --output[=FILENAME]           Copy messages to FILENAME (FILENAME is overwritten)
  --syslog=IP[:[UDP|TCP]PORT]   Copy messages to this syslog server IP address (default UDP514)
  --facility=FACILITY           Syslog facility number between 0-23, default 16 (local0)
  --severity=SEVERITY           Filter syslog messages above SEVERITY between 0-7, default 5 (Notice)

 CONSOLE

  --color[=SCHEME[:LOW]]        Use one color scheme among MDC, GRE, RED, BLK (:LOW contrast)
  --fullscreen                  Fullscreen mode (needs --color)
  --top                         Console stays on top
  --detach                      Detach MDCrack from the console (see also --output)

 SESSION

  --session=FILENAME            Set session to FILENAME (FILENAME is overwritten)
  --encrypt                     Encrypt saved session (use EFS)
  --nosave                      Don't save session if interrupted
  --resume[=FILENAME]           Resume a session and get a chance to add more options
  --show[=FILENAME]             Show details about a saved session
  --delete[=FILENAME]           Delete a session
  --timer[=SECONDS]             Set session timer to this number of SECONDS or to a default 10 seconds
  --all                         Find all collisions (forever crack)
  --autosave[=SECONDS]          Save running session every SECONDS, must be at least 60 seconds (default: 60)
  --threads=NBR                 Disregard CPU(s) detection, create NBR threads for the session ( Limit: 8 )
  --glue                        Bypass system scheduler, force even threads distribution between CPUs
  --priority=PRIORITY           Process priority, either IDLE, NORMAL-, NORMAL, NORMAL+, HIGH or REALTIME

 CANDIDATES

  CANDIDATE & SALT arguments support #nn hexadecimal notation (## twice for '#')

  --prepend=SALT                Prepend this salt to each candidate
  --append=SALT                 Append this salt to each candidate
  --minsize=SIZE                Candidate minimal size (default: 1)
  --maxsize=SIZE                Candidate maximal size (default: 16)
  --candidate=CANDIDATE         Start session with this candidate
  --count=NBR                   Stop after NBR candidate/salt pairs

 CHARSET

  CHARSET argument supports #nn hexadecimal notation (## twice for '#')

  --charset=CHARSET             Supports predefined subsets through the use of keys %N,%U,%L,%P,%C (%% twice for '%')
  --mix                         Mix up charset before use
  --random[=SIZE]               Produce and use a random charset of SIZE characters

 HASH

  MESSAGE & SALT arguments support #nn hexadecimal notation (## twice for '#')

  --test-hash                   Use a pre-defined benchmark test hash
  --username=USERNAME           Account username used by PIX-U algorithm
  --nonce=MESSAGE               Nonce used by HMAC algorithms
  --salt=SALT                   Salt used by MD5MD5S, MD4MD4S and IPB2 algorithms
  --guess                       Auto-detect hash algorithm and quit
  --algorithm=ALGORITHM         Either MD2, MD4, MD5, MD5MD5, MD4MD4, MD4MD4S, MD5MD5S, HMAC-MD4, HMAC-MD5,
                                       IPB2, PHP, PHPS, FREEBSD, NTLM1, PIX, PIX-U, IOS, APACHE, CRC32, CRC32-B,
                                       ADLER32 (default: auto-detect)


 No option to resume an existing default saved session


 News and updates at http://mdcrack.openwall.net

 Copyright (c) 2006-2007 by Gregory Duchemin

und wie werden die dann verwendet? derzeit kann mdcrack ja nichtmal mehrere passes gleichzeitig cracken :(

das RAW plugin? okay, mal suchen!

edit: hm, das raw plugin is ja nix anderes als nen source patch, allerdings habsch hier unter win XP keine möglichkeit das neu zu compilieren, gibts da irgendwo schon ne fertige version?
 
Zurück
Oben