¿Conoces las posibilidades de la Web 3?

Accede gratis a este Video Tutorial de
de como montar un proyecto gratis
en la #Web3 usando NFTs2Me.com

Calificación:
  • 1 voto(s) - 1 Media
  • 1
  • 2
  • 3
  • 4
  • 5

Hack Alexa.com
#1

Bueno dando vueltas como siempre por la red me he encontrado con un script que pones en tu web y hace pensar a Alexa que todos tus visitantes tienen la maldita barra instalada por lo cual van a hacerte subir como la espuma en el ranking.

Os lo comparto para que lo probeis/modifiqueis/comenteis:

[hide]
Código:
The Alexa toolbar itself generates a standard HTTP GET request.  We can do the same by inserting a <IMG> tag with the resulting url as the source.  Alexa actually returns XML markup as a response, but the contents are irrelevent for this purpose; we just want to trigger the logic.

There are a bunch of query values in the URL; some are obvious, others... not so much.

The keys to getting this to work is to start page generation with:

----------------------
session_start();
----------------------

If your using persistant sessions, you probably already got this.

Next, create a new function somewhere in your code; if you have a global functions file, it'd probably go there.  otherwise, you can put it right below the session_start() value above.

----------------------
function alexa() {
    $domain    = "http://data.alexa.com";
    $keylength = 14;            // the resulting length of the keyid.  14 and 15 were seen in the wild.
    
    // session_start() must have already been set.  If so, this will ensure that each visitor maintains the same keyid throughout the entire visit.
    if (isset($_SESSION['alexa_keyid'])) {
        $keyid = $_SESSION['alexa_keyid'];
    } else {
        $keyid     = substr(str_shuffle("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890"),0,$keylength);
        $_SESSION['alexa_keyid'] = $keyid;
    }
    
    $cli       = "10";           // ???
    $dat       = "snba";         // ???
    $ver       = "7.2";          // version number of toolbar?
    $cdt       = "alx_vw";       // ???
    $wid       = rand(0,32767);  // appears to be a random integer initiated when the browser starts.
    $act       = "00000000000";  // ???
    $ssarray   = array ("800x800", "1024x768", "1280x768", "1280x800",
                      "1280x1024", "1600x1200", "1680x1050", "1920x1200");  
    shuffle($ssarray);
    $ss        = $ssarray[0];    // browser screensize.  Resulting value is chosen at random from an array of values.
    $bw        = "1523";         // bandwidth? probably used in calculating metrics related to visitor connection speeds  (noted values are close to common
                                 // connection speeds like 768k, 1mb, 1.5mb, etc.)
    $t         = "0";            // ???
    $ttl       = rand(200,1000); // time-to-live?  probably used in calculating average load times
    $vis       = "1";            // ???
    $rq        = rand(15,80);    // appears to increment with each toolbar request
    $url       = "http://<<<PUT YOUR DOMAIN HERE>>>/";
  
    $params="/data/".$keyid."?cli=".$cli."&dat=".$dat."&ver=".$ver."&cdt=".$cdt."&wid=".$wid."&act=".$act."&ss=".$ss."&bw=".$bw."&t=".$t."&ttl=".$ttl."&vis=".$vis."&rq=".$rq."&url=".$url;
    
    return $domain.$params;    
}
---------------------

Finally, insert somewhere on your page the following:

---------------------
<? echo "<img src='".alexa()."' height='0' width='0'>"; ?>
---------------------

That will trigger the actual event.

Somebody else can probably clean and extend this code up better than I.  This was a quick hack-togeather in about 30 minutes.  If i'm on to something, it could also warrant a better explanation.

Post original: http://www.blackhatworld.com/blackhat-se...ipt-3.html
[/hide]

Estoy viendo los comentarios y demás, he visto que hay baneos y otras cosas, si podeis checkear el codigo para ver si es seguro y comentar si funciona etc os lo agradeceria. Yo en las proximas horas/dias lo voy a probar en cualquier dominio basura y le voy a meter un autosurf para ver que tal y os cuento.
Responder
#2

No me deja verlo:

"No dispones de credito suficiente."

¿Que significa?
Responder
#3

Necesitas tener 0.10 BHC para poder donarlos. Esta moneda se consigue haciendo aportaciones valiosas en el foro

El Dios del SEO
Responder
#4

Bien lo desbloquee y donde pongo eso en mi web dices ?

Diseño web, social media y posicionamiento Web.

Diseño Web económico Ponferrada
Responder
#5

(07-06-2014, 05:20 PM)factorywebs escribió:  Bien lo desbloquee y donde pongo eso en mi web dices ?

por favor lee lo que se ha hablado acerca del hack y como usarlo:

http://www.blackhatworld.com/blackhat-se...ipt-3.html
Responder
#6

Segun lei ya no funciona, saludos

Diseño web, social media y posicionamiento Web.

Diseño Web económico Ponferrada
Responder
#7

Saludos interesante script, no había escuhado de él quisiera saber si actualmente funciona 21-07-14 LOL jaja o si acaso Alexa no penaliza de alguna forma esto ya que me vendría de super lujo esa herramienta Sonrisa

Piensa positivo, habla positivo, y cosas positivas pasarán!
Responder
#8

Estoy intentando ponerlo, pero no lo consigo implementar, alguien me ayuda? Siempre que pongo el código me tira error y se cae la página...

dakuma, orgulloso de ser un miembro de Foro Black Hat SEO desde Jul 2014.
Responder
#9

hola, dice como implementarlo, pero tambien dice que lo uses bajo tu propio riesgo, alguien que lo haya utilizado que deje review si es peligroso, Sonrisa

[Imagen: beta.gif]
Responder
#10

Gracias, lo probare y comentare

[Imagen: beta.gif]
Responder


Salto de foro:


Usuarios navegando en este tema: 7 invitado(s)
Telegram Grupo Telegram