Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: What problems can i have if i use --force mode?
Post: RE: What problems can i have if i use --force mode...
install the correct driver for your hardware, see https://hashcat.net/hashcat
driver from nvidia.com for your NVidia GPU
driver from the ROCm page for your AMD GPU on linux
driver from the amd.co... |
|
philsmd |
hashcat
|
3 |
927 |
04-01-2020, 08:57 AM |
|
|
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
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: 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 help with email combining to password.
Post: RE: Hashcat help with email combining to password.
short answer: --show should never be used while you are cracking (it's used afterwards, when already cracked)
see: https://hashcat.net/faq#how_can_i_show_previously_cracked_passwords_and_output_the... |
|
philsmd |
hashcat
|
3 |
971 |
04-02-2020, 12:17 PM |
|
|
Thread: rules attack
Post: RE: rules attack
Try to use --stdout to see what the single rules do (hashcat --stdout -a 0 -r test.rule dict.txt)
also see: https://hashcat.net/wiki/doku.php?id=rule_based_attack
for instance the rule "t" (lo... |
|
philsmd |
hashcat
|
7 |
1,545 |
04-02-2020, 05:43 PM |
|
|
Thread: Password wallet recovery wasabi
Post: RE: Password wallet recovery wasabi
I had a quick glance at that tool from github (nopara73 etc) and did develop a quick perl POC:
Code:
--
#!/usr/bin/env perl
# Author: philsmd
# Date: April 2020
# License: public domain, cred... |
|
philsmd |
hashcat
|
16 |
3,272 |
04-02-2020, 05:56 PM |
|
|
Thread: rules attack
Post: RE: rules attack
it's not allowed to post hashes here, read the forum rules.
You didn't even mention the password and therefore nobody can verify what you are claiming is correct about these "rules".
Without the e... |
|
philsmd |
hashcat
|
7 |
1,545 |
04-03-2020, 02:33 AM |
|
|
Thread: Hashcat failing with proper character set
Post: RE: Hashcat failing with proper character set
do not post hashes, see https://hashcat.net/forum/announcement-2.html |
|
philsmd |
hashcat
|
1 |
516 |
04-03-2020, 05:43 PM |
|
|
Thread: Detecting 1 Device (CPU) not GPU
Post: RE: Detecting 1 Device (CPU) not GPU
https://hashcat.net/faq/wrongdriver |
|
philsmd |
hashcat
|
2 |
765 |
04-03-2020, 09:02 PM |
|
|
Thread: rules attack
Post: RE: rules attack
The main problem here should be very clear.
Let's assume we have a dictionary called rockyou.txt and it contains the word "bioshock" (without quotes):
Code:
--
$ grep '^bioshock$' rockyou.txt
... |
|
philsmd |
hashcat
|
7 |
1,545 |
04-07-2020, 09:14 AM |
|
|
Thread: Very Slow Keepass hash-rate
Post: RE: Very Slow Keepass hash-rate
It's difficult to say what you are doing in detail, but you should of course keep in mind that these specific hash types are parameterized and therefore can have varying cost factors. The iteration co... |
|
philsmd |
hashcat
|
4 |
2,007 |
04-07-2020, 09:33 AM |
|
|
Thread: Hashcat and linux process substitution
Post: RE: Hashcat and linux process substitution
use
Code:
--
cat wordlist | hashcat -m 16500 -a 0 hashes.txt
--
instead... if and only if you really need to use a separate command (not using the dictionary directly, which of course should b... |
|
philsmd |
hashcat
|
1 |
554 |
04-08-2020, 01:18 AM |
|
|
Thread: 3 Questions About Hashcat
Post: RE: 3 Questions About Hashcat
1. only beta supports -m 22000 (https://hashcat.net/beta)
2. the keyspace is only traversed once, if while going to the password candidates one matches, it will be cracked... but you need to keep in ... |
|
philsmd |
hashcat
|
1 |
644 |
04-08-2020, 12:09 PM |
|
|
Thread: Telegram Desktop passcode
Post: RE: Telegram Desktop passcode
This was implemented with https://github.com/hashcat/hashcat/pull/2355 |
|
philsmd |
hashcat
|
4 |
3,573 |
04-08-2020, 12:11 PM |
|
|
Thread: Telegram and hashcat.
Post: RE: Telegram and hashcat.
The Desktop algorithm was implemented with https://github.com/hashcat/hashcat/pull/2355.
I find it quite disturbing that I got no answers here... it's much more motivating to get some responses and... |
|
philsmd |
hashcat
|
9 |
2,995 |
04-08-2020, 12:13 PM |
|
|
Thread: Custom charset
Post: RE: Custom charset
If you do not know how your shell escaping works, just use a file: https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_charset_files |
|
philsmd |
hashcat
|
4 |
1,170 |
04-09-2020, 03:47 PM |
|
|
Thread: Custom charset
Post: RE: Custom charset
Just to try to explain the detail of the problem also for potential future readers of this thread.
This has to do with your cmd/shell...
for instance %VAR% is a variable interpreted by your cmd... |
|
philsmd |
hashcat
|
4 |
1,170 |
04-09-2020, 05:13 PM |
|
|
Thread: pattern mask
Post: RE: pattern mask
Well, this is a very specific task (insert a word of length 5, g00se, into a mask of length 12, at each and every position), it's probably much more easier to just write all combination down or use a ... |
|
philsmd |
hashcat
|
4 |
998 |
04-18-2020, 08:19 AM |