Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: How can find a sha256 hash start with ***** with hashcat & markprocessor?
Post: RE: How can find a sha256 hash start with ***** wi...
have a look at -m 5100 = Half MD5 which does more or less exactly what you describe (just for MD5 instead of sha256)... the problem with too small prefixes is that there will be too many results/colli... |
|
philsmd |
hashcat
|
2 |
1,127 |
12-26-2019, 11:38 AM |
|
|
Thread: hashcat with 3 wordlists
Post: RE: hashcat with 3 wordlists
since 2+1 = 3 you could just pre-compute 2 dicts and add the 3rd one with -a 1.
There is also combinator3 from hashcat-utils (you can pipe it but it's slower, but could be sometimes better if you tar... |
|
philsmd |
hashcat
|
1 |
1,128 |
07-13-2019, 07:39 AM |
|
|
Thread: Maskuni : a standalone mask generator with unicode support
Post: RE: Maskgen : a standalone mask generator with uni...
interesting. but the name of the tool is a little bit confusing because we always use maskgen for the hcmask generation tool of PACK (https://github.com/iphelix/pack/). That's very confusing, because ... |
|
philsmd |
User Contributions
|
3 |
1,130 |
06-03-2020, 08:54 AM |
|
|
Thread: DES, Hex-Charset and Split/Limit??
Post: RE: DES, Hex-Charset and Split/Limit??
1. --keyspace doesn't expect any hash file. you cannot specify the hash file when computing the keyspace (remove deshash from you command line)
2. for -l (--limit) you specify the number of restore... |
|
philsmd |
hashcat
|
2 |
1,136 |
11-08-2019, 12:19 AM |
|
|
Thread: hcmask file with custom charset usage
Post: RE: hcmask file with custom charset usage
everything must be defined within the hcmask file.
the format is very clear and also allows using hcchr files etc within the hcmask file directly.
You can't (and are NOT allowed) to define custo... |
|
philsmd |
hashcat
|
2 |
1,143 |
12-31-2019, 03:50 PM |
|
|
Thread: Help with unknown MSSQL HASHBYTES function hash
Post: RE: Help with unknown MSSQL HASHBYTES function has...
if in doubt you can simply use -m 100 which has no salt
Code:
--
hashcat -m 100 -a 3 XE9XX2685XX09XX6X191XX16944D9D01179266F 'Pass123$'
--
|
|
philsmd |
hashcat
|
3 |
1,143 |
01-17-2020, 07:15 PM |
|
|
Thread: Help with unknown MSSQL HASHBYTES function hash
Post: RE: Help with unknown MSSQL HASHBYTES function has...
Just a friendly reminder: according to the forum rules it is not allowed to post hashes here, see https://hashcat.net/forum/announcement-2.html |
|
philsmd |
hashcat
|
3 |
1,143 |
01-17-2020, 09:30 PM |
|
|
Thread: Issue with ChaCha20
Post: RE: Issue with ChaCha20
hmm, I see the problem here. it's not very clear what is going on (at least for the general hashcat user ! )
The key in theory is always 32 bytes, but it's neither mentioned within the example wiki... |
|
philsmd |
hashcat
|
2 |
1,144 |
10-12-2019, 02:44 PM |
|
|
Thread: iTunes backup
Post: RE: iTunes backup
Did you use the perl script itunes_backup2hashcat.pl to convert the plist/backup to a "hash" ?
see https://raw.githubusercontent.com/philsmd/itunes_backup2hashcat/master/itunes_backup2hashcat.pl
I... |
|
philsmd |
hashcat
|
3 |
1,156 |
02-05-2020, 11:44 AM |
|
|
Thread: iTunes backup
Post: RE: iTunes backup
Code:
--
hashcat -m 14800 -w 3 -a 0 -r rules/best64.rule hash.txt rockyou.txt
--
instead of the best64.rule, you could/should use your own "rules".
instead of rockyou.txt, you could/should use... |
|
philsmd |
hashcat
|
3 |
1,156 |
02-05-2020, 12:41 PM |
|
|
Thread: Status description
Post: RE: Status description
for status updates every 30 seconds, you need to use:
--status --status-timer 30
1. The mask (that you didn't specify, it's the default one, see: https://hashcat.net/wiki/doku.php?id=hashcat#defau... |
|
philsmd |
hashcat
|
2 |
1,158 |
02-19-2020, 09:43 AM |
|
|
Thread: Unable to crack Excel 2007 password - what am I doing wrong?
Post: RE: Unable to crack Excel 2007 password - what am ...
this is a known limitations of utf16le encoding within the kernel:
https://github.com/hashcat/hashcat/blob/17a64f50191d14a498ab18a8a4ac617afc9af23f/docs/limits.txt#L25-L34 |
|
philsmd |
hashcat
|
3 |
1,159 |
02-04-2020, 09:02 PM |
|
|
Thread: Whats up with this hardware
Post: RE: Whats up with this hardware
the mask in the pictures is different, the number of left hashes (but interestingly only one "salt" / network ??? so basically you already cracked all networks on one machine and some hashes are uncra... |
|
philsmd |
Hardware
|
4 |
1,162 |
05-25-2020, 07:38 AM |
|
|
Thread: Custom charset
Post: RE: Custom charset
If you do not know how your shell escaping works, just use a file: https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_charset_files |
|
philsmd |
hashcat
|
4 |
1,170 |
04-09-2020, 03:47 PM |
|
|
Thread: Custom charset
Post: RE: Custom charset
Just to try to explain the detail of the problem also for potential future readers of this thread.
This has to do with your cmd/shell...
for instance %VAR% is a variable interpreted by your cmd... |
|
philsmd |
hashcat
|
4 |
1,170 |
04-09-2020, 05:13 PM |
|
|
Thread: Newbie learning how to crack a RAR3 hash.
Post: RE: Newbie learning how to crack a RAR3 hash.
a,lso escaping of the "$RAR3$..." hash is very important... therefore I would suggest to use a hash file, instead of messing around with shell escaping directly in the command
Code:
--
hashcat64.e... |
|
philsmd |
hashcat
|
5 |
1,172 |
05-07-2020, 11:00 AM |
|
|
Thread: Searching guys with many GPU
Post: RE: Searching guys with many GPU
Well, I don't think it's really against the rule but:
1. you might reach much more people who could be interested in these strange "jobs" by using other forums like https://forum.hashkiller.io/index.... |
|
philsmd |
General Talk
|
2 |
1,180 |
04-30-2020, 12:41 PM |
|
|
Thread: On Mac OS X using eGPU RX 580 not using internal RX 570?
Post: RE: On Mac OS X using eGPU RX 580 not using intern...
1. if you use the current github master version, it's a known problem: https://github.com/hashcat/hashcat/issues/2083
2. the VRAM max allocation is a driver restriction (or some would call it "OpenCL... |
|
philsmd |
hashcat
|
2 |
1,185 |
08-01-2019, 08:13 AM |
|
|
Thread: how to create .rule and .hcmask files
Post: RE: how to create .rule and .hcmask files
I'm pretty sure they were both generated with
PACK (Password Analysis and Cracking Kit): https://github.com/iphelix/pack
https://web.archive.org/web/20190125201146/https://thesprawl.org/projects/pac... |
|
philsmd |
hashcat
|
5 |
1,189 |
04-22-2020, 09:39 PM |
|
|
Thread: How to use rules.
Post: RE: How to use rules.
on windows the paths are probably different. e.g. rules\best64.rule
note the "\" instead of the unix "/" |
|
philsmd |
hashcat
|
2 |
1,191 |
08-29-2019, 08:06 PM |