Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: get hashcat-type/version over command
Post: RE: get hashcat-type/version over command
There is just hashcat now, and eventually hashcat-legacy for toasters.
So just hashcat, one syntax. |
|
Xanadrel |
hashcat
|
4 |
5,374 |
01-25-2017, 10:08 PM |
|
|
Thread: Noob: Efficient way to "combine" masks and rules
Post: RE: Noob: Efficient way to "combine" masks and rul...
|
Xanadrel |
hashcat
|
3 |
4,935 |
01-26-2017, 12:05 AM |
|
|
Thread: Wordhound doesn't save any data
Post: RE: Wordhound doesn't save any data
https://bitbucket.org/mattinfosec/wordhound/issues |
|
Xanadrel |
hashcat
|
1 |
2,496 |
02-02-2017, 12:01 AM |
|
|
Thread: help me
Post: RE: help me
|
Xanadrel |
hashcat
|
10 |
9,077 |
02-14-2017, 07:18 PM |
|
|
Thread: lst files?
Post: RE: lst files?
Extension doesn't matter at all, it just reads each line as a candidate. |
|
Xanadrel |
hashcat
|
1 |
3,875 |
02-27-2017, 01:01 AM |
|
|
Thread: Which passwords are rejected?
Post: RE: Which passwords are rejected?
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_the_maximum_supported_password_length |
|
Xanadrel |
hashcat
|
1 |
3,818 |
04-11-2017, 06:57 PM |
|
|
Thread: Hashcat not starting with --restore
Post: RE: Hashcat not starting with --restore
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#can_i_restore_a_hashcat_session |
|
Xanadrel |
hashcat
|
2 |
2,974 |
04-13-2017, 12:39 AM |
|
|
Thread: --outfile-format for WPA
Post: RE: --outfile-format for WPA
https://hashcat.net/forum/thread-6355.html |
|
Xanadrel |
hashcat
|
2 |
4,376 |
04-13-2017, 12:43 AM |
|
|
Thread: Outputing takes to long
Post: RE: Outputing takes to long
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword |
|
Xanadrel |
hashcat
|
2 |
3,613 |
05-24-2017, 01:51 AM |
|
|
Thread: Hashcat overrides GPU fan control but doesn't use it
Post: RE: Hashcat overrides GPU fan control but doesn't ...
You didn't state your gpu model, driver, os...
hashcat can and does control fan speed (maybe you had warnings/errors in the output, but didn't paste them here).
You can just use --gpu-temp-disable i... |
|
Xanadrel |
hashcat
|
2 |
3,295 |
05-24-2017, 02:46 AM |
|
|
Thread: How to set the minimum password length?
Post: RE: How to set the minimum password length?
https://hashcat.net/wiki/doku.php?id=rule_based_attack#rules_used_to_reject_plains |
|
Xanadrel |
hashcat
|
5 |
7,343 |
08-07-2017, 08:44 PM |
|
|
Thread: Iterated sha256 cracking with no salt
Post: RE: Iterated sha256 cracking with no salt
There is no such algo/direct way of using hashcat for the hashing part.
But you can use hashcat to generate candidates and then do the hashing with a script in any language you're familiar with, do... |
|
Xanadrel |
hashcat
|
2 |
3,443 |
09-28-2017, 01:02 AM |
|
|
Thread: How to run Combinator from hashcat-utils on windows
Post: RE: How to run Combinator from hashcat-utils on wi...
If you don't know how to compile things you can just use the already compiled binaries here:
https://github.com/hashcat/hashcat-utils/releases |
|
Xanadrel |
hashcat
|
5 |
5,098 |
08-08-2018, 09:59 PM |
|
|
Thread: How to run Combinator from hashcat-utils on windows
Post: RE: How to run Combinator from hashcat-utils on wi...
There are both .bin and .exe files in the archive... |
|
Xanadrel |
hashcat
|
5 |
5,098 |
08-08-2018, 10:16 PM |
|
|
Thread: How to leet-transform only one char ? [edited]
Post: RE: How to leet-transform only one char ? [edited]
Can also mention using hashcat-legacy with -a 5 (table attack)
Code:
--
$ cat dict
Directions
$ hashcat-cli64.exe -a 5 -t tables/leet.table --stdout dict | head
Directions
D1rections
D!rect... |
|
Xanadrel |
hashcat
|
7 |
3,885 |
08-14-2018, 12:35 PM |
|
|
Thread: CPU v GPU configuration
Post: RE: CPU v GPU configuration
A few things:
- if you have to use --force you're likely having something wrong with your system (wrong driver, too old hardware...)
- you need to read more about hashcat's usage
- you should rea... |
|
Xanadrel |
hashcat
|
5 |
4,467 |
08-16-2018, 12:52 AM |
|
|
Thread: 1Password opvault format
Post: RE: 1Password opvault format
If the algorithm is different it's just not going to work.
So answer would be no, you can make a request to add it on github: https://github.com/hashcat/hashcat/issues |
|
Xanadrel |
hashcat
|
1 |
1,937 |
08-16-2018, 01:03 AM |
|
|
Thread: issue Combinator+hashcat-legacy
Post: RE: issue Combinator+hashcat-legacy
hashcat-legacy doesn't support piping, you can use a fifo though. |
|
Xanadrel |
hashcat
|
3 |
2,326 |
09-10-2018, 09:53 PM |
|
|
Thread: 2x GTX 1080ti + 1070 on MD5 /NTLM very very slow
Post: RE: 2x GTX 1080ti + 1070 on MD5 /NTLM very very sl...
alish Wrote: (09-25-2018, 11:27 PM)
--
What could be wrong in my setting?
--
You're not reading what's in front of you. |
|
Xanadrel |
hashcat
|
11 |
7,371 |
09-25-2018, 11:33 PM |
|
|
Thread: beginner is cracking his first md5
Post: RE: beginner is cracking his first md5
Flomac Wrote: (10-06-2018, 07:50 PM)
--
Starting with the HashkillerGUI is a good idea
--
No it's not. |
|
Xanadrel |
hashcat
|
5 |
3,733 |
10-07-2018, 01:06 AM |