Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: Stats Processor Spitting Out Junk
Post: RE: Stats Processor Spitting Out Junk
statsprocessor is built into oclHashcat and used by default anywhere a mask is used, so the only reason to use statsprocessor is to add oclHashcat-style per-position markov support to other applicatio... |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
11,536 |
07-28-2014, 04:02 AM |
|
|
Thread: Practical PRINCE: 1 CPU + 24 hours = 63% Linkedin hashes cracked, 100% automated
Post: RE: Practical PRINCE: 1 CPU + 24 hours = 63% Linke...
I think you mean Hashcat's fingerprint attack (https://hashcat.net/wiki/doku.php?id=fingerprint_attack).
And no, PRINCE is not a fingerprint attack. |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
22 |
74,889 |
02-02-2015, 10:40 AM |
|
|
Thread: md5stress on Windows with Nvidia?
Post: RE: md5stress on Windows with Nvidia?
Not likely. Nvidia supports OpenCL, but md5stress was certainly developed and tested on AMD, and likely needs some workarounds and such to work on Nvidia. |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
3 |
7,609 |
02-23-2015, 04:54 AM |
|
|
Thread: Where can I get HashCat Utils v1.2?
Post: RE: Where can I get HashCat Utils v1.2?
1.2 is not yet available to the public. |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
1 |
5,288 |
02-24-2015, 01:02 AM |
|
|
Thread: Fingerprint Attack in windows
Post: RE: Fingerprint Attack in windows
It tells you right there in the usage:
Quote:
--
usage: expander.exe < infile > outfile
--
So in your case,
Code:
--
expander.exe < rootkit_found.txt > my.txt
--
Or,
Code:
--
expander.exe... |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
10,305 |
07-23-2015, 09:41 AM |
|
|
Thread: Fingerprint Attack in windows
Post: RE: Fingerprint Attack in windows
Flyinghaggis Wrote: (07-23-2015, 11:40 AM)
--
Hadn't realised that the infile was required to be encased between < > in some cases they are there for emphasis rather than a prerequisite.
--
No, t... |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
10,305 |
07-23-2015, 07:33 PM |
|
|
Thread: combinator.bin command not found?
Post: RE: combinator.bin command not found?
You don't need to figure out any 32bit libraries, just recompile it. |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
12 |
19,433 |
11-12-2015, 07:55 PM |
|
|
Thread: Regarding rli2.exe
Post: RE: Regarding rli2.exe
dude, just flip the arguments around... |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
2 |
5,175 |
01-13-2016, 08:23 AM |
|
|
Thread: How to map a password policy onto your Mask?
Post: RE: How to map a password policy onto your Mask?
This thread is over 2 years old and OP hasn't posted on the forums since, so why are you reviving it from the dead? |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
6 |
16,455 |
02-28-2016, 07:46 PM |
|
|
Thread: hashcat-utils are being detected as trojans!
Post: RE: hashcat-utils are being detected as trojans!
You guys are killing me here. You're telling me that all of you actually run anti-virus? Way to be hackers... |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
9 |
21,326 |
03-30-2016, 11:20 PM |
|
|
Thread: Trying several numbers at various positions within words in a wordlist after combine?
Post: RE: Trying several numbers at various positions wi...
You can do this with rule chaining |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
6,719 |
05-06-2016, 06:19 PM |
|
|
Thread: Trying several numbers at various positions within words in a wordlist after combine?
Post: RE: Trying several numbers at various positions wi...
In addition to this you might also want to look at tmesis.pl from hashcat-utils |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
6,719 |
05-06-2016, 10:12 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: Error trying a brute force - integer overflow?
Post: RE: Error trying a brute force - integer overflow?
Keyspace is stored in a uint64 so the maximum value it can hold is 2^64 - 1. Your keyspace is 2^72.26 .. 2^118.25, so yes, integer overflow.
And yes, as rico identified, this keyspace is impossibl... |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
8,375 |
03-21-2017, 10:00 PM |
|
|
Thread: Differences in keyspace
Post: RE: Differences in keyspace
hashcat-utils is a bit out of date versus the new 4.x framework. The purpose you described is exactly why it was created, but it isn't maintained as frequently. |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
6 |
5,884 |
04-26-2018, 03:08 PM |
|
|
Thread: Bcrypt recovery with known salt?
Post: RE: Bcrypt recovery with known salt?
it would help if you posted your command line.
also, if you're going to specify a username before the hash, you need to use the --username flag. otherwise, get rid of it and just supply the hash. |
|
epixoip |
hashcat
|
4 |
18,779 |
12-29-2013, 12:37 AM |
|
|
Thread: Hashcat bruteforcing with special rules
Post: RE: Hashcat bruteforcing with spezial rules
Do not request help cracking a hash or offer a cash reward. This is against the forum rules.
Basically what you are looking for here is a mask attack. https://hashcat.net/wiki/doku.php?id=mask_attac... |
|
epixoip |
hashcat
|
17 |
23,547 |
04-01-2015, 11:45 AM |
|
|
Thread: Hashcat bruteforcing with special rules
Post: RE: Hashcat bruteforcing with spezial rules
You will need multiple masks to accomplish this, so you should probably use an hcmask file.
I will help you construct one mask. You will need to construct the others.
-1 '.,' -2 ';.-_):' '!Ii!... |
|
epixoip |
hashcat
|
17 |
23,547 |
04-01-2015, 01:12 PM |
|
|
Thread: Hashcat bruteforcing with special rules
Post: RE: Hashcat bruteforcing with special rules
Those masks are looking good. Unfortunately since your custom charset includes a comma, and hcmasks use commas to separate fields, an hcmask file would not work. So what you'll need to do is run each ... |
|
epixoip |
hashcat
|
17 |
23,547 |
04-01-2015, 09:16 PM |