Topic: ""cool" hacks." (page 7 of 7)

< 1 2 3 4 5 6 7
Author Post
BaRa
groupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
@Z: That is the funniest use of ettercap I have ever heard. Nice example.
private message
alt3rn4tiv3
groupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
For those who don't know, I've set up a blog (expect it to be down soon - the webhost [FastNext] is rubbish and I'm moving host very soon) at http://altblog.searix.net/ - inspired by rhican.

Well anyway, I bet hardly anyone here would have heard / thought that MySQL as a password-cracking engine. For example,

QuoteQuote:
create table ch(c char);
insert into ch values('a'), ('b'), ('c'), ('d'), ('e'), ('f'), ('g'),
('h'), ('i'), ('j'), ('k'), ('l'), ('m'), ('n'), ('o'), ('p'), ('q'),
('r'), ('s'), ('t'), ('u'), ('v'), ('w'), ('x'), ('y'), ('z');
select * from ch a, ch b, ch c, ch d where sha1(concat(a.c,b.c,c.c,d.c)) = '81fe8bfe87576c3ecb22426f8e57847382917acf'

Will result in the sha1 hash being cracked (it's actually "abcd").

You can actually use this concept for other purposes. But I don't think I'd want to mention it here. Maybe check my blog in future. I might post it there. :)
Edited by alt3rn4tiv3 on 03.10.2007 07:20:36
private message EMail Website
unknown user
.
EMail
Kender
groupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
Even more "lightweight" is SandBoxie (linkhttp://www.sandboxie.com/)
Looks interesting but haven't tried it yet.
private message
unknown user
.
EMail

Topic: ""cool" hacks." (page 7 of 7)

< 1 2 3 4 5 6 7