![]() |
confused about the command line! - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat Support (https://hashcat.net/forum/forum-21.html) +--- Thread: confused about the command line! (/thread-218.html) |
confused about the command line! - The Moorish - 12-07-2010 Hi , first of all I'd like congratulate you for this awesome tool. i just came across oclHashcat yesterday after my friend Vince recommended it to me. I want to brute a single MYSQL hash ? lets say the password is about 4 to 12 characters (lowercase ,uppercase , numeric ,special char) ? is my command correct Quote:oclHashcat hash.txt -m 200 -1 ?l?d?s ?1?1?s ?1?1?d RE: confused about the command line! - Rolf - 12-07-2010 Should be several, actually: Code: OCLHashcat.exe -m 200 -1 ?l?d?s?u ?1?1?1 ?1 Unless you have a quantum computer virtualizing OCLHC, dont expect the last 4 lines to be finished anytime soon. Oh, and have you noticed shiny docs in the docs folder ? They really help understanding OCLHC! RE: confused about the command line! - The Moorish - 12-07-2010 (12-07-2010, 12:20 PM)Rolf Wrote: Should be several, actually:Thanks for your reply,yes i read some of them but i didn't understand how to increase the lenght C:\oclHashcat-0.23>OCLHashcat.exe hash.txt -m 200 -1 ?l?d?s?u ?1?1?1?1 ?1?1?1?1? 1 oclHashcat v0.23 starting... Digests: 1 entries, 1 unique Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes Platforms: 1 Platform #1: NVIDIA Corporation, OpenCL 1.0 CUDA 3.1.1 (1 matched) Device #1: GeForce 8500 GT, 499MB, 1026Mhz, 2MCU Device #1: Kernel kernels/4318/m0200.kernel (29673 bytes) [s]tatus [p]ause [r]esume [h]elp [q]uit => s Threads...: 1 Mode.Left.: Mask '?1?1?1?1' (81450625) Mode.Right: Mask '?1?1?1?1?1' (7737809375) Speed.GPU1: 67.5M/s (running) Speed.GPU*: 67.5M/s Recovered.: 0/1 Digests, 0/1 Salts Progress..: 369098752/630249409724609375 (0.00%) Running...: 5 secs Estimated.: 23 years, 258 days 23 years WOW!! RE: confused about the command line! - Rolf - 12-07-2010 Or only 12 days 19 hours 51 minutes 47 seconds(approx.) if you have 1 modern high end card(GTX 480, for example). RE: confused about the command line! - The Moorish - 12-07-2010 (12-07-2010, 02:36 PM)Rolf Wrote: Or only 12 days 19 hours 51 minutes 47 seconds(approx.) if you have 1 modern high end card(GTX 480, for example). WOW! I'm really out-dated, i have to get that GTX480 as soon as possible! Thanks for waking me up man!! lol RE: confused about the command line! - Rolf - 12-07-2010 No problemo! Now that you mentioned buying a new gpu, I'd suggest buying GTX 580. It's currently the fastest Nvidia GPU. It may achieve 6.0B ~ 8.0B p/s for 1 MySQL hash. Which will again reduce ETA. |