Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Triples Des passkey finder
Post: RE: Triples Des passkey finder
I know, but even 80 bit would be too much |
|
atom |
hashcat
|
8 |
8,424 |
11-10-2016, 05:39 PM |
|
|
Thread: Triples Des passkey finder
Post: RE: Triples Des passkey finder
You can expect ~10GH/s on a 1080. |
|
atom |
hashcat
|
8 |
8,424 |
11-10-2016, 10:36 PM |
|
|
Thread: Triples Des passkey finder
Post: RE: Triples Des passkey finder
You can use Msys2 to compile on windows. Works very good, I use it myself. |
|
atom |
hashcat
|
8 |
8,424 |
11-11-2016, 09:15 PM |
|
|
Thread: triple sha1 with salt
Post: RE: triple sha1 with salt
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_want_to_request_some_new_algorithms_or_features_how_can_i_accomplish_this |
|
atom |
User Contributions
|
1 |
4,030 |
08-23-2016, 09:35 AM |
|
|
Thread: Triple SHA1
Post: RE: Triple SHA1
No, this requires a special kernel. See here how to request: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_want_to_request_some_new_algorithms_or_features_how_can_i_accomplish_this |
|
atom |
hashcat
|
1 |
2,642 |
11-03-2016, 12:06 AM |
|
|
Thread: Triple md5
Post: RE: Triple md5
It was part of hashcat legacy. If want it added to hashcat, see here how to request it : https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_want_to_request_some_new_algorithms_or_featur... |
|
atom |
hashcat
|
3 |
3,800 |
12-22-2016, 02:59 PM |
|
|
Thread: Tri-MD5 Decrypting
Post: RE: Tri-MD5 Decrypting
Forget that, you can't BF 16^64. The only way is to add the scheme to oclHashcat directly, but there are some requirements. Check out this article: https://hashcat.net/wiki/doku.php?id=frequently_aske... |
|
atom |
Old oclHashcat Support
|
2 |
4,086 |
01-06-2016, 03:41 PM |
|
|
Thread: Trac refuses to take my submission
Post: RE: Trac refuses to take my submission
|
atom |
General Help
|
2 |
7,522 |
02-28-2014, 10:25 PM |
|
|
Thread: Trac CAPTCHA unusable
Post: RE: Trac CAPTCHA unusable
Don't know why, but your IP was marked as spammer IP. Do you use a proxy?
IPBlacklist (-10): IP XXX.XXX.XXX.XXX blacklisted by all.s5h.net, dnsbl.tornevall.org [67]
StopForumSpam (-4): StopForumSp... |
|
atom |
General Help
|
4 |
10,438 |
03-24-2014, 12:12 PM |
|
|
Thread: Total Noob hoping for some Hashcat help.
Post: RE: Total Noob hoping for some Hashcat help.
This completely makes no sense. In -m 10300 the salt is part of the hash. |
|
atom |
hashcat
|
1 |
1,341 |
03-03-2019, 11:42 AM |
|
|
Thread: Torrent
Post: RE: Torrent
no, this is against the EULA. also i want to keep track of the download number :) |
|
atom |
Feature Requests
|
2 |
8,280 |
12-31-2011, 11:38 PM |
|
|
Thread: Tool idea for splitting workload WPA/WPA2 (with friends or ppl who want to help)
Post: RE: Tool idea for splitting workload WPA/WPA2 (wit...
Why don't you use the integrated distrubtion solution with -s and -l and --keyspace? See here: https://hashcat.net/forum/thread-3047.html |
|
atom |
User Contributions
|
6 |
8,896 |
08-15-2016, 11:04 AM |
|
|
Thread: Token length exception
Post: RE: Token length exception
The hash.txt contains invalid hashes |
|
atom |
hashcat
|
7 |
23,963 |
02-14-2019, 10:11 AM |
|
|
Thread: Token length exception
Post: RE: Token length exception
Don't forget to -O, with a mask of length 11 you will get a drastic performance increase. |
|
atom |
hashcat
|
7 |
23,963 |
02-15-2019, 04:25 PM |
|
|
Thread: toggles3.rule replacement
Post: RE: toggles3.rule replacement
yes you are right and this is already fixed in the toggle rules from oclHashcat-plus. as a replacement you overwrite them. i will do the same with hashcat v0.38. thanks for reporting. |
|
atom |
User Contributions
|
2 |
8,827 |
12-03-2011, 03:55 PM |
|
|
Thread: Toggle Rule
Post: RE: Toggle Rule
T is the function, means "toggle-case". This function requires exactly one single parameter.
T0: 0 is the parameter = change case of position 0
T1: 1 is the parameter = change case of position 1
T9:... |
|
atom |
General Help
|
16 |
36,132 |
11-05-2011, 05:25 PM |
|
|
Thread: Toggle Rule
Post: RE: Toggle Rule
Yes, but that is EXACTLY the optimization in it and what makes the toggle case that efficient. if you have upper case chars in your password you do it to make it harder to crack the pass. that also me... |
|
atom |
General Help
|
16 |
36,132 |
11-05-2011, 05:35 PM |
|
|
Thread: Toggle Rule
Post: RE: Toggle Rule
if you want to do real toggle-case attack you can use hashcat in --stdout mode. you would not need rules then. |
|
atom |
General Help
|
16 |
36,132 |
11-05-2011, 05:44 PM |
|
|
Thread: Toggle Rule
Post: RE: Toggle Rule
there is no reason to implement it in oclHashcat-plus since there is no improvement (neither in speed nor in flexibility) in comparisation to piped attack. |
|
atom |
General Help
|
16 |
36,132 |
11-05-2011, 11:32 PM |
|
|
Thread: Toggle Rule
Post: RE: Toggle Rule
i wrote a simple script for this:
Code:
--
#!/usr/bin/perl
use strict;
use warnings;
my $db2;
while (my $line = )
{
chomp ($line);
my $db1;
my $line_len = length ($line);
my $i;
fo... |
|
atom |
General Help
|
16 |
36,132 |
11-10-2011, 04:53 PM |