Search Results
|
Post |
Author
[desc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: Question formatting command cracking NetNTLMv2 pulled from WPA2 Enterprise
Post: RE: Question formatting command cracking NetNTLMv2...
Please take a week off to make yourself familiar with the forum rules. |
|
undeath |
hashcat
|
1 |
1,687 |
06-27-2018, 05:09 PM |
|
|
Thread: Rule-based Attack
Post: RE: Rule-based Attack
mask attack/brute force should be your last resort, especially when you suspect the password is actually using a real word. Also that mask with --increment is going to try lots of invalid candidates. |
|
undeath |
hashcat
|
9 |
5,668 |
06-27-2018, 05:12 PM |
|
|
Thread: MD5 mask for password
Post: RE: MD5 mask for password
pbies Wrote: (06-27-2018, 05:31 PM)
--
Is it possible to bypass such computation?
--
you can modify the source code
pbies Wrote: (06-27-2018, 05:31 PM)
--
For a good desktop PC is it possible to ... |
|
undeath |
hashcat
|
3 |
2,962 |
06-27-2018, 05:39 PM |
|
|
Thread: Supercomputer
Post: RE: Supercomputer
Your best course of action is finding out how the md5 password was generated. brute force isn't going to get you anywhere. |
|
undeath |
Hardware
|
3 |
3,036 |
06-27-2018, 05:43 PM |
|
|
Thread: Rule-based Attack
Post: RE: Rule-based Attack
regarding your opencl problem, I have no idea what exactly is wrong but I highly suspect something with your driver is kaput. |
|
undeath |
hashcat
|
9 |
5,668 |
06-27-2018, 05:54 PM |
|
|
Thread: Supercomputer
Post: RE: Supercomputer
Yes, that would be a much better approach. |
|
undeath |
Hardware
|
3 |
3,036 |
06-27-2018, 06:09 PM |
|
|
Thread: Axcrypt support
Post: RE: Axcrypt support
if the example hash does not have keyfile data it's quite likely that this feature is not supported by hashcat. |
|
undeath |
hashcat
|
28 |
15,225 |
06-27-2018, 11:49 PM |
|
|
Thread: cracking salted SHA1
Post: RE: cracking salted SHA1
format is hash:salt, hash in hex format, salt in binary (if you have non-ascii characters specify the salt in hex and use --hex-salt)
Your hash file has a BOM, you need to remove that. |
|
undeath |
hashcat
|
14 |
19,731 |
06-28-2018, 04:08 PM |
|
|
Thread: cracking salted SHA1
Post: RE: cracking salted SHA1
It's possible your salt is longer than the maximum hashcat expects. How long is it? If your hex-encoded salt is indeed five characters long something is wrong. |
|
undeath |
hashcat
|
14 |
19,731 |
06-28-2018, 05:35 PM |
|
|
Thread: cracking salted SHA1
Post: RE: cracking salted SHA1
Either it's not hex-encoded data but rather ascii-data that happens to use hexadecimal alphabet or you are missing parts. Hex encoding uses two hexadecimal letters to encode one byte. Valid hex-data c... |
|
undeath |
hashcat
|
14 |
19,731 |
06-28-2018, 06:12 PM |
|
|
Thread: cracking salted SHA1
Post: RE: cracking salted SHA1
don't use --hex-salt if your salt is not hex-encoded |
|
undeath |
hashcat
|
14 |
19,731 |
06-28-2018, 06:35 PM |
|
|
Thread: hi guys please a little help with hashcat
Post: RE: hi guys please a little help with hashcat
Quote:
--
* Device #1: ATTENTION! OpenCL kernel self-test failed.
--
hashcat shouldn't even start without using --force (which you are not using). Your opencl runtime is broken. Hashcat won't work pr... |
|
undeath |
hashcat
|
12 |
8,236 |
06-28-2018, 06:37 PM |
|
|
Thread: hi guys please a little help with hashcat
Post: RE: hi guys please a little help with hashcat
1. you don't need to use --force since hashcat already runs for whatever reason
2. --force won't make your problem go away, it will just cause hashcat to run anyway (not needed because 1.)
3. your G... |
|
undeath |
hashcat
|
12 |
8,236 |
06-28-2018, 06:48 PM |
|
|
Thread: Need help, new to hashcat
Post: RE: Need help, new to hashcat
cracking a random password of such length is no feasible. |
|
undeath |
hashcat
|
2 |
2,532 |
06-29-2018, 02:07 AM |
|
|
Thread: mask
Post: RE: mask
specify the path to that file instead of a mask |
|
undeath |
General Talk
|
2 |
2,453 |
06-30-2018, 10:03 AM |
|
|
Thread: New to Hashcat, command starts and then stops after a few seconds
Post: RE: New to Hashcat, command starts and then stops ...
|
undeath |
hashcat
|
9 |
7,048 |
07-01-2018, 12:04 PM |
|
|
Thread: Toggle question / Emulate shift
Post: RE: Toggle question / Emulate shift
I think the goal is to replace certain characters with certain others. That's not possible with rules. hashcat-legacy had a table lookup mode which did exactly this. |
|
undeath |
hashcat
|
4 |
3,137 |
07-02-2018, 03:12 PM |
|
|
Thread: Having Issues Trying To Crack MD5 w/ Wordlist
Post: RE: Having Issues Trying To Crack MD5 w/ Wordlist
whatever other OS you have on your computer is probably better for using with hashcat than The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali). |
|
undeath |
hashcat
|
3 |
2,897 |
07-06-2018, 12:07 AM |
|
|
Thread: PCIE Lanes
Post: RE: PCIE Lanes
Usually x4 should be enough. If you want a raid0 for your M.2 do that, but don't all you may see for hashcat is slightly improved startup time.
Additional lanes will only speed up initialisation in... |
|
undeath |
Hardware
|
1 |
2,151 |
07-06-2018, 10:45 AM |
|
|
Thread: Speed issue with WPA2
Post: RE: Speed issue with WPA2
1. do your masks have a static prefix? are you using rules with the wordlist?
2. 2501 WPA PMK, not WPA PSK. If you don't know what PMK means you don't need it.
3. estimated time is only for the mask... |
|
undeath |
hashcat
|
5 |
3,642 |
07-06-2018, 02:14 PM |