Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: Ethereum Scrypt Hardware Opinion
Post: RE: Ethereum Scrypt Hardware Opinion
For CPUs it's normally quite easy to decide which hardware performs better and is more cost efficient. You could actually just have a look at some benchmark sites and choose a OpenCL-compatible CPU th... |
|
philsmd |
Hardware
|
11 |
10,478 |
01-11-2018, 12:11 PM |
|
|
Thread: truncating passwords instead of rejecting them
Post: RE: truncating passwords instead of rejecting them
see https://hashcat.net/wiki/doku.php?id=rule_based_attack
There is a rule to truncate password candidates:
Truncate @ N 'N Truncate word at position N
If you wish you could also use the "multi ru... |
|
philsmd |
Old oclHashcat Support
|
6 |
10,387 |
01-14-2015, 09:42 PM |
|
|
Thread: truncating passwords instead of rejecting them
Post: RE: truncating passwords instead of rejecting them
You can do it, as mentioned above. With multi rule feature:
philsmd Wrote: (01-14-2015, 09:42 PM)
--
If you wish you could also use the "multi rule" feature, see https://hashcat.net/wiki/doku.php?id... |
|
philsmd |
Old oclHashcat Support
|
6 |
10,387 |
01-14-2015, 10:10 PM |
|
|
Thread: truncating passwords instead of rejecting them
Post: RE: truncating passwords instead of rejecting them
there was a different but similar, much more recent problem:
https://hashcat.net/trac/ticket/515
It works here with 1.32 beta which will be released soon, afaik. |
|
philsmd |
Old oclHashcat Support
|
6 |
10,387 |
01-14-2015, 10:38 PM |
|
|
Thread: Error on Ubuntu: Nvdia
Post: RE: Error on Ubuntu: Nvdia
So the answer is, you need to:
1. make sure you use the latest oclHashcat version (1.01 currently)
2. your system uses a supported driver, see https://hashcat.net/oclhashcat/, it clearly says: NV use... |
|
philsmd |
Old oclHashcat Support
|
4 |
10,370 |
01-08-2014, 12:57 PM |
|
|
Thread: Already an instance running on pid 5
Post: RE: Already an instance running on pid 5
Please do one of the following actions:
1. after stopping your current running hashcat instance (the one with --session etc), delete the file "hashcat.pid" from the main hashcat folder
2. copy all y... |
|
philsmd |
hashcat
|
7 |
10,362 |
02-06-2018, 08:41 PM |
|
|
Thread: Already an instance running on pid 5
Post: RE: Already an instance running on pid 5
It does. It looks if that specific process id found within the hashcat.pid file is still running.
Since tea-er's pid is strangely pid 5 (wtf ?) it might be the case that it always finds a pid with pi... |
|
philsmd |
hashcat
|
7 |
10,362 |
02-06-2018, 08:53 PM |
|
|
Thread: Already an instance running on pid 5
Post: RE: Already an instance running on pid 5
I'm not sure exactly what the problem is and why a second instance is still running.
Anyways, to solve it you just need to stop the second instance (either via job control - or "task manager"-like ... |
|
philsmd |
hashcat
|
7 |
10,362 |
02-06-2018, 05:50 PM |
|
|
Thread: multi.hccap miss password and benchmark -m 3200 display driver stopped responding
Post: RE: multi.hccap miss password and benchmark -m 320...
Hey and thx for your testing and the report.
I don't really like to discuss 2+ different problems within the same thread....
Anyway,
1. please open a trac ticket https://hashcat.net/trac/ with a se... |
|
philsmd |
Old oclHashcat Support
|
3 |
10,337 |
12-12-2013, 02:23 PM |
|
|
Thread: Segmentation Fault
Post: RE: Segmentation Fault
We need more details to help you w/ this problem...
Required information:
1. operating system details (version of linux, kernel version - uname -a, 32/64 bit etc)
2. did it work before (w/ this setup)... |
|
philsmd |
Old oclHashcat Support
|
3 |
10,324 |
01-05-2014, 05:07 PM |
|
|
Thread: Windows 10 Online Account
Post: RE: Windows 10 Online Account
I think that the hashes can still be cached and this process can somehow be compared to cached credentials within a local domain (LSA etc). I'm not an expert in this regard, but there must be some way... |
|
philsmd |
hashcat
|
7 |
10,257 |
05-19-2017, 08:31 AM |
|
|
Thread: 7Zip Hash, missing SALT? (Salt-value exception)
Post: RE: 7Zip Hash, missing SALT? (Salt-value exception...
What is the command you run ?
Are you able to crack the example hash from https://hashcat.net/wiki/example_hashes ? |
|
philsmd |
hashcat
|
14 |
10,239 |
03-19-2018, 08:03 AM |
|
|
Thread: 7Zip Hash, missing SALT? (Salt-value exception)
Post: RE: 7Zip Hash, missing SALT? (Salt-value exception...
If you use the straight word list attack mode (-a 0) you also need to specify a dictionary file.
hashcat -a 0 -m 11600 hash_file.txt dict_file.txt
you could also add rules like this:
hashcat -a... |
|
philsmd |
hashcat
|
14 |
10,239 |
03-19-2018, 06:34 PM |
|
|
Thread: 7Zip Hash, missing SALT? (Salt-value exception)
Post: RE: 7Zip Hash, missing SALT? (Salt-value exception...
Well, it's difficult for us/me to guess what is wrong with your hash.
You probably have 3 options:
1. try to modify your hash in a way that it looks like the example hash and see where the problem... |
|
philsmd |
hashcat
|
14 |
10,239 |
03-19-2018, 07:49 PM |
|
|
Thread: 7Zip Hash, missing SALT? (Salt-value exception)
Post: RE: 7Zip Hash, missing SALT? (Salt-value exception...
hmm, that doesn't seem to be the solution (but it is still interesting).
What happens if you change both the data length and the encrypted data to a shorter strings (the encrypted data is in hex an... |
|
philsmd |
hashcat
|
14 |
10,239 |
03-19-2018, 10:33 PM |
|
|
Thread: 7Zip Hash, missing SALT? (Salt-value exception)
Post: RE: 7Zip Hash, missing SALT? (Salt-value exception...
I don't think we are able to understand this problem like this, we have 2 ways to better troubleshoot this:
1. you try to understand the parser function seven_zip_parse_hash () within src/interface.c... |
|
philsmd |
hashcat
|
14 |
10,239 |
03-21-2018, 09:58 AM |
|
|
Thread: 7Zip Hash, missing SALT? (Salt-value exception)
Post: RE: 7Zip Hash, missing SALT? (Salt-value exception...
for your interest, the problem was identified: https://github.com/hashcat/hashcat/pull/1549 |
|
philsmd |
hashcat
|
14 |
10,239 |
03-22-2018, 10:57 AM |
|
|
Thread: 7Zip Hash, missing SALT? (Salt-value exception)
Post: RE: 7Zip Hash, missing SALT? (Salt-value exception...
yeah, change it back to 1
and change 09, 10 and 11 to the values that are for instance used by the example hash:
$112$98$f3bc2a88062c419a25acd40c0c2d75421cf23263f69c51b13f9b1aada41a8a09f9adeae45d6... |
|
philsmd |
hashcat
|
14 |
10,239 |
03-19-2018, 11:07 PM |
|
|
Thread: can't make cmd
Post: RE: can't make cmd
-a 0 is not for "bruting", nor for mask attack (https://hashcat.net/wiki/doku.php?id=mask_attack)
to use a mask attack and/or brute force a hash you need to use
-a 3
from --help:
* Attack mo... |
|
philsmd |
Old hashcat Support
|
8 |
10,219 |
02-25-2015, 09:52 PM |
|
|
Thread: can't make cmd
Post: RE: can't make cmd
But it is clearly there:
* Built-in charsets:
?l = abcdefghijklmnopqrstuvwxyz
?u = ABCDEFGHIJKLMNOPQRSTUVWXYZ
?d = 0123456789
?s = !"#$%&'()*+,-./:;?@[\]^_`{|}~
?a = ?l?u?d?s... |
|
philsmd |
Old hashcat Support
|
8 |
10,219 |
02-25-2015, 11:57 PM |