Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
Thread: 1Password with 15/16 characters - *most likely* known - how to start?
Post: RE: 1Password with 15/16 characters - *most likely...
welcome.
The hashcat documentation is here: https://hashcat.net/wiki/ and/or https://hashcat.net/faq/
1. you can use 1password2john.py (https://raw.githubusercontent.com/magnumripper/JohnTheRipper/bl... |
|
philsmd |
hashcat
|
3 |
3,958 |
03-30-2017, 07:47 PM |
|
|
Thread: Help using --increment in the middle of a text file
Post: RE: Help using --increment in the middle of a text...
Of course you need to use maskprocessor correctly (depending on the shell you use).
E.g. if you use windows, you might need to quote differently, e.g. like this:
Code:
--
mp64 "i5?d i6?d i7?d i... |
|
philsmd |
General Talk
|
3 |
4,606 |
05-15-2017, 08:01 PM |
|
|
Thread: Help using --increment in the middle of a text file
Post: RE: Help using --increment in the middle of a text...
If you always want to insert numbers exactly at position 6, you could generate some rules on the fly like this (attention: with longer numbers and additional insert positions - in addition to position... |
|
philsmd |
General Talk
|
3 |
4,606 |
05-15-2017, 02:27 PM |
|
|
Thread: FIFO help
Post: RE: FIFO help
If you are using just a few rules (or possibly even just 1), you can use -j/-k together with -a1 for each and every rule:
Code:
--
hashcat -m 1000 -a 1 -w 4 -j "$1 $2 $3" hash.txt dict1.txt dict2.tx... |
|
philsmd |
hashcat
|
3 |
4,472 |
05-25-2017, 11:01 AM |
|
|
Thread: FIFO help
Post: RE: FIFO help
As said, the first approach (with -j/-k) should be used if you plan to use only very few rules: i.e. you can start hashcat a couple of times (one after the other in a sequence, or loop if you prefer) ... |
|
philsmd |
hashcat
|
3 |
4,472 |
05-26-2017, 07:44 AM |
|
|
Thread: Any idea if this would be much faster on a GPU?(MD5 x3 + AES decrypt)
Post: RE: Any idea if this would be much faster on a GPU...
yeah, OpenCL support might make sense.
But there are some questions still open:
- what about the lenght of the data, is 1 block enough ?
- you need way better means to determine if the decryption... |
|
philsmd |
hashcat
|
3 |
4,337 |
05-28-2017, 04:49 PM |
|
|
Thread: custom hcmask aborting aborting 7 seconds
Post: RE: custom hcmask aborting aborting 7 seconds
Please make sure that you provide the correct path to the file "test.hcmask" otherwise it will be interpreted as a literal mask specified on the command line (not a mask file: .hcmask).
If you spec... |
|
philsmd |
hashcat
|
3 |
3,694 |
05-31-2017, 08:27 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: 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: Can anyone explain how hashcat is able to crack Scrypt via CPU without using tons of
Post: RE: Can anyone explain how hashcat is able to crac...
the short answer is "parallelization".
You need to keep in mind that it only makes sense to use GPUs because they can parallalize things enormously good, i.e. the power of the GPUs comes only from ru... |
|
philsmd |
hashcat
|
3 |
4,791 |
07-12-2017, 05:15 PM |
|
|
Thread: unusually short crc from 7z2hashcat
Post: RE: unusually short crc from 7z2hashcat
You are not allowed to post hashes within this forum (except if moderators or the administrator ask you to help them troubleshoot some problem with a specific hash).
Which version of hashcat and 7z2h... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
3 |
4,737 |
07-18-2017, 08:49 AM |
|
|
Thread: unusually short crc from 7z2hashcat
Post: RE: unusually short crc from 7z2hashcat
Use the latest release which is now also up-to-date with the source code:
7z2hashcat64-1.1.exe (for 32 bit windows use 7z2hashcat32-1.1.exe instead) |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
3 |
4,737 |
07-18-2017, 04:09 PM |
|
|
Thread: -m 11600 7z
Post: RE: -m 11600 7z
Difficult to say without having the .7z and the extracted hash (but you are right, it is not allowed to post hashes here according to the forum's rules).
I would say that it makes sense in this cas... |
|
philsmd |
hashcat
|
3 |
4,073 |
08-01-2017, 11:31 AM |
|
|
Thread: -m 11600 7z
Post: RE: -m 11600 7z
Yeah, you are right it sometimes depends on how "experimental" the beta currently is. Sometimes (actually very often) betas contain fixes for known problems/bugs and therefore at that very moment we r... |
|
philsmd |
hashcat
|
3 |
4,073 |
08-02-2017, 10:56 AM |
|
|
Thread: DES-ECB Numeric Key Search
Post: RE: DES-ECB Numeric Key Search
just use -1 charsets/DES_special/DES_numeral.charset |
|
philsmd |
hashcat
|
3 |
3,522 |
08-03-2017, 07:48 AM |
|
|
Thread: DES-ECB Numeric Key Search
Post: RE: DES-ECB Numeric Key Search
you still need to use --hex-charset also for charsets/DES_special/DES_numeral.charset since the charset is in hexadecimal format |
|
philsmd |
hashcat
|
3 |
3,522 |
08-03-2017, 09:32 AM |
|
|
Thread: Hashcat cant find my GPU
Post: RE: Hashcat cant find my GPU
Well, that should be very obvious. There are only 2 possibilities:
1. either you mess around with setting up a system that uses ancient drivers/hashcat/windows (this is not supported by the drivers m... |
|
philsmd |
hashcat
|
3 |
5,297 |
08-09-2017, 08:28 AM |
|
|
Thread: how to remove hash from output file
Post: RE: how to remove hash from output file
I can't reproduce this problem and I now tried a lot of different commands etc.
Which version of hashcat do you use?
make sure that you use the latest release version (3.6 currently). |
|
philsmd |
hashcat
|
3 |
3,469 |
08-14-2017, 12:00 PM |
|
|
Thread: foreign words and --remove
Post: RE: foreign words and --remove
for question number 1 it depends on the type of hashes and also on your hardware (SSD, RAM, CPU) etc. In my experience, you shouldn't bother too much about removing hashes if you do not crack (and the... |
|
philsmd |
hashcat
|
3 |
3,868 |
08-09-2017, 08:57 AM |
|
|
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 |