Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[desc]
|
|
|
Thread: What am I missing?
Post: RE: What am I missing?
grepping through dmesg actually only proves that it was loaded at one time since last reboot, it doesn't show that it's still loaded. for future reference, ''grep fglrx /proc/modules'' or ''lsmod | gr... |
|
epixoip |
Very old oclHashcat-plus Support
|
10 |
16,758 |
11-11-2012, 12:06 PM |
|
|
Thread: WPA2 Attack from dictionary has bug?! (Solved)
Post: RE: WPA2 Attack from dictionary has bug?!
this is an issue with your terminal encoding, not an issue with hashcat.
just because enca says the dictionary contains ascii characters doesn't mean you don't have some other characters in your dict... |
|
epixoip |
Very old oclHashcat-plus Support
|
8 |
15,507 |
11-12-2012, 09:37 AM |
|
|
Thread: WPA2 Attack from dictionary has bug?! (Solved)
Post: RE: WPA2 Attack from dictionary has bug?!
hexdump -C your output file. |
|
epixoip |
Very old oclHashcat-plus Support
|
8 |
15,507 |
11-12-2012, 11:11 AM |
|
|
Thread: WPA2 Attack from dictionary has bug?! (Solved)
Post: RE: WPA2 Attack from dictionary has bug?!
i also notice you're running in stdin mode, not a straight dictionary attack -- what are you doing to your dictionary before piping it into hashcat? |
|
epixoip |
Very old oclHashcat-plus Support
|
8 |
15,507 |
11-12-2012, 11:12 AM |
|
|
Thread: WPA2 Attack from dictionary has bug?! (Solved)
Post: RE: WPA2 Attack from dictionary has bug?! (Solved)
sounds like your problems are the result of aggressive overclocking. |
|
epixoip |
Very old oclHashcat-plus Support
|
8 |
15,507 |
11-13-2012, 09:05 AM |
|
|
Thread: 4-Way Handshake confusion
Post: RE: 4-Way Handshake confusion
not quite. there are actual benchmarks at https://hashcat.net/forum/thread-1722.html |
|
epixoip |
General Talk
|
11 |
51,112 |
11-14-2012, 01:49 PM |
|
|
Thread: Support for new ASP.NET password storage practices
Post: RE: Support for new ASP.NET password storage pract...
Sc00bz Wrote: (11-15-2012, 06:20 AM)
--
Who thought that "PBKDF2_SHA1(pw, salt, 1000, 256)" is a good idea?
--
The same people who thought LM Hash and NT Hash were a good idea. :) |
|
epixoip |
Feature Requests
|
6 |
30,200 |
11-15-2012, 08:12 AM |
|
|
Thread: Sorting utf-8 wordlists
Post: RE: Sorting utf-8 wordlists
please do not revive dead threads. |
|
epixoip |
General Talk
|
7 |
15,343 |
11-15-2012, 03:37 PM |
|
|
Thread: New to Program
Post: RE: New to Program
It appears to be working just fine. Straight dictionary attacks will of course complete within seconds. |
|
epixoip |
Very old oclHashcat-plus Support
|
6 |
11,642 |
11-17-2012, 03:05 AM |
|
|
Thread: why Tesla 2090 and AMD FireStream not mentioned
Post: RE: why Tesla 2090 and AMD FireStream not mentione...
They work, but nobody in their right mind would buy one for the purpose of password cracking.
Tesla and FirePro GPUs are focused on double-precision floating point arithmetic, have much lower clockra... |
|
epixoip |
Hardware
|
2 |
7,353 |
11-17-2012, 11:02 AM |
|
|
Thread: Need Help : Bruteforce NTLM + Challenge
Post: RE: Need Help : Bruteforce NTLM + Challenge
it would be more appropriate if we stopped reviving dead threads. |
|
epixoip |
Very old oclHashcat-lite Support
|
16 |
48,841 |
11-18-2012, 04:27 AM |
|
|
Thread: Alternertiv Programm to Hashcat with Hyprid-Brute force and cpu as an option
Post: RE: Alternertiv Programm to Hashcat with Hyprid-Br...
There is a CPU version of Hashcat. |
|
epixoip |
General Help
|
1 |
4,869 |
11-18-2012, 04:32 AM |
|
|
Thread: WebEdition CMS
Post: RE: WebEdition CMS
In the interim you can manually md5 all of your usernames and then just crack them with -m 10.
Code:
--
epixoip@token:~/oclHashcat-plus-0.09$ printf epixoip | md5sum
7425755ff6e2d03b5549bda4924... |
|
epixoip |
Feature Requests
|
2 |
7,851 |
11-19-2012, 07:29 AM |
|
|
Thread: Best attack mode ?
Post: RE: Best attack mode ?
a basic attack plan is covered in this post: https://hashcat.net/forum/thread-1609-post-9158.html#pid9158 |
|
epixoip |
General Help
|
2 |
17,529 |
11-19-2012, 07:41 AM |
|
|
Thread: oclhashcat-plus32 freezing my desktop (and computer?)
Post: RE: oclhashcat-plus32 freezing my desktop (and com...
some desktop lag is to be expected, since your cracking passwords with the same piece of hardware that also drives your display and graphical desktop. this can be made worse if you're using compositin... |
|
epixoip |
Very old oclHashcat-plus Support
|
4 |
10,043 |
11-19-2012, 07:45 AM |
|
|
Thread: oclHashcat-plus v0.10 RC1
Post: RE: oclHashcat-plus v0.10 RC1
ADL_Overdrive5_Temperature_Get(): -5 is a normal error on the 5970. The 5970 has two BIOS installed, a master BIOS and a slave BIOS, to drive the master and slave GPUs respectively. But unlike the 699... |
|
epixoip |
Beta Tester
|
27 |
24,850 |
11-19-2012, 07:55 AM |
|
|
Thread: ERROR: clGetDeviceIDs() -1 on Ubuntu server 12.04
Post: RE: ERROR: clGetDeviceIDs() -1 on Ubuntu server 12...
Uninstall AMD APP SDK, you do not need it and should not have it installed.
This is not a hashcat issue, but rather an issue with your OpenCL runtime environment. Make sure that:
1. You are using Ca... |
|
epixoip |
Very old oclHashcat-lite Support
|
3 |
10,420 |
11-19-2012, 10:04 PM |
|
|
Thread: ERROR: clGetDeviceIDs() -1 on Ubuntu server 12.04
Post: RE: ERROR: clGetDeviceIDs() -1 on Ubuntu server 12...
Just realized you said you're running Ubuntu Server. This is fine, but I suspect your issue is that you did not manually install X11. Unfortunately X11 is required for fglrx to actually communicate wi... |
|
epixoip |
Very old oclHashcat-lite Support
|
3 |
10,420 |
11-19-2012, 10:26 PM |
|
|
Thread: VCL network question
Post: RE: VCL network question
VCL uses TCP/IP and is therefore routable, so yes, you can have nodes on different subnets. However, your router likely does not have the bandwidth necessary to support nodes on other subnets.
The ba... |
|
epixoip |
Very old oclHashcat-plus Support
|
7 |
11,201 |
11-19-2012, 11:05 PM |
|
|
Thread: VCL network question
Post: RE: VCL network question
The bottleneck would still be there if they were on 1Gbps to the switch, yes.
No, you would need a 10Gbit uplink if you had 20 GPUs to achieve near-native performance. If you had two GPUs you could a... |
|
epixoip |
Very old oclHashcat-plus Support
|
7 |
11,201 |
11-20-2012, 12:05 AM |