Unconfigured Ad Widget

Collapse

Anúncio

Collapse
No announcement yet.

[Script php] Consulta de shells online by n4sss

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

  • Font Size
    #1

    Tools [Script php] Consulta de shells online by n4sss

    Ola a todos, trago este script simples que checa as shells que estão on, muito util para quem tem muitas marcadas e não gosta de ficar vendo uma por uma.
    r0n3y tinha me perguntado então resolvi deixar ae pra galera o r0nex.php

    Script em uso:


    Source:
    Código:
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
      <title>ron3x by n4sss</title>
    </head>
    <body>
    <div style="text-align: center;"><span
     style="font-family: monospace;">SIMPLE SHELL CONSULT</span><br
     style="font-family: monospace;">
    <span style="font-family: monospace;">RE-EDITED BY N4SSS.<br>
    GREETX: RONEY<br>
    </span></div>
    <div style="text-align: center;"><?php /*
    Brazilianzado by n4sss.
    */
    ob_start();
    set_time_limit(0);
    echo '<center><title>shell consult</title>
    <form method="post" action="">
    Cole aqui suas shells para consulta <br><textarea name="siteler" cols="35" rows="7"></textarea><br>
    <input type="submit" value="iniciar">
    </form>
    </center>';
    if(! $_POST['siteler']==""){
    $siteler = explode("\n",$_POST['siteler']);
    foreach($siteler as $sites){
    $sites=trim($sites);
    $curl=curl_init($sites);
    curl_setopt($curl,CURLOPT_RETURNTRANSFER,1);
    $exec=curl_exec($curl);
    if(eregi('safe_mod',$exec)){
    echo '<a href="'.$sites.'">'.$sites.'</a><br>';
    ob_flush();
    flush();
    }
    }
    }
    ?></div>
    </body>
    </html>
    thanks.
    n4sss@m4g1cl4b~#$I
    just this.

  • Font Size
    #2
    Valeu n4sss pelo post.
    sigpic

    Comment


    • Font Size
      #3
      já tinha visto otimo n4sss & nois continue compartilhando com a galerá

      Comment


      • Font Size
        #4
        está de parabéns n4sss obrigado por compartilha com o pessoal aqui .

        Comment


        • Font Size
          #5
          serve para qualquer arquivo né, ele só checa se o arquivo existe ....

          Comment


          • Font Size
            #6
            serve para qualquer arquivo né, ele só checa se o arquivo existe ....
            sim.

            Ele só manda uma requisição, estando on ele retorna o result.
            n4sss@m4g1cl4b~#$I
            just this.

            Comment


            • Font Size
              #7
              opa aqui nao consegui utilizar da um help ai

              Comment


              • Font Size
                #8
                Postado Originalmente por gorilas00 Ver Post
                opa aqui nao consegui utilizar da um help ai
                Usou host free ?

                Comment

                X
                Working...
                X