Unconfigured Ad Widget

Collapse

Anúncio

Collapse
No announcement yet.

[PHP] Simple LockIT unlocker automatization

Collapse
X
 
  • Filter
  • Tempo
  • Show
Clear All
new posts

  • Font Size
    #1

    Tools [PHP] Simple LockIT unlocker automatization

    Ola a todos, segue um pequeno script para automatização no processo de decode do lockit!

    Src:
    Código PHP:
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <style>

     #commentBox {
             display: block;
             width: 400px;
             height: 180px;
             padding: 20px;
             border: 4px solid #cccccc;
             line-height: 130%;
             font-size: 13px;
        }

    body{background-color:#111;color:#00ff00;}
    body,td,th{ font: 8pt Lucida,Tahoma;margin:0;vertical-align:top;color:#00ff00; }
    table.info{ color:#000;background-color:#222; }
    span,h1,a{ color: $color !important; }
    span{ font-weight: bolder; }
    h1{ border-left:7px solid $color;padding: 3px 5px;font: 14pt Verdana;background-color:#333;margin:0px; }
    div.content{ padding: 5px;margin-left:5px;background-color:#222; }
    a{ text-decoration:none; }
    a:hover{ text-decoration:underline; }
    .ml1{ border:1px solid #555;padding:5px;margin:0;overflow: auto; }
    .bigarea{ width:100%;height:300px; }
    #new,input,table,td,tr,#gg{border-style:solid;text-decoration:bold;}
    input,textarea,select{ margin:0;color:#999;background-color:#222;border:1px solid $color; font: 8pt Tahoma,\'Tahoma\'; }
    form{ margin:0px; }
    </style>
      <meta
     content="text/html; charset=ISO-8859-1"
     http-equiv="content-type">
      <title>Lockit Unlocker</title>
    </head>
    <body
     style="background-color: rgb(56, 54, 55); color: rgb(0, 0, 0);"
     alink="#ee0000" link="#0000ee" vlink="#551a8b">
     <form id="commentBox" method="post" action=""
     name="action">
    <span
     style="font-family: monospace; color: rgb(255, 255, 255);">PHP
    LOCKIT UNLOCKER<br>
    AUTOMATIZATION
    BY
    N4SSS<br>
    <br>
    <span style="font-family: monospace;">SRC
    TO DECODE:</span></span><br
     style="font-family: monospace; color: rgb(255, 255, 255);">
    <span
     style="font-family: monospace;"><input
     style="color: rgb(255, 255, 255);" name="src"><br
     style="color: rgb(255, 255, 255);">
      <br style="color: rgb(255, 255, 255);">
      <span style="color: rgb(255, 255, 255);">OUTPUT:</span><br>
      <input name="output"
     value="output.txt"><br>
      <br>
      <input name="submit" value="Decode"
     type="submit"><br>
      <br>
      <span style="font-family: monospace;"></span></span></form>
    </body>
    </html>




    <?php
    /*
    Php lockyt decrypt
    automatization by n4sss
    2013
    */

    function save($content$file)
    {
    $fp fopen($file"w");
          
    fwrite($fp$content."\r\n");
          
    fclose($fp);
    }



    if(@
    $_POST['submit'])
    {
    $name $_POST['output'];
    $input = @file_get_contents$filename $_POST['src'] );
    if (@
    ereg"[$]([^=]+)=[_][_]FILE[_][_][;]"
    "[$]([^=]+)=[_][_]LINE[_][_][;]"
    "[$]([^=]+)[=]([0-9]+)[;]"
    "eval.*(base64_decode.['][^']*['].)"$input$x)) {
    // Primeiro passo
    $ifilename $x[1];
    $ilinenum $x[2];
    $ioffset $x[3];
    $offset $x[4];
    $decoder $x[5];
    $decoder = eval("return $decoder;");
    @
    ereg("[$]([^=]+)[=].*[$]([^=]+)=.base64",$decoder,$x);
    $ihandle $x[1];
    $iout $x[2];
    $decoder str_replace($iout ,'output' ,$decoder);
    $decoder str_replace($ihandle ,'handle' ,$decoder);
    $decoder str_replace($ilinenum ,'line' ,$decoder);
    $decoder str_replace($ifilename,'filename',$decoder);
    $decoder str_replace('eval($output);','return $output;',$decoder);
    $decoder '$line=2;'.$decoder;
    $next = eval($decoder);
    $next = @ereg_replace("^if[^;]+;",'',$next);
    @
    ereg('^[$]([^=]+)=',$next,$x);
    $next str_replace($ihandle'handle'$next);
    $next str_replace($ifilename,'filename',$next);
    $next str_replace($x[1] , 'output'$next);
    $next str_replace($ioffset'offset'$next);
    $next str_replace('eval($output)','return $output',$next);
    $code = @eval($next);
    // GO! The script has been unlocked dude :p!
    save("<?php$code?>"$name);
    echo 
    "<script> alert('Output saved => $name'); </script>";
    } else die(
    "No base64 found to decrypt!\n");
    }
    ?>
    Youtube:
    Apenas usuários registrados e ativados podem ver os links., Clique aqui para se cadastrar...

    Abraço galera
    n4sss@m4g1cl4b~#$I
    just this.

  • Font Size
    #2
    Conferindo....como sempre mandando bem n4sss



    vlw
    sigpic
    " O bom hacker todos conhecem e sabem quem é, mas o excelente hacker... esse nunca saberemos quem um dia foi."
    Nova lei - Invadir computadores protegidos é crime.
    Lógica - Se eu invadi, não é protegido. Logo, não é crime

    Comment


    • Font Size
      #3
      Thanx You Very much

      good luck my bro

      Can you please show us how to decode this version of encode lockit

      put manuel not with this script because I want just to see the tactic of decode

      and I think u will show us

      Comment

      X
      Working...
      X