Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: hashcat wont bruteforce
Post: RE: hashcat wont bruteforce
nah. osx has a bsd userland, not a gnu userland. |
|
epixoip |
Old hashcat Support
|
12 |
29,596 |
01-16-2013, 08:21 AM |
|
|
Thread: GLIBC problem with Debian
Post: RE: GLIBC problem with Debian
Paolo Wrote: (01-20-2013, 02:07 AM)
--
It seems that the GLIBC of my box are too new :(
--
No, your version of glibc is not too new -- it's way too old. Minor version 7 vs minor version 14. The ver... |
|
epixoip |
Old hashcat Support
|
3 |
10,757 |
01-20-2013, 02:14 AM |
|
|
Thread: How do I crack substr hash?
Post: RE: How do I crack substr hash?
hashcat does not support anything like that.
however, there are only 2**32 possible combinations, so there's a 50% chance you'll find a collision after 77k attempts, and a 75% chance after 110k attem... |
|
epixoip |
Old hashcat Support
|
22 |
44,519 |
01-22-2013, 12:19 PM |
|
|
Thread: How do I crack substr hash?
Post: RE: How do I crack substr hash?
no, i mean write your own program or script that will generate a collision. it doesn't have to be very fast or efficient because you are likely to find a collision in only 110,000 guesses when compari... |
|
epixoip |
Old hashcat Support
|
22 |
44,519 |
01-25-2013, 05:57 PM |
|
|
Thread: How do I crack substr hash?
Post: RE: How do I crack substr hash?
here's my stab at creating a program to crack this type of hash. not exceptionally good since it doesn't use sse2 or anything, but it is multithreaded and should be quite a bit faster than the other t... |
|
epixoip |
Old hashcat Support
|
22 |
44,519 |
01-29-2013, 11:00 PM |
|
|
Thread: How do I crack substr hash?
Post: RE: How do I crack substr hash?
no way, this is way too much fun! :) what i want now is for someone to one-up me and post an even faster version. |
|
epixoip |
Old hashcat Support
|
22 |
44,519 |
01-30-2013, 02:38 AM |
|
|
Thread: Same command, different output?
Post: RE: Same command, different output?
oooo, a thesis. he's one of them educated types.
does your thesis state that CUDA is inherently worthless for crypto because Nvidia hardware sucks at crypto? |
|
epixoip |
Old hashcat Support
|
21 |
41,752 |
01-30-2013, 02:44 PM |
|
|
Thread: Help with Russian again
Post: RE: Help with Russian again
this is because ?R is ISO-8859-5 and your characters are UTF-8. different byte sequences. |
|
epixoip |
Old hashcat Support
|
14 |
26,477 |
01-30-2013, 04:20 PM |
|
|
Thread: Same command, different output?
Post: RE: Same command, different output?
forgot_my_passwd Wrote: (01-30-2013, 03:17 PM)
--
Oh, I can see we've got an expert on the topic!
--
Actually, yes (https://lmgtfy.com/?q=expert+jeremi+gosney).
forgot_my_passwd Wrote: (01-30-2013... |
|
epixoip |
Old hashcat Support
|
21 |
41,752 |
01-30-2013, 04:18 PM |
|
|
Thread: Help with Russian again
Post: RE: Help with Russian again
good feedback.
i can't think of a solution for mask attacks off hand, but if you have russian wordlists in utf8 you can prepare them for use with hashcat with ''iconv -t WINDOWS-1251 wordlist >wordli... |
|
epixoip |
Old hashcat Support
|
14 |
26,477 |
01-31-2013, 05:55 AM |
|
|
Thread: Help with Russian again
Post: RE: Help with Russian again
Code:
--
epixoip@ike:~$ echo -n ьфдщн | iconv -f UTF-8 -t ISO-8859-5 | hexdump
00000000 ec e4 d4 e9 dd
00000005
epixoip@ike:~$ echo -n ьфдщн | iconv -f UTF-8 -t wi... |
|
epixoip |
Old hashcat Support
|
14 |
26,477 |
01-31-2013, 05:59 AM |
|
|
Thread: Performance
Post: RE: Performance
right. you're using shared resources, and most vps providers make heavy use of oversubscription so that they can put a large number of virtual machines on a single host. you're probably only getting 1... |
|
epixoip |
Old hashcat Support
|
28 |
50,467 |
01-31-2013, 04:29 PM |
|
|
Thread: Performance
Post: RE: Performance
i just read back through where you stated you have "24 Intel Xeon X5650." what this probably means is that the /virtual host/ has 2x X5620, for a total of 12 physical cores and 12 logical cores via hy... |
|
epixoip |
Old hashcat Support
|
28 |
50,467 |
01-31-2013, 04:39 PM |
|
|
Thread: Performance
Post: RE: Performance
you left out a verb there. severely what?
anyway, yes, i'm quite well informed on how the vps business works, because i used to run a company that sold vps. you have to oversubscribe to be competitiv... |
|
epixoip |
Old hashcat Support
|
28 |
50,467 |
01-31-2013, 06:45 PM |
|
|
Thread: Performance
Post: RE: Performance
you can get the processor info from inside the vm, but that doesn't mean you're actually getting all of that. you can assign four vprocs to a vm, doesn't mean you'll actually get full use of four core... |
|
epixoip |
Old hashcat Support
|
28 |
50,467 |
02-01-2013, 12:16 AM |
|
|
Thread: Performance
Post: RE: Performance
as clearly evidenced by your wonderment at how your "business processors" are barely faster than your laptop. |
|
epixoip |
Old hashcat Support
|
28 |
50,467 |
02-01-2013, 06:00 AM |
|
|
Thread: Help with Russian again
Post: RE: Help with Russian again
we should make a wiki page with a table of languages, and the most probable charset for each algorithm. and then maybe also provide links to various charset files. |
|
epixoip |
Old hashcat Support
|
14 |
26,477 |
02-01-2013, 08:13 PM |
|
|
Thread: Performance
Post: RE: Performance
people severely overestimate the amount of resources they need to do things like run a website. |
|
epixoip |
Old hashcat Support
|
28 |
50,467 |
02-02-2013, 11:22 PM |
|
|
Thread: How do I crack substr hash?
Post: RE: How do I crack substr hash?
Worked on this a little bit more and came up with another version that is ~ 45% faster, still without using SIMD.
https://bindshell.nl/pub/md5substr_mt2.c
Code:
--
epixoip@db:~$ ./md5substr2 aaaaaa... |
|
epixoip |
Old hashcat Support
|
22 |
44,519 |
02-04-2013, 09:50 AM |
|
|
Thread: Help! :D
Post: RE: Help! :D
The next person who starts a thread titled "Help" will have their thread deleted immediately, with extreme prejudice. |
|
epixoip |
Old hashcat Support
|
2 |
5,121 |
02-10-2013, 02:57 PM |