Search Results
|
Post |
Author
[desc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: Slow/no status response in Windows 10
Post: RE: Slow/no status response in Windows 10
Well, that's a comparison of 2 completely different (operating) systems. I'm not sure if that is a good comparison. Furthermore, the 2 system also have different hardware (so everything changes). A be... |
|
philsmd |
hashcat
|
13 |
11,068 |
06-02-2017, 08:09 AM |
|
|
Thread: Slow/no status response in Windows 10
Post: RE: Slow/no status response in Windows 10
Wait, how did you test this that quickly? (you had to reboot your system and wait until the whole dictionary exhausted, shouldn't that take at least several minutes/hours?)
How much time does it take... |
|
philsmd |
hashcat
|
13 |
11,068 |
06-02-2017, 08:50 AM |
|
|
Thread: Slow/no status response in Windows 10
Post: RE: Slow/no status response in Windows 10
Oh that might explain it (you shouldn't install CUDA at all for using hashcat, it might ship with conflicting .dll/drivers).
You should try to follow this: https://hashcat.net/faq#i_may_have_the_wron... |
|
philsmd |
hashcat
|
13 |
11,068 |
06-02-2017, 09:25 AM |
|
|
Thread: Slow/no status response in Windows 10
Post: RE: Slow/no status response in Windows 10
Well, normally one should prefer small targeted word lists with a lot of rules (not just massive word lists with no rules).
The GPUs need to have some work to do (i.e. with the help of some amplifica... |
|
philsmd |
hashcat
|
13 |
11,068 |
06-02-2017, 09:41 AM |
|
|
Thread: Basic hashcat mask syntax
Post: RE: Basic hashcat mask syntax
Let me explain this:
if you use the mask ?1?1?1?1?1?1?1?1 together with --increment, what hashcat really does is run this set of masks one after the other:
Code:
--
?1
?1?1
?1?1?1
?1?1?1?1
?1?1?1?1?... |
|
philsmd |
hashcat
|
4 |
6,438 |
06-02-2017, 03:21 PM |
|
|
Thread: processor couldn't load
Post: RE: processor couldn't load
please see the output of hashcat64 --help
For instance for CPU and GPU you could use --opencl-device-types 1,2 (or short -D 1,2)
BTW: your command also contains an error "-1 -1" makes no sense, one... |
|
philsmd |
General Talk
|
2 |
3,137 |
06-02-2017, 10:18 PM |
|
|
Thread: No devices found/left error - The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) 2017?
Post: RE: No devices found/left error - The-Distribution...
My suggestion would be to:
- do not use The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali), use another Linux distribution (Ubuntu for instance is officially supported by most of the driver ve... |
|
philsmd |
hashcat
|
3 |
6,841 |
06-04-2017, 08:30 AM |
|
|
Thread: +55 minutes in Generating Dictionary for 194GB
Post: RE: +55 minutes in Generating Dictionary for 194GB
@dindolo1979
This post is just to let you know that both ethereum algorithms are now available in the newest beta version of hashcat (beta 3.5.0+168 or newer, https://hashcat.net/beta/).
See htt... |
|
philsmd |
hashcat
|
26 |
24,603 |
06-05-2017, 03:34 PM |
|
|
Thread: No devices found/left error - The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) 2017?
Post: RE: No devices found/left error - The-Distribution...
I think you missed the most important line within my previous reply i.e. "use ubuntu, not The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)!"
If you still insist in using The-Distribution-Whi... |
|
philsmd |
hashcat
|
3 |
6,841 |
06-07-2017, 08:21 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: My next learning curve... from brute force to hybrid with rules.
Post: RE: My next learning curve... from brute force to ...
-a 3 is only used for mask attack
if you want to use hybrid (-a 6 or -a 7) you need to adjust your command line... most importantly the -a x option.
for -a 6 and -a 7 you need to provide both th... |
|
philsmd |
hashcat
|
2 |
3,527 |
06-24-2017, 11:29 AM |
|
|
Thread: Dictionary with known combinations
Post: RE: Dictionary with known combinations
if you really need to combine every word with every word, you should probably use combinator3 from hashcat.utils
Code:
--
combinator3 dict dict dict
--
if the numbers are always at the end and "o... |
|
philsmd |
hashcat
|
1 |
2,259 |
06-25-2017, 08:35 AM |
|
|
Thread: creating a mask
Post: RE: creating a mask
maskprocessor can be used for this situation (the -q parameter can be used) and the output can be piped into hashcat:
Code:
--
mp64 -q 2 -1 abc ?1?1?1 | hashcat -a 0 -m 0 -w 4 hash.txt
--
|
|
philsmd |
General Talk
|
4 |
4,602 |
06-28-2017, 03:37 PM |
|
|
Thread: SHA512 without salt
Post: RE: SHA512 without salt
Wow, this is a very nice analysis @epixoip! Well done!
That's some very precious knowledge about how PHP deals with a zero-length salt for sha512crypt (or better said, no salt at all) ... and might... |
|
philsmd |
hashcat
|
4 |
5,167 |
06-30-2017, 09:11 AM |
|
|
Thread: crack excel password with hashcat, possible?
Post: RE: crack excel password with hashcat, possible?
Code:
--
python office2hashcat.py the_path_to_your_excel_file_here.xls
--
|
|
philsmd |
General Talk
|
6 |
23,551 |
06-30-2017, 09:17 AM |
|
|
Thread: Mask processor
Post: RE: Mask processor
If you read the --help output of maskprocessor it should be very clear:
-q is used to limit the number of identical characters that are next to each other (-q x means that each character should be rep... |
|
philsmd |
hashcat
|
1 |
2,214 |
07-04-2017, 03:37 PM |
|
|
Thread: Mask processor error
Post: RE: Mask processor error
-a 3 is for mask attack, -a 3 is not for stdin/wordlists
-a 0 is used for straight/wordlist/stdin attacks
BTW: you really should read te wiki instead of asking all these very noob/basic question... |
|
philsmd |
hashcat
|
2 |
2,559 |
07-04-2017, 10:42 PM |
|
|
Thread: Support for MD5(MD5(SHA1(SHA1(MD5($pass)))))
Post: RE: Support for MD5(MD5(SHA1(SHA1(MD5($pass)))))
Closing this thread because it is a double post, see https://hashcat.net/forum/thread-6698.html
(btw: this is not the way it works. If you do not know which is the correct forum section to post a n... |
|
philsmd |
hashcat
|
1 |
2,737 |
07-08-2017, 12:57 PM |
|
|
Thread: Linux Shadow hashes
Post: RE: Linux Shadow hashes
Please do not forget that hashcat supports loading of different/special file types like pwdump, linux shadow, passwd, DCC, NetNTLM, nsldaps etc.
Therefore you actually only need to specify that you... |
|
philsmd |
hashcat
|
7 |
12,730 |
07-12-2017, 12:39 PM |
|
|
Thread: Problema en iniciar Hashcat Handshake
Post: RE: Problema en iniciar Hashcat Handshake
@wirelees Last warning (before you get banned, next time): Forum rules exists for good reasons and (actually the first rule of this small set of rules) https://hashcat.net/forum/announcement-2.html em... |
|
philsmd |
General Talk
|
4 |
4,781 |
07-12-2017, 12:53 PM |