Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
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: 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: 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: 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: 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: 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: 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: +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...
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: 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: 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: 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: 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
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
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: 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: Using for Axcrypt
Post: RE: Using for Axcrypt
Oh, thats actually interesting about the Axcrypt version difference.
I would suggest that you contact Fist0urs directly either here on forum (name "Fist0urs") or on twitter (https://twitter.com/Fis... |
|
philsmd |
hashcat
|
10 |
11,238 |
05-31-2017, 09:51 AM |
|
|
Thread: Using for Axcrypt
Post: RE: Using for Axcrypt
Did you use the AxSuite by FistOurs (or axcrypt2john.py) to extract the "hashes" as explained here https://hashcat.net/wiki/example_hashes ? |
|
philsmd |
hashcat
|
10 |
11,238 |
05-30-2017, 09:01 PM |
|
|
Thread: vmware Kernel library error
Post: RE: vmware Kernel library error
Why do you use pocl?
Why do you use hashcat within a virtual machine (vmware)?
My suggested solution is to not use VMs and to install the correct OpenCL driver for your hardware. |
|
philsmd |
hashcat
|
1 |
2,685 |
05-30-2017, 08:51 PM |
|
|
Thread: need help with markov chain, or possibly another solution for decrypt of AES-256
Post: RE: need help with markov chain, or possibly anoth...
Code:
--
echo teststring | openssl enc -e -aes-256-ecb -K 0000123400001234000012340000123400001234000012340000123400001234 | xxd -g 1
--
and
Code:
--
echo teststring | openssl enc -e -aes-256-ec... |
|
philsmd |
hashcat
|
13 |
11,856 |
05-30-2017, 06:51 AM |