Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: How to use gpu on bruteforcing SHA256(MD5('password'))
Post: RE: How to use gpu on bruteforcing SHA256(MD5('pas...
c'mon this should be really obvious.
The error message says that you do not have the required perl modules installed
This thread is getting a little bit weird (the strange command line options, ... |
|
philsmd |
hashcat
|
9 |
3,421 |
07-13-2019, 03:21 PM |
|
|
Thread: How to use named pipe with hashcat?
Post: RE: How to use named pipe with hashcat?
the problem with named pipes is that they act like a normal file, but have no "file size", so hashcat will read through all of the input to discover the number of password candidates (or "length") and... |
|
philsmd |
hashcat
|
2 |
569 |
05-13-2020, 02:09 PM |
|
|
Thread: how to use only some letters
Post: RE: how to use only some letters
Unfortunately, I can't do more than link you to the wiki page that explains it very well https://hashcat.net/wiki/mask_attack (what I mean is, I can't read or understand it for you, just spend some mi... |
|
philsmd |
hashcat
|
2 |
2,906 |
05-15-2017, 02:15 PM |
|
|
Thread: How to use rules.
Post: RE: How to use rules.
on windows the paths are probably different. e.g. rules\best64.rule
note the "\" instead of the unix "/" |
|
philsmd |
hashcat
|
2 |
1,191 |
08-29-2019, 08:06 PM |
|
|
Thread: How to view SSID of cracked PMKID (16800) PCAP?
Post: RE: How to view SSID of cracked PMKID (16800) PCAP...
the SSID is within the output, CamandAri is the SSID
hint: hexadecimal |
|
philsmd |
hashcat
|
6 |
2,259 |
01-12-2020, 09:08 AM |
|
|
Thread: How uninstall Hashcat? (Linux)
Post: RE: How uninstall Hashcat? (Linux)
Code:
--
sudo make uninstall
--
|
|
philsmd |
hashcat
|
3 |
1,777 |
11-20-2019, 01:24 AM |
|
|
Thread: How would I go about cracking this salted sha-1 hash?
Post: RE: How would I go about cracking this salted sha-...
don't post hashes. read the forum rules: https://hashcat.net/forum/announcement-2.html
Banned for 1 week (please use these 604800 seconds wisely to read and understand the forum rules).
Thx |
|
philsmd |
General Help
|
1 |
3,528 |
01-15-2016, 12:30 AM |
|
|
Thread: How would I parse through this to get the correct info?
Post: RE: How would I parse through this to get the corr...
In theory this should work (and I just confirmed) it, since oclHashcat supports native loading of /etc/shadow files and others, see: https://hashcat.net/trac/ticket/393
So you just run it as usual ... |
|
philsmd |
Old oclHashcat Support
|
3 |
4,854 |
11-05-2015, 10:35 AM |
|
|
Thread: http authentication
Post: RE: http authentication
The format is as explained here: https://github.com/hashcat/hashcat/issues/1021 just this one:
$sip$*[URI_SERVER]*[URI_CLIENT]*[USERNAME]*[REALM]*[METHOD]*[URI_PREFIX]*[URI_RESOURCE]*[URI_SUFFIX]*[NON... |
|
philsmd |
hashcat
|
1 |
2,164 |
11-28-2017, 05:16 PM |
|
|
Thread: HTTP Digest Auth
Post: RE: HTTP Digest Auth
It's hash type -m 11400 = SIP digest authentication (MD5)
The format is:
Quote:
--
$sip$*[URI_SERVER]*[URI_CLIENT]*[USERNAME]*[REALM]*[METHOD]*[URI_PREFIX]*[URI_RESOURCE]*[URI_SUFFIX]*[NONCE_SERVER]... |
|
philsmd |
hashcat
|
7 |
10,204 |
05-15-2017, 08:31 PM |
|
|
Thread: HTTP Digest Auth
Post: RE: HTTP Digest Auth
In my opinion it should be very obvious if you know what the HTTP Digest Authentication fields mean and for what they are used for. Anyway here is how you would format it in your *very* specific examp... |
|
philsmd |
hashcat
|
7 |
10,204 |
05-16-2017, 08:08 AM |
|
|
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: Hungarian charset
Post: RE: Hungarian charset
in short: encoding
the CP1250 file is not using utf8 encoding, because UTF-8 encoding is just a different encoding and CP1250 again a different encoding !
you could just create a hcchr file with... |
|
philsmd |
hashcat
|
2 |
1,047 |
09-29-2019, 01:35 PM |
|
|
Thread: Hybrid attack
Post: RE: Hybrid attack
You could use a hcmask file (see https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files):
file my.hcmask:
Code:
--
?l?u?d,key?1
?l?u?d,?1key
?l?u?d,key?1?1
?l?u?d,?1?1key
?l?u?... |
|
philsmd |
hashcat
|
4 |
6,069 |
10-04-2017, 08:27 PM |
|
|
Thread: Hybrid Attack
Post: RE: Hybrid Attack
This is a warning. It is not an error message.
With a larger wordlist and/or mask you will reach full speed. With a too small wordlist/mask hashcat can't use the full acceleration. |
|
philsmd |
hashcat
|
3 |
3,011 |
02-12-2018, 10:48 PM |
|
|
Thread: hybrid attack can't use all gpu power?
Post: RE: hybrid attack can't use all gpu power?
did you try comparing it with a run with the --slow-candidates command line argument ? |
|
philsmd |
hashcat
|
5 |
1,885 |
08-15-2019, 12:55 PM |
|
|
Thread: hybrid attack can't use all gpu power?
Post: RE: hybrid attack can't use all gpu power?
this type of strategy was since kind of forever discussed in the FAQ under the "more work" question: https://hashcat.net/faq/morework |
|
philsmd |
hashcat
|
5 |
1,885 |
08-16-2019, 01:46 PM |
|
|
Thread: Hybrid attack keyspace inconsistency
Post: RE: Hybrid attack keyspace inconsistency
thanks for the report of this documentation problem (it has actually changed a little bit between versions of hashcat). The general rule now is that the left part matters (dict for -a 6; and mask for ... |
|
philsmd |
hashcat
|
3 |
1,317 |
03-07-2020, 04:03 PM |
|
|
Thread: hybrid attack Netntlm too slow
Post: RE: hybrid attack Netntlm too slow
this sounds very strange and I'm pretty sure that it doesn't behave like you think it behaves.
How would the second process even know when the "second" word from possibilities.txt begins. It has no... |
|
philsmd |
hashcat
|
12 |
6,451 |
10-27-2018, 09:12 PM |
|
|
Thread: hybrid attack Netntlm too slow
Post: RE: hybrid attack Netntlm too slow
just for testing:
Code:
--
hashcat --keyspace -m 5500 -a 6 -1 ?l?u?s possibilities.txt ?1?1?1?1?1?1?1
--
Code:
--
hashcat --stdout -a 6 -o temporary_file.txt -s 2 -l 2 -1 ?l?u?s possibiliti... |
|
philsmd |
hashcat
|
12 |
6,451 |
10-27-2018, 10:44 PM |