Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Colliding password protected MS office 97-2003 documents
Post: RE: Colliding password protected MS office 97-2003...
https://github.com/stricture/hashstack-server-plugin-oclhashcat/blob/master/scrapers/office2hashcat.py |
|
epixoip |
User Contributions
|
36 |
134,713 |
12-05-2014, 09:36 PM |
|
|
Thread: Colliding password protected MS office 97-2003 documents
Post: RE: Colliding password protected MS office 97-2003...
yes. it's a slightly modified version of office2john.py |
|
epixoip |
User Contributions
|
36 |
134,713 |
12-08-2014, 02:28 PM |
|
|
Thread: CL_PLATFORM_NOT_FOUND_KHR
Post: RE: CL_PLATFORM_NOT_FOUND_KHR
My jealousy level has reached 72%. Not over the P100s, but POWER8. Anyone who knows me knows I'm a huge fucking PPC fan.
Anyway, obviously the Nvidia driver is installed, but it looks like you don'... |
|
epixoip |
hashcat
|
1 |
4,505 |
05-31-2017, 07:15 AM |
|
|
Thread: cluster-controller needed for several appliances
Post: RE: cluster-controller needed for several applianc...
I'm not sure if this is really the appropriate venue for this question, but as it is the "Misc > Hardware" forum, I suppose it's okay. I'm just always hesitant to answer questions like this as I do no... |
|
epixoip |
Hardware
|
1 |
1,594 |
04-27-2019, 05:29 AM |
|
|
Thread: Cli + Rule odd behave
Post: RE: Cli + Rule odd behave
I think the problem here is you do not realize what --stdout means. --stdout means print every single candidate that is generated to --stdout, e.g. for piping into another cracking application. You wo... |
|
epixoip |
General Help
|
5 |
6,915 |
04-01-2016, 11:29 AM |
|
|
Thread: Cli + Rule odd behave
Post: RE: Cli + Rule odd behave
Oh shit, right, I'm sorry. I was drunk when I wrote that. So yes, you're right, when using --stdout no cracking is possible at all, because it will indeed treat all arguments as a wordlist. Sorry. But... |
|
epixoip |
General Help
|
5 |
6,915 |
04-01-2016, 08:31 PM |
|
|
Thread: Cli + Rule odd behave
Post: RE: Cli + Rule odd behave
Yes --stdout is mostly for generating candidates to pipe to other crackers or preprocessors, but also a little for "is this rule doing what I think it's doing." |
|
epixoip |
General Help
|
5 |
6,915 |
04-02-2016, 03:37 AM |
|
|
Thread: clGetDeviceIDs() -1 while running oclHashcat
Post: RE: clGetDeviceIDs() -1 while running oclHashcat
please post the output of clinfo |
|
epixoip |
General Help
|
12 |
29,577 |
10-09-2013, 04:17 AM |
|
|
Thread: clGetDeviceIDs() -1 while running oclHashcat
Post: RE: clGetDeviceIDs() -1 while running oclHashcat
either driver is not configured properly, or you do not have xauthority. walk back through the guide. |
|
epixoip |
General Help
|
12 |
29,577 |
10-10-2013, 01:18 AM |
|
|
Thread: clGetDeviceIDs() -1 while running oclHashcat
Post: RE: clGetDeviceIDs() -1 while running oclHashcat
You shouldn't have the SDK installed, no. Nor should you have amd-libopenc1 or amd-opencl-icd installed. All you should have installed is the driver. See the wiki for how to properly install the drive... |
|
epixoip |
General Help
|
12 |
29,577 |
08-23-2015, 08:18 PM |
|
|
Thread: clGetDeviceIDs() -1 while running oclHashcat
Post: RE: clGetDeviceIDs() -1 while running oclHashcat
-6 is CL_OUT_OF_HOST_MEMORY. Is this a mining rig with very little memory? |
|
epixoip |
General Help
|
12 |
29,577 |
09-06-2015, 11:05 PM |
|
|
Thread: clEnqueueWriteBuffer() -4 error when using more than 2 rule files
Post: RE: clEnqueueWriteBuffer() -4 error when using mor...
What OS? What device(s)? For all algorithms or just one particular one? |
|
epixoip |
Old oclHashcat Support
|
8 |
10,387 |
03-06-2016, 03:21 AM |
|
|
Thread: clEnqueueWriteBuffer() -4 error when using more than 2 rule files
Post: RE: clEnqueueWriteBuffer() -4 error when using mor...
Have you tried a newer driver and/or have you tested with latest oclHashcat beta? |
|
epixoip |
Old oclHashcat Support
|
8 |
10,387 |
03-06-2016, 09:38 PM |
|
|
Thread: clEnqueueWriteBuffer() -4 error when using more than 2 rule files
Post: RE: clEnqueueWriteBuffer() -4 error when using mor...
So test with latest oclHashcat beta first, and if that doesn't help then try upgrading the driver. |
|
epixoip |
Old oclHashcat Support
|
8 |
10,387 |
03-07-2016, 01:46 PM |
|
|
Thread: Choosing right card, making estimations
Post: RE: Choosing right card, making estimations
if your GPU budget is $300, get a 7950. no question. |
|
epixoip |
Hardware
|
3 |
9,315 |
06-26-2013, 09:50 AM |
|
|
Thread: CheckPoint Security Gateway (firewall) and Security Management password hashes
Post: RE: CheckPoint Security Gateway (firewall) and Sec...
Great information, thank you for sharing! |
|
epixoip |
User Contributions
|
4 |
21,733 |
06-14-2015, 07:49 AM |
|
|
Thread: Character separator for salted hashes
Post: RE: Character separator for salted hashes
The dot represents concatenation. If there was a literal dot we'd write e.g. sha1($salt.'.'.$pass)
You can simulate sha1($salt.$pass) by running sha1($pass) with -a 7, sure. But this is not a good ... |
|
epixoip |
General Talk
|
1 |
2,881 |
05-06-2017, 06:25 AM |
|
|
Thread: Changing fan speed of ATI under linux
Post: RE: Changing fan speed of ATI under linux
Sounds like you only have xorg configured to use one GPU. Try running the following command:
Code:
--
amdconfig --adapter=all --initial -f
--
You might also want to look over https://hashcat.... |
|
epixoip |
General Help
|
7 |
9,647 |
02-04-2015, 03:42 AM |
|
|
Thread: Changing fan speed of ATI under linux
Post: RE: Changing fan speed of ATI under linux
:0.1, not 0.1
But if you have 290X you should consider od6config instead of amdconfig. |
|
epixoip |
General Help
|
7 |
9,647 |
02-03-2015, 09:33 PM |
|
|
Thread: Changing fan speed of ATI under linux
Post: RE: Changing fan speed of ATI under linux
|
epixoip |
General Help
|
7 |
9,647 |
02-04-2015, 02:09 AM |