Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
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: How to use gpu on bruteforcing SHA256(MD5('password'))
Post: RE: How to use gpu on bruteforcing SHA256(MD5('pas...
see the output of --help
sha256(md5(pass)) is not currently supported
-a 3 needs a mask and you specify a mask directly after the hash file
e.g.
Code:
--
./hashcat64.bin -a 3 -m 4700 -D 1... |
|
philsmd |
hashcat
|
9 |
3,421 |
07-13-2019, 08:18 AM |
|
|
Thread: How to use gpu on bruteforcing SHA256(MD5('password'))
Post: RE: How to use gpu on bruteforcing SHA256(MD5('pas...
Code:
--
perl tools/test.pl passthrough 0 < example.dict | hashcat -m 1400 -w 3 hash.txt
--
|
|
philsmd |
hashcat
|
9 |
3,421 |
07-13-2019, 12:22 PM |
|
|
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: Pronouncable passwords cracking
Post: RE: Pronouncable passwords cracking
Unfortunately, you can't recover a random password that is that long within a reasonable amount of time.
Just do the math:
?u?l = 26+26 = 52 characters
?d = 10 characters
=> 52 * 52 * 52 * 52 * 52... |
|
philsmd |
hashcat
|
3 |
3,417 |
08-10-2017, 03:56 PM |
|
|
Thread: wallet.dat mode 11300: can make a hash from pywallet.py dump?
Post: RE: wallet.dat mode 11300: can make a hash from py...
it's the length of the next field. e.g the length of d011a1b6a8d675b7a36d0cd2efaca32a9f8dc1d57d6d01a58399ea04e703e8bbb44899039326f7a00f171a7bbc854a54 is 96 hexadecimal characters.
Please use bitcoi... |
|
philsmd |
hashcat
|
3 |
3,379 |
11-15-2018, 08:59 AM |
|
|
Thread: GTX 1060 3Gb
Post: RE: GTX 1060 3Gb
what happens if you try this:
Code:
--
[s]tatus [p]ause [b]ypass [c]heckpoint [q]uit => s
--
can you show the output of hitting your s key on the keyboard |
|
philsmd |
Hardware
|
8 |
3,378 |
09-21-2019, 12:16 PM |
|
|
Thread: Using PACK - Interesting Results
Post: RE: Using PACK - Interesting Results
This problem was already reported several months ago (see https://github.com/iphelix/pack/issues/1), but it wasn't merged yet.
I think there are some forked versions that integrate the fix, like th... |
|
philsmd |
General Talk
|
3 |
3,370 |
12-01-2017, 09:09 AM |
|
|
Thread: does not see the second processor 48 cores/ see only 24 cores
Post: RE: does not see the second processor 48 cores/ se...
hmm, interesting. is there something like clinfo or even another common OpenCL-based benchmarking tool for windows that we can compare with ?
note: here (bottom of that page) I see 64 bit binaries fo... |
|
philsmd |
hashcat
|
10 |
3,347 |
10-08-2019, 10:47 AM |
|
|
Thread: does not see the second processor 48 cores/ see only 24 cores
Post: RE: does not see the second processor 48 cores/ se...
please be more specific: which OpenCL program are you talking about ? (you can't really compare it with a program that doesn't use OpenCL)
also, did you try clinfo ? |
|
philsmd |
hashcat
|
10 |
3,347 |
10-17-2019, 07:35 PM |
|
|
Thread: possible bug in ?a on 1.31
Post: RE: possible bug in ?a on 1.31
Maybe you can give the whole command line and tell us some example passwords which should be found.
Also, when you specify --increment (or short -i) you should also always specify the --increment-min... |
|
philsmd |
Old oclHashcat Support
|
1 |
3,344 |
12-17-2014, 01:24 PM |
|
|
Thread: Proper meaning of status codes?
Post: RE: Proper meaning of status codes?
-2 whenever the temperature limit was reached
-1 in case of errors (arguments or other inputs - also input files etc)
2 in case the 'q' key was hit
3 in case the 'c' key was hit (checkpoint quit f... |
|
philsmd |
hashcat
|
2 |
3,339 |
04-12-2017, 08:31 AM |
|
|
Thread: speed reduce in using rules to generate keys
Post: RE: speed reduce in using rules to generate keys
but what does this tell us? I think kind of no news here.
It just means that I/O should be avoided and could always be a bottleneck (even if you use /dev/null and the /dev/null is highly optimized by... |
|
philsmd |
hashcat
|
3 |
3,323 |
03-19-2018, 09:22 AM |
|
|
Thread: WPA password that contains mixalphanumeric
Post: RE: WPA password that contains mixalphanumeric
use policygen.py from PACK (https://thesprawl.org/projects/pack/)
The only thing you need to know here is that .hcmask files are needed and pack will generate them for you
hashcat64.exe -m 2500 ... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
1 |
3,317 |
06-17-2017, 09:06 PM |
|
|
Thread: Using Wordlist question
Post: RE: Using Wordlist question
yeah, just specify the folder and it will run through each and every dict, also see https://hashcat.net/wiki/frequently_asked_questions#how_to_use_multiple_dictionaries
even the usage info should t... |
|
philsmd |
Old oclHashcat Support
|
1 |
3,314 |
11-05-2015, 10:40 AM |
|
|
Thread: hashcat pipe to solve words get rejected
Post: RE: hashcat pipe to solve words get rejected
If you do not want hashcat to crack the hashes but output the password candidates to stdout, you of course shouldn't forget the flag within the first command of the pipe:
--stdout |
|
philsmd |
hashcat
|
1 |
3,311 |
08-21-2016, 04:30 PM |
|
|
Thread: Couldn't make SIP Digest work on hashcat
Post: RE: Couldn't make SIP Digest work on hashcat
well, who says that the example and passwords are correct on that page? It could be just a tutorial without a working hash/password.
Indeed, I tried with sipcrack and it doesn't crack with that pas... |
|
philsmd |
hashcat
|
4 |
3,311 |
07-23-2018, 05:36 PM |
|
|
Thread: Strange behavior when using two GPUs
Post: RE: Strange behavior when using two GPUs
jevgienij Wrote: (03-03-2019, 03:12 PM)
--
What am I missing [...]?
--
Founder Edition / Reference Design GPUs |
|
philsmd |
hashcat
|
7 |
3,287 |
03-03-2019, 03:19 PM |
|
|
Thread: Password wallet recovery wasabi
Post: RE: Password wallet recovery wasabi
Please do not misquote me, I got a PM from you and I replied by saying that hashcat doesn't currently support Wasabi Wallet recovery. I'm not sure about the algorithm details, I/somebody would need to... |
|
philsmd |
hashcat
|
16 |
3,272 |
03-29-2020, 12:50 PM |
|
|
Thread: Password wallet recovery wasabi
Post: RE: Password wallet recovery wasabi
Every serious attempt to crack a hash should be accompanied with testing a real-world example.
That means in very easy terms: please first verify if you are able to crack an example for which you h... |
|
philsmd |
hashcat
|
16 |
3,272 |
03-29-2020, 01:19 PM |