Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: hi, im new , with quesion plz
Post: RE: hi, im new , with quesion plz
You need the salt u.u like md5:salt in hashcat is mode -m 11
use this generator to see how joomla looks like
https://www.subclosure.com/generate-new-joomla-1-5-md5salt-encrypted-passwords-to-stor... |
|
eljolot |
General Help
|
5 |
10,725 |
01-15-2013, 03:10 PM |
|
|
Thread: oclHashcat-Plus - Cannot start
Post: RE: oclHashcat-Plus - Cannot start
In this forum, hashcatgui is not supported, go to md5decrypter.co.uk and ask |
|
eljolot |
Old oclHashcat Support
|
4 |
10,714 |
12-08-2013, 04:20 PM |
|
|
Thread: Custom algorithm
Post: RE: Custom algorithm
Usually the source code that generates the hashes is in an php file and should have something like md5(md5($user).$mail) |
|
eljolot |
General Help
|
4 |
10,556 |
07-02-2013, 09:10 PM |
|
|
Thread: Passwords With spaces
Post: Passwords With spaces
Hi, Guys I was wondering How to use spaces with hashcat ?
For example
587e0a3b613cb374e6a82d75d7ac5225:Pass word
Is there any way to do it with masks or rules? |
|
eljolot |
Very old oclHashcat-plus Support
|
5 |
9,735 |
01-07-2013, 12:32 AM |
|
|
Thread: Passwords With spaces
Post: RE: Passwords With spaces
I was trying to that with rules using this code
Code:
--
./oclHashcat-plus32.bin -a 1 -m 0 '/root/Downloads/32_hex_7_days.txt' '/pentest/passwords/wordlists/rockyou.txt' '/root/Desktop/3u... |
|
eljolot |
Very old oclHashcat-plus Support
|
5 |
9,735 |
01-07-2013, 03:29 PM |
|
|
Thread: Passwords With spaces
Post: RE: Passwords With spaces
But is not empty you see ? there says 9848 words.
only works when I use -j "i3 " but with -j "i4 " says that error.
M@LIK Wrote: (01-07-2013, 07:22 PM)
--
Read the error.
The two dicts used... |
|
eljolot |
Very old oclHashcat-plus Support
|
5 |
9,735 |
01-07-2013, 08:00 PM |
|
|
Thread: Hash generator
Post: Hash generator
Hey guys I was looking for a script to generate hashes cause a lot of times there are wordpress hashes who were hashed in SHA1 or MD5 etc.
https://hashcat-passgen.googlecode.com/svn/trunk/hash-gen... |
|
eljolot |
User Contributions
|
0 |
9,412 |
01-18-2013, 06:57 PM |
|
|
Thread: Question rules
Post: RE: Question rules
In hashcatcli is the table-look up attack
https://hashcat.net/wiki/doku.php?id=table_lookup_attack
and in
oclhashcatplus use rule attack
Replace sXY Replace all instances of X with Y... |
|
eljolot |
User Contributions
|
3 |
9,044 |
01-18-2013, 11:33 AM |
|
|
Thread: md5 base64
Post: md5 base64
I was wondering how to decrypt and md5base64. using an normal decoder for text strings works not properly and in hashcat As far I see there is no mode like in sha-1.
{MD5}Jj09tHmY/X6IT10P70zJ/w==
... |
|
eljolot |
General Help
|
2 |
8,721 |
01-31-2013, 05:41 AM |
|
|
Thread: md5 base64
Post: RE: md5 base64
thnx a lot :D I didn't Know the commands to do it.
epixoip Wrote: (01-31-2013, 06:09 AM)
--
just convert it from base64 to hex.
Code:
--
epixoip@ike:~$ echo -n 'Jj09tHmY/X6IT10P70zJ/w==' | ba... |
|
eljolot |
General Help
|
2 |
8,721 |
01-31-2013, 09:22 AM |
|
|
Thread: HMAC-SHA1 (key = $pass)-which format?
Post: HMAC-SHA1 (key = $pass)-which format?
Hi I was trying to test the mode 160 and 150 of hashcat, but I didn't found clear info, about how to test this hashes 0xde7c9b85b8b78aa6bc8a7a36f70a90701c9db4d9 I know the have a "key" but how to put ... |
|
eljolot |
Old hashcat Support
|
4 |
8,523 |
03-25-2013, 09:27 PM |
|
|
Thread: HMAC-SHA1 (key = $pass)-which format?
Post: RE: HMAC-SHA1 (key = $pass)-which format?
but how should look like?
I tried this way, and nothing
Code:
--
0xde7c9b85b8b78aa6bc8a7a36f70a90701c9db4d9:key
--
Code:
--
hashcat -a 0 -m 150 -o /root/Desktop/h_joomla.txt '/root/Deskt... |
|
eljolot |
Old hashcat Support
|
4 |
8,523 |
03-26-2013, 01:19 PM |
|
|
Thread: HMAC-SHA1 (key = $pass)-which format?
Post: RE: HMAC-SHA1 (key = $pass)-which format?
good atom, thank you lot
Code:
--
hashcat -a 0 -m 160 -o /root/Desktop/h.txt '/root/Desktop/w.txt' '/root/dic/test.txt'
Initializing hashcat v0.43 by atom with 8 threads and 32mb segment-size.... |
|
eljolot |
Old hashcat Support
|
4 |
8,523 |
03-26-2013, 08:17 PM |
|
|
Thread: Bugs at new version
Post: RE: Bugs at new version
I have the same issue but in linux, Using Mask attack, I'll try to replicate and post it, If I use for example 8 ?l oclhascat Do that in about 40 minutes, but with 9 ?l works about 20 seconds and mar... |
|
eljolot |
Very old oclHashcat-plus Support
|
4 |
8,502 |
01-03-2013, 03:37 AM |
|
|
Thread: DES and markov
Post: RE: DES and markov
Use markov, in my experiencie with big list I use at first I use -t 10, -t 20 , -t 30 and -t 40 , more markov more sucess, you can try with the all list using one of this markov or better use oclhash... |
|
eljolot |
Very old oclHashcat-plus Support
|
5 |
7,976 |
01-08-2013, 09:14 PM |
|
|
Thread: The power of the Atom
Post: The power of the Atom
Well, not mucho to say you to thank Atom for hashcat familiy. Also founded this article in Russian about hashcat and his creator Atom
https://www.xakep.ru/post/61144/
But also like me and other, ... |
|
eljolot |
General Talk
|
2 |
7,663 |
11-15-2013, 07:49 PM |
|
|
Thread: The power of the Atom
Post: RE: The power of the Atom
|
eljolot |
General Talk
|
2 |
7,663 |
11-27-2013, 12:14 PM |
|
|
Thread: hashcat-plus 0.14 support
Post: RE: hashcat-plus 0.14 support
Read carefully this tread please.
https://hashcat.net/forum/thread-2543.html |
|
eljolot |
General Help
|
3 |
7,495 |
12-02-2013, 02:39 PM |
|
|
Thread: mode -a 5 Not working
Post: mode -a 5 Not working
I have downloaded hashcat-0.41 and tried to use mode -a 5 table look up, I tought I was doing all wrong And tried to make a test, to see if I'm using right that mode And I found this
On mi table fi... |
|
eljolot |
Old hashcat Support
|
3 |
7,376 |
12-17-2012, 09:49 PM |
|
|
Thread: mode -a 5 Not working
Post: RE: mode -a 5 Not working
M@LIK Wrote: (12-17-2012, 10:10 PM)
--
It wasn't officially, properly documented or explained but:
Tables used in Table Look-up attacks has a slightly changed format since -0.41, see below:
CHAR=ST... |
|
eljolot |
Old hashcat Support
|
3 |
7,376 |
12-17-2012, 10:28 PM |