Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: Problem get password that is in dictionary
Post: RE: Problem get password that is in dictionary
@Honik89 Could you please try with current git HEAD version? (make clean; git pull; make)
This patch might fix the bcrypt problem you are experiencing (which only affects the Apple OpenCL runtime):... |
|
philsmd |
hashcat
|
12 |
12,535 |
03-03-2017, 12:06 AM |
|
|
Thread: Trying to get "Hybrid dict + mask" to work
Post: RE: Trying to get "Hybrid dict + mask" to work
NeoXen Wrote: (11-26-2015, 02:19 AM)
--
Input.Right....: Mask (rockyou-7-2592000.hcmask) [24]
Hash.Target....: 43a431f5512b1daad3faa33a68bd50a5
--
look at that mask from your output. It tries to u... |
|
philsmd |
Old oclHashcat Support
|
7 |
12,481 |
11-26-2015, 02:57 PM |
|
|
Thread: Need help with redmine hashes
Post: RE: Need help with redmine hashes
I can confirm that there was a slight problem w/ the hash type number of redmine hashes...
Next version will work w/ -m 7600 but it doesn't work w/ current release version because of that slight has... |
|
philsmd |
Old hashcat Support
|
6 |
12,427 |
02-05-2014, 05:02 PM |
|
|
Thread: Gpu Drivers not Installed Issue
Post: RE: Gpu Drivers not Installed Issue
Hi
Please post the output of
$ clinfo
Seems that either the driver is not installed correctly or the modules are not loaded. |
|
philsmd |
Very old oclHashcat-plus Support
|
5 |
12,338 |
07-19-2013, 02:42 PM |
|
|
Thread: Noob question on command line cudahashcat64
Post: RE: Noob question on command line cudahashcat64
Why do you use -t 32 ? Do you know what that command line option means?
Also, the generated hashes must correspond to plains of length 7 (exactly).
the -i (or --increment*) doesn't hurt, but is usele... |
|
philsmd |
Old hashcat Support
|
4 |
12,322 |
08-07-2014, 05:11 PM |
|
|
Thread: Noob question on command line cudahashcat64
Post: RE: Noob question on command line cudahashcat64
from help:
-t, --markov-threshold=NUM Threshold when to stop accepting new markov-chains
so if you set the threshold very low, it is clear that it won't be cracked (but this clearly depends o... |
|
philsmd |
Old hashcat Support
|
4 |
12,322 |
08-07-2014, 06:16 PM |
|
|
Thread: Modify Session files to resume at choosen point
Post: RE: Modify Session files to resume at choosen poin...
That is easy and if you didn't find the answer in the forum already, you shoud find it easily by looking at the --help output:
Code:
--
-s, --skip=NUM Skip number of ... |
|
philsmd |
User Contributions
|
4 |
12,211 |
12-25-2015, 04:53 PM |
|
|
Thread: hash issues
Post: RE: hash issues
You need to specify the correct path to the file "root.hash".
On linux for instance you can use tab-completion or use "ls" to check if the file really exists at the location you think it exists.
... |
|
philsmd |
General Help
|
7 |
12,202 |
05-12-2015, 09:04 AM |
|
|
Thread: Hi guys
Post: RE: Hi guys
It's probably a usergroup-based permission setting. My guess is that new or users with very few threads/posts will probably not be allowed to change their avatar.
Something like mentioned here: https... |
|
philsmd |
hashcat
|
18 |
12,096 |
04-17-2018, 04:48 PM |
|
|
Thread: openfire hash
Post: RE: openfire hash
I'm no openfire expert. Maybe this is the answer: https://stackoverflow.com/a/1126544
?
[hr]
This seems to be also interesting: https://svn.igniterealtime.org/svn/repos/openfire/trunk/src/java/org/jives... |
|
philsmd |
Very old oclHashcat-plus Support
|
3 |
12,078 |
06-23-2013, 12:03 AM |
|
|
Thread: openfire hash
Post: RE: openfire hash
As said, I am no expert but it seems that there is some standard and you could change it. Anyway what the authentication code does is basically (I quickly looked at the source - you can download it he... |
|
philsmd |
Very old oclHashcat-plus Support
|
3 |
12,078 |
06-23-2013, 08:06 AM |
|
|
Thread: Wrong number of total hashes ?
Post: RE: Wrong number of total hashes ?
Are you sure about the format of the hash.txt list.
It seems to be number[8 digit]:hash[md5 32byte]
Therefore, a command like:
cut -b 8- hashes.txt|sort -u|wc -l
gives a MUCH smaller number than your... |
|
philsmd |
Very old oclHashcat-plus Support
|
7 |
12,024 |
03-29-2013, 03:54 PM |
|
|
Thread: Wrong number of total hashes ?
Post: RE: Wrong number of total hashes ?
Good to know that it worked!
BTW, I know that we all love *cat here but there are times you shouldn't use the cat commands...hehe
Why are people using cat to grep stuff, cat to sort stuff, cat to cut... |
|
philsmd |
Very old oclHashcat-plus Support
|
7 |
12,024 |
03-29-2013, 04:15 PM |
|
|
Thread: Wrong number of total hashes ?
Post: RE: Wrong number of total hashes ?
@epixoip
That command(s) do *not* solve the problem that we had: unique lines vs unique hashes! (we need to eliminate the strings before the colon)
BTW, nobody would use an extra pipe between *TWO* c... |
|
philsmd |
Very old oclHashcat-plus Support
|
7 |
12,024 |
03-29-2013, 10:21 PM |
|
|
Thread: Avoid character occurrance in brute force attack
Post: RE: Avoid character occurrance in brute force atta...
Maskprocessor has a command line argument for exactly this type of password candidate filtering:
https://github.com/hashcat/maskprocessor/blob/master/src/mp.c#L78
So one could use something like t... |
|
philsmd |
hashcat
|
12 |
12,015 |
03-06-2017, 08:53 AM |
|
|
Thread: Avoid character occurrance in brute force attack
Post: RE: Avoid character occurrance in brute force atta...
This might have various reasons. It's very clear from the error message that neither the intel driver nor the nvidia driver are correctly/completely installed.
Firstly, you must make sure that the nv... |
|
philsmd |
hashcat
|
12 |
12,015 |
03-13-2017, 01:42 PM |
|
|
Thread: PBKDF2 HMAC SHA512
Post: RE: PBKDF2 HMAC SHA512
@wrigglingears, @undeath: why are you both claiming that there are no generic PBKDF2-HMAC-* hashing algorithms implemented ?
It is both stated here https://hashcat.net/forum/thread-4614.html and here... |
|
philsmd |
Old oclHashcat Support
|
7 |
11,915 |
12-01-2015, 07:28 PM |
|
|
Thread: how to take hash with winrar?
Post: RE: how to take hash with winrar?
For -m 12500 = RAR3-hp the hashes must start with $RAR3$*0*
if you have a $RAR3$*1* hash (i.e. a rar file without encrypted file names) instead, it is not supported, see https://github.com/hashcat... |
|
philsmd |
hashcat
|
8 |
11,898 |
08-06-2018, 05:51 PM |
|
|
Thread: v1.31 Multi-GPU not working with standalone devices
Post: RE: v1.31 Multi-GPU not working with standalone de...
It may depend on your shell/cmd, you may need to escape/quote the arguments, like this:
-d "1,2" etc |
|
philsmd |
Old oclHashcat Support
|
5 |
11,881 |
10-07-2014, 01:03 PM |
|
|
Thread: v1.31 Multi-GPU not working with standalone devices
Post: RE: v1.31 Multi-GPU not working with standalone de...
SopalajoArrierez Wrote: (10-07-2014, 12:32 PM)
--
ERROR: 2: No such file or directory
--
means that you didn't specify the wordlist.
Since you didn't specify any --attack-mode (-a), -a 0 was implie... |
|
philsmd |
Old oclHashcat Support
|
5 |
11,881 |
10-07-2014, 12:43 PM |