Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Best hashcat configurations for this CPU?
Post: RE: Best hashcat configurations for this CPU?
the Pentium Dual-Core E2140 is an old 65nm Allendale circa 2007, it does not support AVX2. doesn't support HT, either. so just hashcat-cli64.bin -n 2 |
|
epixoip |
Old hashcat Support
|
4 |
10,231 |
02-06-2014, 10:37 PM |
|
|
Thread: Status alerts via email
Post: RE: Status alerts via email
there's no clean or pretty way to do this, you will have to scrape and parse the output. you can use --status and --status-timer to periodically display the status information. |
|
epixoip |
Old oclHashcat Support
|
3 |
6,671 |
02-06-2014, 08:12 AM |
|
|
Thread: debugging
Post: RE: debugging
overclocking, overheating, hardware failure. a long-running kernel can also cause it as well, but you're not likely to have a problem like that with hashcat, and especially not with an algorithm like ... |
|
epixoip |
Old oclHashcat Support
|
14 |
21,902 |
02-05-2014, 11:41 PM |
|
|
Thread: --debug option
Post: RE: --debug option
there would be no point in implementing it in oclHashcat. nor is it really feasible since the rule engine is on the GPU, not CPU. it would be much slower than just using --debug with cpu hashcat. |
|
epixoip |
Beta Tester
|
8 |
10,394 |
02-05-2014, 11:33 PM |
|
|
Thread: debugging
Post: RE: debugging
you wouldn't see it anywhere directly, you'll just experience an inability to communicate with the gpus. for example, oclHashcat has hung and won't quit, amdconfig hangs without displaying any input, ... |
|
epixoip |
Old oclHashcat Support
|
14 |
21,902 |
02-05-2014, 06:06 AM |
|
|
Thread: Session restore and Increasing the Thread Parameter
Post: RE: Session restore and Increasing the Thread Para...
cpu hashcat does not have session support. so yes, you can use a higher -n value with -s. |
|
epixoip |
Old hashcat Support
|
2 |
6,215 |
02-05-2014, 06:04 AM |
|
|
Thread: Please correct my command regarding on bruteforcing/mask attack
Post: RE: Please correct my command regarding on brutefo...
there is no -i in cpu hashcat. in cpu hashcat, -a 3 increments by default. |
|
epixoip |
General Help
|
10 |
25,543 |
02-05-2014, 02:22 AM |
|
|
Thread: debugging
Post: RE: debugging
i just noticed you said hitting 'q' didn't do anything -- are you sure you didn't experience an asic hang? |
|
epixoip |
Old oclHashcat Support
|
14 |
21,902 |
02-05-2014, 02:21 AM |
|
|
Thread: debugging
Post: RE: debugging
ragequit, this was a known issue with earlier versions of oclHashcat but it should have been resolved. what version of hashcat are you using? |
|
epixoip |
Old oclHashcat Support
|
14 |
21,902 |
02-04-2014, 11:48 PM |
|
|
Thread: Problems with Tyan Server
Post: RE: Problems with Tyan Server
i don't want to break the 'no advertising' rule, so PM or email me. |
|
epixoip |
Hardware
|
11 |
24,986 |
01-31-2014, 12:30 AM |
|
|
Thread: lack of transpancey
Post: RE: lack of transpancey
you wonder why there is no "transpancey", yet you have not made any effort to get involved with hashcat. this is your first post on the forums, we've never seen you on IRC, you've never filed any repo... |
|
epixoip |
General Talk
|
7 |
18,932 |
01-30-2014, 06:19 AM |
|
|
Thread: Problems with Tyan Server
Post: RE: Problems with Tyan Server
doesn't matter if a monitor is hooked up or not, that's where your primary screen is. just something you have to live with. |
|
epixoip |
Hardware
|
11 |
24,986 |
01-30-2014, 05:10 AM |
|
|
Thread: Need help for ERROR: clGetPlatformlds<> -1001
Post: RE: Need help for ERROR: clGetPlatformlds<> -1001
AMD does not support OpenCL on Windows XP. You cannot just use a random OpenCL.dll you downloaded off the internet. |
|
epixoip |
General Help
|
8 |
15,884 |
01-29-2014, 08:38 PM |
|
|
Thread: Salted md5crypt speed question
Post: RE: Salted md5crypt speed question
coolbry95 is correct. you have two salts, therefore each plaintext candidate needs to be hashed with each salt, cutting your effective speed in half. if you had 100 salts, your effective speed would b... |
|
epixoip |
Old oclHashcat Support
|
3 |
7,403 |
01-28-2014, 09:44 PM |
|
|
Thread: Remote cracking with windows possible?
Post: RE: Remote cracking with windows possible?
mastercracker had posted a solution previously as well using psexec |
|
epixoip |
General Help
|
4 |
10,142 |
01-27-2014, 10:37 PM |
|
|
Thread: Best long brute-force masks
Post: RE: Best long brute-force masks
thank you for sharing your attack plan!
as a reminder, with the new hcmask feature, you can just put all of these masks into one hcmask file to run through them in one invocation. that way you don'... |
|
epixoip |
Old oclHashcat Support
|
4 |
18,281 |
01-25-2014, 07:17 AM |
|
|
Thread: r9 290x + B7059F77AV6R
Post: RE: r9 290x + B7059F77AV6R
Dark-Sider Wrote: (01-24-2014, 12:12 PM)
--
Is there a known to work config for the B7059 with R9 290X?
--
it will work, but it will not work out of the box. it requires a bit of skill, finesse, an... |
|
epixoip |
Hardware
|
3 |
8,691 |
01-25-2014, 07:13 AM |
|
|
Thread: ATI HD4850 ERROR: clBuildProgram() -11
Post: RE: ATI HD4850 ERROR: clBuildProgram() -11
opencl is not supported on ati hd 4000 series. you need at least an hd 5000 series or newer GPU to use hashcat. |
|
epixoip |
Old oclHashcat Support
|
1 |
4,706 |
01-21-2014, 11:26 PM |
|
|
Thread: Creating a secure hash?
Post: RE: Creating a secure hash?
Your algorithm is nothing more than security through obscurity.
Immediate issues identified:
You're using a "global salt", so it isn't really a salt at all -- it's just a shared secret, which is n... |
|
epixoip |
General Talk
|
6 |
12,465 |
01-21-2014, 08:09 AM |
|
|
Thread: Need Help ATI drivers ubuntu 13.10 - Quad 7990 setup
Post: RE: Need Help ATI drivers ubuntu 13.10 - Quad 7990...
no worries dude.
the symptoms you have described means there is a gpu that is unresponsive, and the driver is stuck in iowait trying to communicate with that gpu. there are a couple reasons for thi... |
|
epixoip |
General Help
|
16 |
34,916 |
01-20-2014, 09:33 AM |