Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: Incremental Mask Attack
Post: RE: Incremental Mask Attack
You would use an hcmask file for that. |
|
epixoip |
Old hashcat Support
|
1 |
5,134 |
04-20-2016, 09:08 AM |
|
|
Thread: Problems with formatting
Post: RE: Problems with formatting
Use a real text editor, not notepad.exe |
|
epixoip |
Old hashcat Support
|
3 |
6,595 |
04-25-2016, 11:30 PM |
|
|
Thread: Problems with formatting
Post: RE: Problems with formatting
Mhm, notepad.exe expects CRLF line endings and doesn't know how to handle files with LF line endings, so that's why everything appears on one line. |
|
epixoip |
Old hashcat Support
|
3 |
6,595 |
04-26-2016, 03:08 AM |
|
|
Thread: bypass hashcat
Post: RE: bypass hashcat
'bypass' means skip the current attack and go to the next attack. Only applicable when using multiple wordlists or multiple masks. |
|
epixoip |
Old hashcat Support
|
4 |
11,462 |
04-30-2016, 09:39 PM |
|
|
Thread: NetNTLMv2 Cyrillic symbols issue
Post: RE: NetNTLMv2 Cyrillic symbols issue
Something is not right here. I created a wordlist with various encodings of that character (UTF8, UTF16LE, Windows 1251, ISO 8859-5) and cannot crack the hash you provided with Hashcat or JTR. So I do... |
|
epixoip |
Old hashcat Support
|
4 |
7,563 |
05-06-2016, 06:11 PM |
|
|
Thread: Hash seems simple but i can't identify it
Post: RE: Hash seems simple but i can't identify it
Hash identification programs like HashID are worthless because the only hashes that can be positively identified are those that have signatures, and if a hash has a signature, you don't need some prog... |
|
epixoip |
Old hashcat Support
|
3 |
6,912 |
05-08-2016, 09:41 AM |
|
|
Thread: First time trying to "crack" something
Post: RE: First time trying to "crack" something
If neither -m 6600 or -m 8200 work, then the algorithm is not supported. |
|
epixoip |
Old hashcat Support
|
3 |
7,371 |
05-08-2016, 09:43 AM |
|
|
Thread: Trying to crack NTLMv2
Post: RE: Trying to crack NTLMv2
|
epixoip |
Old hashcat Support
|
13 |
28,836 |
05-09-2016, 05:47 PM |
|
|
Thread: Trying to crack NTLMv2
Post: RE: Trying to crack NTLMv2
No, -m 0 is MD5. Somebody needs to do some reading. |
|
epixoip |
Old hashcat Support
|
13 |
28,836 |
05-09-2016, 06:41 PM |
|
|
Thread: Trying to crack NTLMv2
Post: RE: Trying to crack NTLMv2
Articles? How about you start by reading --help. Then if you do not understand --help, read the wiki. If you need help interpreting the wiki, read the FAQ. If you're still lost, then post your questio... |
|
epixoip |
Old hashcat Support
|
13 |
28,836 |
05-09-2016, 06:47 PM |
|
|
Thread: Trying to crack NTLMv2
Post: RE: Trying to crack NTLMv2
I have no idea what "SMB scanner" is, I think most people use https://github.com/SpiderLabs/Responder |
|
epixoip |
Old hashcat Support
|
13 |
28,836 |
05-09-2016, 07:14 PM |
|
|
Thread: gpu intel
Post: RE: gpu intel
|
epixoip |
Old hashcat Support
|
7 |
9,274 |
05-12-2016, 11:33 PM |
|
|
Thread: gpu intel
Post: RE: gpu intel
No. You were banned for breaking the rules. That doesn't mean you can just create a new account and post the same question. |
|
epixoip |
Old hashcat Support
|
1 |
4,741 |
05-17-2016, 05:47 PM |
|
|
Thread: Integrated AMD GPU with oclHashcat
Post: RE: Integrated AMD GPU with oclHashcat
oclHashcat has always supported AMD APUs, they are not special in any way. But yes, Hashcat 3.00 supports any OpenCL device on any OpenCL platform. |
|
epixoip |
Old hashcat Support
|
7 |
13,401 |
06-07-2016, 02:27 PM |
|
|
Thread: hashcat v0.49
Post: RE: hashcat v0.49
|
epixoip |
Old hashcat Announcements
|
22 |
55,980 |
01-06-2015, 04:45 AM |
|
|
Thread: mp64 less responsive than sp64 while 'plus is running
Post: RE: mp64 less responsive than sp64 while 'plus is ...
i have no idea how the windows kernel works with i/o scheduling, but it sounds like the process is i/o bound. if windows behaves anything like linux in this regard, the userspace signal handler will n... |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
2 |
7,773 |
10-16-2012, 01:30 AM |
|
|
Thread: Library dependence issue with combinator.bin
Post: RE: Library dependence issue with combinator.bin
Your distro is using glibc 2.13, but combinator.bin was compiled against glibc 2.14. If you want to use combinator.bin you will need to switch to a distro that has a more recent version of glibc. |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
6 |
15,766 |
01-09-2013, 06:59 AM |
|
|
Thread: Library dependence issue with combinator.bin
Post: RE: Library dependence issue with combinator.bin
oh yeah, forgot that you ship the source code with that one :) |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
6 |
15,766 |
01-09-2013, 05:32 PM |
|
|
Thread: hcstatgen not making 32.1MB files
Post: RE: hcstatgen not making 32.1MB files
can you hexdump that character and find out what it is? it's showing up as two separate characters on the forum, as \xe2\x80\xa2\x66 |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
20 |
38,808 |
01-30-2013, 01:12 AM |
|
|
Thread: hcstatgen not making 32.1MB files
Post: RE: hcstatgen not making 32.1MB files
yeah, that's it. what you sent me in pm was \x95\x66\x1a so it looks like you were just missing the fourth byte there. 0x0a is the newline character. |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
20 |
38,808 |
01-30-2013, 02:19 AM |