Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: how do i do this?
Post: RE: how do i do this?
It's not a "linux" command. The command is available in linux, but it's not a linux command. |
|
epixoip |
General Help
|
14 |
16,815 |
01-22-2016, 02:14 AM |
|
|
Thread: How do I know what the password is, after oclhashcat has found it?
Post: RE: How do I know what the password is, after oclh...
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_a_potfile |
|
epixoip |
Old oclHashcat Support
|
2 |
4,508 |
12-23-2015, 12:39 PM |
|
|
Thread: how do i remove all duplicate words from a txt file?
Post: RE: how do i remove all duplicate words from a txt...
''LC_ALL=C sort -u''
You can also ''man sort'' and look at the --parallel and -S switches to improve performance. |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
9 |
9,544 |
12-24-2016, 02:22 AM |
|
|
Thread: how do i remove all duplicate words from a txt file?
Post: RE: how do i remove all duplicate words from a txt...
You can also use WSL and run Ubuntu under Windows 10 |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
9 |
9,544 |
12-25-2016, 02:44 AM |
|
|
Thread: How do you run hashcat against a plaintext file?
Post: RE: How do you run hashcat against a plaintext fil...
If you look at the algorithms Hashcat supports, you'll see that one of those algorithms is indeed Plaintext. |
|
epixoip |
hashcat
|
4 |
5,046 |
12-25-2016, 02:43 AM |
|
|
Thread: How does 15 character limitation help in a speed up?
Post: RE: How does 15 character limitation help in a spe...
Making assumptions about the input size allows us to do length-specific optimizations.
Using MD5 as an example, an MD5 block only holds 64 bytes of input data if you are using a multi-block implement... |
|
epixoip |
General Talk
|
6 |
15,131 |
03-10-2013, 12:58 PM |
|
|
Thread: How does 15 character limitation help in a speed up?
Post: RE: How does 15 character limitation help in a spe...
NeonFlash, here's an illustration of how much this optimization is good for.
Using the example code above, optimized for length 8:
Code:
--
epixoip@ike:$ ./md5substr_len8 babeface
Using 4 threads, ... |
|
epixoip |
General Talk
|
6 |
15,131 |
03-10-2013, 02:20 PM |
|
|
Thread: How does 15 character limitation help in a speed up?
Post: RE: How does 15 character limitation help in a spe...
NeonFlash Wrote: (03-10-2013, 04:42 PM)
--
Whatever is the size of input data, the 64 bit representation of the length will always be appended to the data.
--
32bit, there are not any 64bit words i... |
|
epixoip |
General Talk
|
6 |
15,131 |
03-11-2013, 02:30 AM |
|
|
Thread: How fast should my hashcat be running??
Post: RE: How fast should my hashcat be running??
rln11 Wrote: (07-10-2013, 10:45 PM)
--
Are there things I can do to increase this speed?
--
sell the gtx and buy a radeon. |
|
epixoip |
Very old oclHashcat-plus Support
|
6 |
12,469 |
07-11-2013, 12:16 AM |
|
|
Thread: How is keyspace calculated
Post: RE: How is keyspace calculated
for -a 3, --keyspace is not the full keyspace of the attack as you might expect, but rather the keyspace of the base loop excluding the modifier. it's pretty complicated, that's why atom recommends y... |
|
epixoip |
Old oclHashcat Support
|
1 |
6,544 |
05-24-2014, 01:45 AM |
|
|
Thread: how many GPUs could supported by hashcat-plus
Post: RE: how many GPUs could supported by hashcat-plus
the answer to your question is right there on the front page of the website. |
|
epixoip |
Very old oclHashcat-plus Support
|
2 |
5,953 |
04-03-2013, 11:35 AM |
|
|
Thread: how to add custome hash type
Post: RE: how to add custome hash type
open a ticket to request a new format |
|
epixoip |
Old hashcat Support
|
16 |
29,653 |
10-20-2013, 09:02 PM |
|
|
Thread: how to add custome hash type
Post: RE: how to add custome hash type
oh, haha, so it is. good eye. |
|
epixoip |
Old hashcat Support
|
16 |
29,653 |
10-21-2013, 01:21 PM |
|
|
Thread: how to add custome hash type
Post: RE: how to add custome hash type
um, what i did was pretty easy. just hash:salt format, crack as mode 2611. the extra stuff you see there is me generating a test hash. you can skip that. |
|
epixoip |
Old hashcat Support
|
16 |
29,653 |
10-21-2013, 02:47 PM |
|
|
Thread: how to add custome hash type
Post: RE: how to add custome hash type
Code:
--
epixoip@token:~/oclHashcat-1.00$ type joomla
joomla is a function
joomla ()
{
echo "$(echo -n "$(echo -n $1 | md5sum | awk '{print $1}')$2" | md5sum | awk '{print $1}'):$2"
}
e... |
|
epixoip |
Old hashcat Support
|
16 |
29,653 |
10-21-2013, 01:30 PM |
|
|
Thread: how to add custome hash type
Post: RE: how to add custome hash type
yes, just supply the path to the directory containing the wordlists instead of a specific wordlist file. |
|
epixoip |
Old hashcat Support
|
16 |
29,653 |
10-22-2013, 10:42 PM |
|
|
Thread: How to apply rules to combinator attack?
Post: RE: How to apply rules to combinator attack?
M@LIK Wrote: (10-21-2012, 10:35 PM)
--
If you want to make "Sup3rThinkers" out of "sup3r" in dict1 and "thinkers" in dict2, you would run:
Code:
--
-plus ... -a1 -j u -k u ... dict1 dict2
--
--
rul... |
|
epixoip |
General Help
|
12 |
22,997 |
10-22-2012, 04:41 AM |
|
|
Thread: How to apply rules to combinator attack?
Post: RE: How to apply rules to combinator attack?
so they do. i thought it was supposed to work, but didn't. i tested earlier before i posted, just in case it did work now, but it looks like i had made an error in my test. however, i think i found a ... |
|
epixoip |
General Help
|
12 |
22,997 |
10-22-2012, 12:20 PM |
|
|
Thread: how to brute a few handshakes ?
Post: RE: how to brute a few handshakes ?
why are you hijacking this guy's thread? |
|
epixoip |
Old oclHashcat Support
|
6 |
9,511 |
12-04-2014, 11:21 PM |
|
|
Thread: How to Bruteforce a part-known string?
Post: RE: How to Bruteforce a part-known string?
your mask is correct (great job on that by the way, most people who are new to hashcat do not pick up on masks so quickly), you just need to add --pw-min 8
Code:
--
hashcat-cli32 -a 3 -o found.t... |
|
epixoip |
Old hashcat Support
|
4 |
11,433 |
06-05-2013, 12:26 AM |