Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: Need help
Post: RE: Need help
well, it's the prefix as I already told you. The speed with -m 20 will be slower of course, because salted.
We actually also have a FAQ and some questions like this https://hashcat.net/faq/morework... |
|
philsmd |
hashcat
|
6 |
1,891 |
02-08-2020, 08:04 PM |
|
|
Thread: Hashcat beta on ubuntu 18.04
Post: RE: Hashcat beta on ubuntu 18.04
download. extract. enter folder. run (e.g. hashcat -b)
you only need to have 7-Zip installed to unpack the .7z file |
|
philsmd |
hashcat
|
9 |
1,902 |
04-01-2020, 09:00 AM |
|
|
Thread: Hashcat beta on ubuntu 18.04
Post: RE: Hashcat beta on ubuntu 18.04
so many problems with what you do
1. do not ever try to replace one hashcat installation with another in the same folder. use different folders (all these "Would you like to replace the existing fi... |
|
philsmd |
hashcat
|
9 |
1,902 |
04-01-2020, 06:18 PM |
|
|
Thread: Hashcat beta on ubuntu 18.04
Post: RE: Hashcat beta on ubuntu 18.04
this has nothing to do with the beta
only if you download, extract, enter and run "./hashcat" (with the ./ at the beginning) you are running the beta |
|
philsmd |
hashcat
|
9 |
1,902 |
04-01-2020, 08:54 PM |
|
|
Thread: Hashcat beta on ubuntu 18.04
Post: RE: Hashcat beta on ubuntu 18.04
there is clearly a hashcat binary file in the archive and you execute this executable like this:
Code:
--
./hashcat.bin -b
--
|
|
philsmd |
hashcat
|
9 |
1,902 |
04-01-2020, 09:26 PM |
|
|
Thread: how to read wordlist with separator :
Post: RE: how to read wordlist with separator :
Code:
--
sed 's/^[^:]*://' user_word.txt > word.txt
--
|
|
philsmd |
hashcat
|
5 |
1,914 |
07-23-2019, 01:09 PM |
|
|
Thread: how to read wordlist with separator :
Post: RE: how to read wordlist with separator :
if you really need both, you could just replace the : with new lines:
Code:
--
sed 's/:/\n/' user_word.txt > all.txt
--
undeath edit: ok, you win |
|
philsmd |
hashcat
|
5 |
1,914 |
07-23-2019, 08:07 PM |
|
|
Thread: include SHA1 Hash with the results
Post: RE: include SHA1 Hash with the results
you can use --left to show all hashes that are not cracked yet and --show to show all hashes that are already cracked with the corresponding passwords (see: https://hashcat.net/wiki/doku.php?id=freque... |
|
philsmd |
hashcat
|
1 |
1,916 |
02-27-2018, 06:51 PM |
|
|
Thread: Some remarks and maybe idea for improvement
Post: RE: Some remarks and maybe idea for improvement
hashcat uses markov by default (it's not random), it's trained with rockyou.txt (update see below).
you can use --markov-hcstat2 and hcstat2gen (see https://github.com/hashcat/hashcat-utils/blob/ma... |
|
philsmd |
hashcat
|
1 |
1,919 |
05-09-2019, 11:48 AM |
|
|
Thread: help with hashing wpa2 gtx 1080 hashrate
Post: RE: help with hashing wpa2 gtx 1080 hashrate
well, you didn't even mention what your command line is. Is it a mask attack (-a 3) ?
what is your speed with hashcat -m 2500 -b ?
Are you sure you added the -w 3 parameter (or even -w 4) ? |
|
philsmd |
hashcat
|
2 |
1,924 |
10-16-2018, 12:51 PM |
|
|
Thread: Should I be using a rule instead?
Post: RE: Should I be using a rule instead?
Code:
--
hashcat -m 0 -a 3 -w 3 --increment --increment-min 6 hash.txt ?l?l?l?l?l?l?d
--
|
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
3 |
1,925 |
09-25-2019, 07:43 PM |
|
|
Thread: Most efficient way to crack wpa2 hash if you know first char?
Post: RE: Most efficient way to crack wpa2 hash if you k...
first of all, these concepts of "rainbow tables" and "oclhashcat" (from your other post) etc are superseded since several years. not sure how you even come up with these concepts and think this is som... |
|
philsmd |
hashcat
|
3 |
1,941 |
08-02-2019, 01:15 PM |
|
|
Thread: Most efficient way to crack wpa2 hash if you know first char?
Post: RE: Most efficient way to crack wpa2 hash if you k...
in that case your password is probably written on a sticker on your router itself. Just have a look at your router (hardware). |
|
philsmd |
hashcat
|
3 |
1,941 |
08-02-2019, 04:02 PM |
|
|
Thread: hashcat crash on benchmark
Post: RE: hashcat crash on benchmark
try testing only 1 device, -d 1
are you using cmd on windows ? that ./hashcat.exe syntax is somehow strange or is this powershell ?
are you using the beta version from https://hashcat.net/beta ?... |
|
philsmd |
hashcat
|
6 |
1,947 |
12-08-2019, 01:31 PM |
|
|
Thread: hashcat crash on benchmark
Post: RE: hashcat crash on benchmark
you could also test with multiple devices, like this:
hashcat -b -m 100 -d 1,2,3,4
hashcat -b -m 100 -d 1,2,3,4,5
hashcat -b -m 100 -d 1,2,3,4,5,6
and see how many devices work and w... |
|
philsmd |
hashcat
|
6 |
1,947 |
12-08-2019, 02:23 PM |
|
|
Thread: hashcat crash on benchmark
Post: RE: hashcat crash on benchmark
good to hear that. of course always needing to add -d 1,2,3,4,5,6,7,8,9,10 is actually quite annoying... so maybe you can somehow completely disable the non-dedicated GPU (in bios/uefi for instance or... |
|
philsmd |
hashcat
|
6 |
1,947 |
12-08-2019, 04:44 PM |
|
|
Thread: Huawei Backup
Post: RE: Huawei Backup
interesting. is this something used even in modern smartphones (or is this old "encryption" ?). Do modern smartphones use this ? Is this an alternative to the standard android encryption.... can you g... |
|
philsmd |
hashcat
|
2 |
1,948 |
11-22-2019, 07:47 PM |
|
|
Thread: Rule debug to found plain
Post: RE: Rule debug to found plain
--debug-mode 4 --debug-file rule_debug.txt
(see --help) |
|
philsmd |
hashcat
|
4 |
1,949 |
10-18-2019, 08:19 PM |
|
|
Thread: Rule debug to found plain
Post: RE: Rule debug to found plain
it's appending to the file. you need to check the last lines or create a different file name
what is your command ?
just use --debug-file rule_debug512.txt
or some random new file |
|
philsmd |
hashcat
|
4 |
1,949 |
10-18-2019, 09:47 PM |
|
|
Thread: Veracrypt with multiple keyfiles
Post: RE: Veracrypt with multiple keyfiles
hashcat --help
Code:
--
--veracrypt-keyfiles | File | Keyfiles to use, separated with commas
--veracrypt-pim-start | Num | VeraCrypt personal iterations multiplier start
--veracrypt-... |
|
philsmd |
hashcat
|
5 |
1,952 |
02-15-2020, 09:30 AM |