Jump to content

DOC2tochu

Members
  • Posts

    29
  • Joined

  • Last visited

Posts posted by DOC2tochu

  1. Pai..

    FPD: 1.http://wishdice.com/wp-content/themes/twentythirteen/index.php il fixezi cu : error_reporting(0);

    2.http://wishdice.com/wp-content/plugins/easy-fancybox/easy-fancybox.php

    File listing: 1. Index of /wp-content/themes/twentythirteen/images pui un index.html gol.

    2. Index of /wp-content/plugins/simple-ajax-chat

    3. Index of /wp-includes

    4. http://wishdice.com/wp-content/plugins/easy-fancybox/

    5. http://wishdice.com/wp-content/

    Chiar daca ai schimbat path-ul wp-admin este foarte usor de gasit : http://wishdice.com/sqwz21gnipmq

    http://wishdice.com/news/ si dai pe fair si poti vedea cod-ul..

    <?
    $clientSeed="YOUR-CLIENT-SEED";
    $serverSeed="The-SERVER-SEED";
    $globalSeedVarchar=$clientSeed.$serverSeed;

    $validSeedChar=array(
    "a","b","c","d","e","f",
    "g","h","i","k","j","l",
    "m","n","o","p","q","r",
    "s","t","u","v","w","x",
    "y","z","0","1","2","3",
    "4","5","6","7","8","9"
    );

    $globalSeedInt=0;
    for ($i=0; $i<strlen($globalSeedVarchar); $i++) {
    $char=substr($globalSeedVarchar,$i,1);

    $addThis=intval(array_search(strtolower($char),$validSeedChar));
    if (ctype_upper($char)) {
    $changeThis=strlen($globalSeedVarchar);
    $globalSeedInt=$globalSeedInt+($addThis*$changeThis);
    } else {
    $globalSeedInt=$globalSeedInt+$addThis;
    }
    }

    srand($globalSeedInt);
    $roll=number_format((rand(1,10000)/100),2,'.','');

    echo $roll;
    ?>

    Alea-s toate erori de scanner, probabil Netsparker. Mai du-te-n pula noastra ca asta putem face si noi.

  2. Salutari,

    Eu sunt DOC2tochu. Username-ul meu vine de la DOC, rapperul, iar celelalt cuvant e doar o alaturare de litere. Am 16 ani, clasa X la liceu cu profil mate-info. Numele si locatia sunt irelevante.

    Am cunostinte in coding pe partea de web si putin penetration testing.

    Va salut!

×
×
  • Create New...