Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: cannot cracking sha1($pass.$salt)
Post: RE: cannot cracking sha1($pass.$salt)
It's not allowed to post hashes here, see: https://hashcat.net/forum/announcement-2.html
Banned for 1 week, thread closed. |
|
philsmd |
General Help
|
1 |
3,711 |
03-14-2016, 04:20 PM |
|
|
Thread: Cannot commuincate with oclHashcat process
Post: RE: Cannot commuincate with oclHashcat process
reading the restore file is one possibility, the other one would be (and afaik most "wrappers" choose this way) to use --status --status-automat (see also https://hashcat.net/trac/ticket/406 ).
Btw. ... |
|
philsmd |
Old oclHashcat Support
|
3 |
5,718 |
02-15-2015, 03:27 PM |
|
|
Thread: Can't use hashcat with AMD Radeon R9 380
Post: RE: Can't use hashcat with AMD Radeon R9 380
what is the problem and error message you got ? details ! |
|
philsmd |
hashcat
|
9 |
3,820 |
07-12-2019, 12:36 PM |
|
|
Thread: can't supress error messages in a txt
Post: RE: can't supress error messages in a txt
you can use the --outfile (short -o) option and redirect all errors to /dev/null
Code:
--
hashcat -m 0 --show -o outfile.txt hashes.txt 2> /dev/null > /dev/null
--
on windows it's very simil... |
|
philsmd |
hashcat
|
5 |
2,706 |
05-02-2019, 02:00 PM |
|
|
Thread: Can't reverse known hash ?
Post: RE: Can't reverse known hash ?
mask work position-wise, you need to specify the built-in or custom charset (or hardcoded char) for each and every position
so this should work:
cudaHashcat64.exe -a 3 -m 400 hascc.hash hashca?l
... |
|
philsmd |
Old oclHashcat Support
|
15 |
18,780 |
08-13-2015, 02:35 PM |
|
|
Thread: can't make cmd
Post: RE: can't make cmd
But it is clearly there:
* Built-in charsets:
?l = abcdefghijklmnopqrstuvwxyz
?u = ABCDEFGHIJKLMNOPQRSTUVWXYZ
?d = 0123456789
?s = !"#$%&'()*+,-./:;?@[\]^_`{|}~
?a = ?l?u?d?s... |
|
philsmd |
Old hashcat Support
|
8 |
10,219 |
02-25-2015, 11:57 PM |
|
|
Thread: can't make cmd
Post: RE: can't make cmd
-a 0 is not for "bruting", nor for mask attack (https://hashcat.net/wiki/doku.php?id=mask_attack)
to use a mask attack and/or brute force a hash you need to use
-a 3
from --help:
* Attack mo... |
|
philsmd |
Old hashcat Support
|
8 |
10,219 |
02-25-2015, 09:52 PM |
|
|
Thread: can't make cmd
Post: RE: can't make cmd
look here: https://hashcat.net/wiki/doku.php?id=example_hashes
the signature is either:
$H$.......
or
$P$....... |
|
philsmd |
Old hashcat Support
|
8 |
10,219 |
02-25-2015, 11:59 PM |
|
|
Thread: can't make cmd
Post: RE: can't make cmd
read here: https://hashcat.net/wiki/doku.php?id=mask_attack#custom_charsets
you need to define a custom charset like this:
-1 ?u?l ?1?1?1?1?1?1?1
Code:
--
./hashcat-cli64.bin -m 400 --username... |
|
philsmd |
Old hashcat Support
|
8 |
10,219 |
02-26-2015, 12:12 AM |
|
|
Thread: can't get hashcat working!! ubuntu 16.04 w/ amd 7970s
Post: RE: can't get hashcat working!! ubuntu 16.04 w/ am...
it's a pretty old GPU already. Rocm doesn't seem to support it at all: see https://rocm.github.io/hardware.html . It seems that currencty only some new cards are supported (like the RX460, RX470, RX48... |
|
philsmd |
hashcat
|
3 |
3,426 |
07-28-2018, 04:08 PM |
|
|
Thread: Can't Find Potfile on Mac
Post: RE: Can't Find Potfile on Mac
if you didn't compile it yourself, you probably used some package manager like brew etc.
If you have "installed" hashcat with this brew method or similar (not a raw download or the git directory et... |
|
philsmd |
hashcat
|
3 |
814 |
06-02-2020, 08:03 PM |
|
|
Thread: Can't Find Potfile on Mac
Post: RE: Can't Find Potfile on Mac
if you want to use your own directory and not the directory structure that the brew package maintainer decided to use (to be fair it's also similar how the "make install" target on linux works), you c... |
|
philsmd |
hashcat
|
3 |
814 |
06-03-2020, 08:32 AM |
|
|
Thread: Can someone confirm this command?
Post: RE: Can someone confirm this command?
The mask, in your case ?1?1?1?1?1?1?1?1 must be at least the length specified by --increment-max (or longer).
How else would oclHashcat know what it should do after the position @ end of mask
Your ma... |
|
philsmd |
Old oclHashcat Support
|
3 |
5,723 |
10-28-2014, 09:52 PM |
|
|
Thread: Can shannon entropy be used to optimize password carcking?
Post: RE: Can shannon entropy be used to optimize passwo...
what attack type ?
hashcat has built-in support for markov chains see --help
it's probably not a good idea to have/generate password candidates that are gibberish ... and store large dictionarie... |
|
philsmd |
hashcat
|
3 |
1,377 |
01-07-2020, 12:08 PM |
|
|
Thread: Can only find one hash of two - Office 2013
Post: RE: Can only find one hash of two - Office 2013
how did you get / generate these hashes ? They don't look very random for instance e166509e5a4e05670dc5f3a57c4f30ff is the same which is kind of weird because it shouldn't happen at all that this part... |
|
philsmd |
hashcat
|
5 |
3,229 |
12-11-2018, 10:55 PM |
|
|
Thread: Can only find one hash of two - Office 2013
Post: RE: Can only find one hash of two - Office 2013
Which software (and version) did create these documents ?
Are you able to create 2 new documents (with the microsoft office software etc) that also fails to crack ? I guess it's not really possible... |
|
philsmd |
hashcat
|
5 |
3,229 |
12-12-2018, 12:30 PM |
|
|
Thread: Can I configure HC with known chars in a password?
Post: RE: Can I configure HC with known chars in a passw...
see https://hashcat.net/wiki/doku.php?id=mask_attack
hashcat -m 2500 -a 3 -2 ABC -3 ?l?u?d hash.txt D?2?3?3?3?3?3?3
-1, -2, -3, -4 are the custom charsets (--custom-charset1 ... --custom-charset... |
|
philsmd |
hashcat
|
8 |
2,780 |
08-01-2019, 09:30 PM |
|
|
Thread: Can hybrid attack work with rules?
Post: RE: Can hybrid attack work with rules?
to avoid to generate a large dict also something like this would work in your particular case:
file: my_append_num_and_duplicate.rule
Code:
--
$0 d
$1 d
$2 d
$3 d
$4 d
$5 d
$6 d
$7 d
$8 d... |
|
philsmd |
Old oclHashcat Support
|
9 |
15,331 |
01-24-2015, 08:43 AM |
|
|
Thread: Can hybrid attack work with rules?
Post: RE: Can hybrid attack work with rules?
-k is applied only on the second dictionary. So it makes sense for instance with "-a 1 dict1.txt dict2.txt".
So technically it isn't ignored, it just not applied since there is no second dictionary (... |
|
philsmd |
Old oclHashcat Support
|
9 |
15,331 |
01-24-2015, 09:27 AM |
|
|
Thread: can hashcat be used only for hashing?
Post: RE: can hashcat be used only for hashing?
The main problem with your approach (e.g something like "I just want to use the GPU to generate a hash list faster") is that the main bottleneck there for sure is I/O.
Even if you use the fastest SSD... |
|
philsmd |
hashcat
|
3 |
3,955 |
08-20-2017, 03:15 PM |