Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Hashcat office collision attack (9810 and 9820) doesn't work
Post: RE: Hashcat office collision attack (9810 and 9820...
sounds similar to this problem https://github.com/hashcat/hashcat/issues/2067 |
|
philsmd |
hashcat
|
2 |
1,556 |
07-16-2019, 12:05 PM |
|
|
Thread: hashcat not working...
Post: RE: hashcat not working...
... and also pls find more info on the wiki ( https://hashcat.net/wiki ), for instance: https://hashcat.net/wiki/doku.php?id=ubernoobs |
|
philsmd |
General Help
|
2 |
9,832 |
02-27-2014, 09:26 PM |
|
|
Thread: Hashcat not working
Post: RE: Hashcat not working
-a 1 is for concatenating two dicts, use -a 0 instead (with one dict)
Code:
--
hashcat -m 0 -a 0 '/root/md5/hashpassword.txt' '/root/md5/rockyou.txt'
--
the correct answer was already provid... |
|
philsmd |
hashcat
|
4 |
2,032 |
05-24-2019, 09:23 PM |
|
|
Thread: Hashcat not running on my CPU
Post: RE: Hashcat not running on my CPU
--opencl-device-types 1,2 (or short -D 1,2) to enable both CPU and GPU cracking. see --help output |
|
philsmd |
hashcat
|
3 |
3,669 |
06-09-2019, 09:20 AM |
|
|
Thread: Hashcat not recognizing my GPU
Post: RE: Hashcat not recognizing my GPU
see: https://hashcat.net/faq/wrongdriver
also test with
Code:
--
clinfo
--
to test and make sure it's working with other tools and therefore is not a hashcat problem. |
|
philsmd |
hashcat
|
7 |
1,365 |
05-22-2020, 08:02 AM |
|
|
Thread: Hashcat not recognizing my GPU
Post: RE: Hashcat not recognizing my GPU
it's not clear what the problem now is.
Does clinfo only work (i.e. list your devices) with root ? that would be very bad and just proofs that your driver installation/configuration is broken. It w... |
|
philsmd |
hashcat
|
7 |
1,365 |
05-22-2020, 12:31 PM |
|
|
Thread: Hashcat not getting any candidates from maskprocessor
Post: RE: Hashcat not getting any candidates from maskpr...
did you try if the maskprocessor command works at all ? does the left part produce any candidates if used alone:
./mp64.bin -i 1:8 ?a?a?a?a?a?a?a?a
also the start is probably very small with lengt... |
|
philsmd |
hashcat
|
9 |
3,469 |
05-31-2019, 12:12 PM |
|
|
Thread: Hashcat not getting any candidates from maskprocessor
Post: RE: Hashcat not getting any candidates from maskpr...
maybe whenever you find some free time, you could investigate this stdin problem further... did you try with a different terminal ? are you using linux ?
you could also try if "cat" (or windows "ty... |
|
philsmd |
hashcat
|
9 |
3,469 |
05-31-2019, 07:23 PM |
|
|
Thread: Hashcat not getting any candidates from maskprocessor
Post: RE: Hashcat not getting any candidates from maskpr...
oh thanks for the confirmation. so my educated guess was spot on.
I actually saw a similar problem in the past... but it's soo weird why this is happening.
It's most likely a driver problem, but t... |
|
philsmd |
hashcat
|
9 |
3,469 |
06-04-2019, 09:19 PM |
|
|
Thread: Hashcat not getting any candidates from maskprocessor
Post: RE: Hashcat not getting any candidates from maskpr...
entirely unrelated. has nothing to do with pipe and stdin.
also your problems are PEBCAK as far as I can tell
example hashes are here: https://hashcat.net/wiki/example_hashes you always need to ... |
|
philsmd |
hashcat
|
9 |
3,469 |
06-08-2019, 12:52 PM |
|
|
Thread: Hashcat not getting any candidates from maskprocessor
Post: RE: Hashcat not getting any candidates from maskpr...
to me pebcak is not an insult. it's a problem description i.e. what the main cause of the problem could be.
sorry if it sounded like an insult to you, sometimes it's difficult to express oneself (a... |
|
philsmd |
hashcat
|
9 |
3,469 |
06-08-2019, 04:56 PM |
|
|
Thread: hashcat mask attack
Post: RE: hashcat mask attack
12 character brute-force is very large ! the knowledge about the 8 uppercase A-F chars doesn't change that much. The number is still quite huge.
anyway, the answer is to use hashcat mask files toge... |
|
philsmd |
hashcat
|
3 |
2,171 |
05-26-2019, 09:18 AM |
|
|
Thread: Hashcat Mask Attack
Post: RE: Hashcat Mask Attack
the hashcat way of storing mask is hashcat mask files (hcmask):
https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files
my.hcmask:
Code:
--
123456789,?d-,abcdABCD?d,?3-,?1?2?4?3?3?... |
|
philsmd |
General Talk
|
8 |
2,070 |
05-29-2020, 09:24 PM |
|
|
Thread: Hashcat Mask Attack
Post: RE: Hashcat Mask Attack
for these numbers 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25
you could just write several different mask like this:
Code:
--
123456789,?1
1?d
0123... |
|
philsmd |
General Talk
|
8 |
2,070 |
05-30-2020, 07:30 AM |
|
|
Thread: hashcat mask
Post: RE: hashcat mask
first of all it's infeasible to brute-force (and in most cases also mask attack) a hash with a password that is very long and random. It's mathematically imposiible. NOT doable. just do the math (hint... |
|
philsmd |
hashcat
|
2 |
568 |
07-19-2020, 10:28 AM |
|
|
Thread: hashcat line lenght
Post: RE: hashcat line lenght
Hey, since you neglected to follow the rules (https://hashcat.net/forum/announcement-2.html ), I've locked your account for 1 week and closed this thread.
Now you've plenty of time to:
1. read agai... |
|
philsmd |
Old hashcat Support
|
1 |
4,958 |
01-11-2014, 12:41 PM |
|
|
Thread: hashcat keeps stopping itself and I don't know why.
Post: RE: hashcat keeps stopping itself and I don't know...
turbogiant76 Wrote:
--
I have no warning and I have not set fan speed
--
you say that you don't see any warning but at the same time you post a screenshot ( https://imgur.com/a/mNKP5 ) that displays... |
|
philsmd |
hashcat
|
9 |
9,095 |
08-28-2016, 06:03 PM |
|
|
Thread: Hashcat isn't using GPU
Post: RE: Hashcat isn't using GPU
it's quite an old GPU. Does the driver you have even state official OpenCL support for your GPU with latest version ?
maybe you can also test with some tuning software like afterburner and GPU-Z et... |
|
philsmd |
hashcat
|
2 |
853 |
05-26-2020, 09:31 AM |
|
|
Thread: Hashcat is showing wrong password
Post: RE: Hashcat is showing wrong password
maybe the document can be opened without problem and without password but there are other protections in place like copy/print protection etc. |
|
philsmd |
hashcat
|
10 |
8,001 |
02-08-2018, 06:49 PM |
|
|
Thread: hashcat inquiry.
Post: RE: hashcat inquiry.
in theory you could just use the same command without the hash file and using --stdout to see all the password candidates.
e.g. if you had this command:
Code:
--
hashcat -m 14800 -r my.rules ha... |
|
philsmd |
hashcat
|
2 |
1,466 |
06-03-2019, 09:38 AM |