Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: ignoring 00-suffixed plains when using --keep-guessing?
Post: RE: ignoring 00-suffixed plains when using --keep-...
Specifically, the feature request would be something along the lines of "ignore 00-suffixed plains as duplicates even when using --keep-guessing". |
|
royce |
hashcat
|
4 |
4,507 |
11-13-2016, 07:57 AM |
|
|
Thread: ignoring 00-suffixed plains when using --keep-guessing?
Post: RE: ignoring 00-suffixed plains when using --keep-...
I guess I'd also need to combine that with a hex mask that leaves out 00 for the last char(s). |
|
royce |
hashcat
|
4 |
4,507 |
11-15-2016, 09:28 AM |
|
|
Thread: iClass request
Post: RE: iClass request
https://www.cs.bham.ac.uk/~garciaf/publications/dismantling.iClass.pdf |
|
royce |
hashcat
|
4 |
2,577 |
03-16-2019, 01:38 AM |
|
|
Thread: I'm using Windows - where does combinator.exe write out to?
Post: RE: I'm using Windows - where does combinator.exe ...
The canonical way to do this is simply pipe the output of combinator to hashcat itself, so you don't have to store the result anywhere.
combinator list1 list2 | hashcat ... |
|
royce |
hashcat
|
2 |
1,064 |
08-14-2019, 02:35 AM |
|
|
Thread: I use the hashcat 4.0.1 version, why not load the dictionary?
Post: RE: I use the hashcat 4.0.1 version, why not load ...
Hmm - that's at around the 500 megabyte mark. Maybe some kind of memory limitation? |
|
royce |
hashcat
|
4 |
3,575 |
03-18-2018, 08:16 AM |
|
|
Thread: i need to make 6number dic list
Post: RE: i need to make 6number dic list
hashcat doesn't need an external wordlist for this. Just use -a 3 and ?d?d?d?d?d?d. |
|
royce |
hashcat
|
4 |
2,160 |
02-02-2019, 07:46 PM |
|
|
Thread: I need a very detailed picture and text tutorial, I don't have any foundation.
Post: RE: I need a very detailed picture and text tutori...
Hello! Please post in English. Use Google Translate if you need to.
Here is a Google Translate translation of the above:
I am learning hashcat, but its instructions make me a headache. I searched a ... |
|
royce |
hashcat
|
4 |
1,879 |
09-01-2019, 07:06 PM |
|
|
Thread: I need a very detailed picture and text tutorial, I don't have any foundation.
Post: RE: I need a very detailed picture and text tutori...
https://www.google.com/search?q=hashcat+%28novice+OR+beginner%29+%28tutorial+OR+howto%29
... yields:
https://laconicwolf.com/2018/09/29/hashcat-tutorial-the-basics-of-cracking-passwords-with-has... |
|
royce |
hashcat
|
4 |
1,879 |
09-02-2019, 04:37 PM |
|
|
Thread: I have error please help me
Post: RE: I have error please help me
Yep, you can't do that.
It looks like you're trying to do a combinator attack. There's a direct combinator attack (which is -a 1), or there is a way to simulate a selectes subset of combinator effect... |
|
royce |
hashcat
|
3 |
1,264 |
12-15-2019, 11:10 PM |
|
|
Thread: Hybrid Attack
Post: RE: Hybrid Attack
Nevertheless, that's the answer. Because of how hashcat is optimized to run, undersized masks on the left-hand side have more of an impact on speed than undersized masks on the right-hand side. |
|
royce |
hashcat
|
3 |
3,010 |
02-17-2018, 07:22 PM |
|
|
Thread: huawei p9 lite destroyed but i get emmc image :)
Post: RE: huawei p9 lite destroyed but i get emmc image ...
I am not familiar with how encryption is done on these phones, but here's an example for a different phone.
https://hashcat.net/forum/thread-2202.html |
|
royce |
hashcat
|
7 |
5,068 |
12-08-2017, 05:24 PM |
|
|
Thread: htacces crack
Post: RE: htacces crack
I've redacted your hash. Please read the forum rules:
https://hashcat.net/forum/archive/index.php?announcement-2.html
To identify hashes, check against the hashcat example hashes:
https://has... |
|
royce |
hashcat
|
1 |
466 |
06-14-2020, 07:04 PM |
|
|
Thread: How to use hashcat to crack a PPT file password?
Post: RE: How to use hashcat to crack a PPT file passwor...
The MS Office modes should also support PowerPoint files. |
|
royce |
hashcat
|
6 |
3,816 |
11-17-2018, 10:59 PM |
|
|
Thread: How to use hashcat on multiple pc network(master-slave configuration)
Post: RE: How to use hashcat on multiple pc network(mast...
The first three Google hits for "distributed hashcat" cover the major ones: Hashtopolis, Hashview, and Cracklord.
https://github.com/s3inlc/hashtopolis
https://github.com/hashview/hashview
https... |
|
royce |
hashcat
|
1 |
4,041 |
06-15-2018, 08:34 AM |
|
|
Thread: how to use an 11TB wordlist file without 11TB of storage
Post: RE: how to use an 11TB wordlist file without 11TB ...
Most basic use of crunch can be executed by hashcat directly.
The ?H charset is cap hex (0-9 and capital A-F). If it's a randomly generated string within that charset, a mask of ?H?H?H?H?H?H?H?H?H?... |
|
royce |
hashcat
|
4 |
5,152 |
07-20-2018, 03:33 PM |
|
|
Thread: how to use an 11TB wordlist file without 11TB of storage
Post: RE: how to use an 11TB wordlist file without 11TB ...
Like this, but adapted to your hash type (-m), hash, and mask (the ?H sequence).
Code:
--
$ hashcat --help | grep Brute-Force
Brute-Force | MD5 | hashcat -a 3 -m 0 example0.hash ?a?a?a?a... |
|
royce |
hashcat
|
4 |
5,152 |
07-20-2018, 04:31 PM |
|
|
Thread: how to use algo new
Post: RE: how to use algo new
If you mean one of these, hashcat supports it:
* MySQL5 - hashcat mode -m 300
* sha1(sha1(pass)) - hashcat mode -m 4500 |
|
royce |
hashcat
|
1 |
610 |
06-05-2020, 03:34 PM |
|
|
Thread: How to select exact search space?
Post: RE: How to select exact search space?
Not knowing any better, what is the value in carving up the search space based on human-readable criteria? Why not just use -s/--skip and -l/--limit naturally, and the math like:
https://hashcat.n... |
|
royce |
hashcat
|
3 |
3,487 |
01-13-2018, 10:58 PM |
|
|
Thread: How to select exact search space?
Post: RE: How to select exact search space?
foxtrot Wrote: (01-13-2018, 11:03 PM)
--
Well, I thought that there is some special config - but that sounds like a perfect and simple solution. Thank you very much! (can I mark the thread as solved?... |
|
royce |
hashcat
|
3 |
3,487 |
01-14-2018, 01:01 AM |
|
|
Thread: How to know the number of characters in a password ?
Post: RE: How to know the number of characters in a pass...
starkk, length is usually unknown - but you can usually make some good guesses (and start small).
Also, brute force should be your last option. You should be trying wordlists, combinator, hybrid (w... |
|
royce |
hashcat
|
8 |
5,756 |
06-06-2018, 10:47 PM |