Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: crack excel password with hashcat, possible?
Post: RE: crack excel password with hashcat, possible?
Code:
--
python office2hashcat.py the_path_to_your_excel_file_here.xls
--
|
|
philsmd |
General Talk
|
6 |
23,542 |
06-30-2017, 09:17 AM |
|
|
Thread: OpenCL installation on Linux
Post: RE: OpenCL installation on Linux
Actually, if you know what the problem of the K a l i packages are and how one normally needs to install the drivers/ICDs, then it is quite easy to start hashcat also with The-Distribution-Which-Doe... |
|
philsmd |
hashcat
|
11 |
23,369 |
03-14-2017, 01:41 PM |
|
|
Thread: Line-length exception....
Post: RE: Line-length exception....
You need to make sure that the hash file (the first file that you specified, e.g. .\hashes\music.txt) does contain the hash that you extracted by ethereum2john.py.
I think you didn't store the outp... |
|
philsmd |
hashcat
|
30 |
23,352 |
01-15-2018, 11:57 PM |
|
|
Thread: Line-length exception....
Post: RE: Line-length exception....
Exactly. As undeath already pointed out there is a problem with the format or encoding of your hash file, it could be one of these:
1. wrong path to the actual "hash" (you point to the original walle... |
|
philsmd |
hashcat
|
30 |
23,352 |
01-16-2018, 09:32 AM |
|
|
Thread: Line-length exception....
Post: RE: Line-length exception....
No. No. No.
I do not agree that the problem of cqdx has anything to do with what was original reported by the original reporter (OP). I do not agree that we should steal threads like this. I do not... |
|
philsmd |
hashcat
|
30 |
23,352 |
01-16-2018, 11:07 PM |
|
|
Thread: Another question about mask to deal with space
Post: RE: Another question about mask to deal with space
I'm not sure why you are asking all these mask questions, it is all very well documented on wiki (and/or already asked and answered on forum - use forum search), also see https://hashcat.net/wiki/doku.... |
|
philsmd |
Very old oclHashcat-plus Support
|
7 |
23,063 |
11-20-2013, 01:44 PM |
|
|
Thread: hashcat 0.46 memory trouble in cmd file?
Post: RE: hashcat 0.46 memory trouble in cmd file?
Can you provide a (minimal) test case s.t. we can easily reproduce and double-check the problem.
Cmdline/input etc (MASKED, whatever is needed to see it crashing).
Thx |
|
philsmd |
Old hashcat Support
|
12 |
22,818 |
08-04-2013, 07:10 PM |
|
|
Thread: hashcat 0.46 memory trouble in cmd file?
Post: RE: hashcat 0.46 memory trouble in cmd file?
I "*think*" I have identified the problem (yes it was a problem, but dunno if no more crashes occur when you test). The trac ticket is here: https://hashcat.net/trac/ticket/186
Please test (when ha... |
|
philsmd |
Old hashcat Support
|
12 |
22,818 |
08-08-2013, 11:16 AM |
|
|
Thread: hashcat 0.46 memory trouble in cmd file?
Post: RE: hashcat 0.46 memory trouble in cmd file?
Hey.
Rest assured that devs are already investigating this possible memory (RAM) problem.
Do you think that you can give more details on which parameters you use and how large (roughly) your dicts/r... |
|
philsmd |
Old hashcat Support
|
12 |
22,818 |
07-25-2013, 08:30 AM |
|
|
Thread: oclhachcat and cudahashcat v2.01
Post: RE: oclhachcat and cudahashcat v2.01
The download links were removed on purpose, primarily such that devs do not need to answer/troubleshoot problems about 2.01 or earlier versions even after hashcat 3.00 with many changes was released. ... |
|
philsmd |
hashcat
|
3 |
22,605 |
07-12-2016, 03:01 PM |
|
|
Thread: correct command line
Post: RE: correct command line
You do not need to repeately hit the r key. it makes absolutely no sense.
You only need to hit r (for resume) when you hit p (for pause) beforehand.
This means that resuming (r) only makes sense if ... |
|
philsmd |
hashcat
|
24 |
22,564 |
11-16-2017, 09:28 PM |
|
|
Thread: correct command line
Post: RE: correct command line
your -p parameter makes no sense. -p makes no sense in combination with veracrypt (and if you use it in other situations you would need to specify the character that must be used as a separator)
I'... |
|
philsmd |
hashcat
|
24 |
22,564 |
12-04-2017, 08:51 PM |
|
|
Thread: correct command line
Post: RE: correct command line
That's not a contradiction.
Both statements are true:
1. 3 dashes are 1 too much
2. 1 dash is 1 dash missing
The only correct number of minus symbols (dashes) before the name of the (long) arg... |
|
philsmd |
hashcat
|
24 |
22,564 |
12-23-2017, 03:15 PM |
|
|
Thread: correct command line
Post: RE: correct command line
Do not use "-p".
use --veracrypt-pim.
Code:
--
hashcat64.exe -m 13721 -a 0 -w 4 --veracrypt-pim 2406 -o hit.txt MyEncryptionP.hc dict.txt
--
I do not understand what you mean by "running against ... |
|
philsmd |
hashcat
|
24 |
22,564 |
12-23-2017, 02:32 PM |
|
|
Thread: Defining an algorithim
Post: RE: Defining an algorithim
... pro tip: with oclHashcat-plus and a .hcmask file (https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files) you could do it all at once (one run of oclHashcat-plus only ;) ).
Code:
--
... |
|
philsmd |
Very old oclHashcat-lite Support
|
10 |
22,483 |
09-26-2013, 07:28 AM |
|
|
Thread: Defining an algorithim
Post: RE: Defining an algorithim
You can use any text editor you want to create a file called my.hcmask (or whatever you want to call it), put the content I just showed you:
Code:
--
?l?u?d,?d-?1?1?1?1?1?1?1?1?1?1
?l?u?d,1?d-?1?1?1... |
|
philsmd |
Very old oclHashcat-lite Support
|
10 |
22,483 |
09-26-2013, 07:40 AM |
|
|
Thread: MD5($salt.$pass) hashcat syntax, help?
Post: RE: MD5($salt.$pass) hashcat syntax, help?
the hash must be formatted like this:
Code:
--
hash:salt
--
e.g.
531e89....:eWVzX3...
see https://hashcat.net/wiki/example_hashes |
|
philsmd |
General Talk
|
4 |
22,426 |
12-29-2017, 09:20 PM |
|
|
Thread: how can i update hashcat on bacntrack ?
Post: RE: how can i update hashcat on bacntrack ?
You should definitely update to The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux first (the version of your operating system is very old!)
To get the newest version of *hashcat, just d... |
|
philsmd |
Old hashcat Support
|
9 |
22,251 |
06-17-2013, 02:29 PM |
|
|
Thread: hashcat v3.30
Post: RE: hashcat v3.30
Thanks to all hashcat's devs and contributers/reporters on forum/github/irc !!!
This release includes some very crucial/important fixes/features
... and of course: thank you atom |
|
philsmd |
hashcat
|
7 |
22,245 |
01-06-2017, 03:51 PM |
|
|
Thread: oclHashcat v1.02 going for distributed cracking
Post: RE: oclHashcat v1.02 going for distributed crackin...
Thx atom.
This is a very amazing feature.
I want to add 1 technical detail:
whenever you use -s / -l in combination w/ maskfiles / directories... the offsets / values will apply to the first mask / f... |
|
philsmd |
Old oclHashcat Support
|
4 |
22,153 |
01-19-2014, 01:10 AM |