Skip to main content

Hacking through R.A.T : REMOTE ADMINISTRATION TOOL

What is Remote Administration Tool ( R.A.T)

Yeah, you guessed it right. I am talking of Remote Administration Tool, not the small pesky creature which might have troubled you for the last few days. Believe me, if you are troubled by that Rat, then this one is going to blow your minds. A Remote administration tool (RAT) is a piece of software that allows a remote “operator” to control a system as if he has physical access to that system.

You may have used TEAM VIEWER, VNC, etc. They are Remote Administration Tool but think of  a situation when a  hacker installs a malicious R.A.T on your computer (Back Orifice, iControl, NetBus, DarkComet,BlackShades,etc)  without your knowledge. Such type of software hide its operation from the victim and from security software. Think  of  the possibilities what such a software could do. Maybe you are typing confidential company reports, entering your Bank Credentials, typing your passwords,etc. That R.A.T  can log all your activities and secretly transmit that to the Hacker. You may be using the latest antivirus products but what if the R.A.T is using zero day exploits which are unknown to antivirus vendors too.

Ohh, your curiosity is aroused.  Well Remote Administration Tool can do any of the following things:

Block mouses and keyboards or even control themEdit registryDownload,uploads,deletes,and rename filesDestroy hardware using OverclockingUse your internet connection as a proxy or perform Denial of Service(DOS) attack.Format drivesSteal passwords, credit card numbersSilently install applications and virusesLog keystrokes using keyloggerSend message boxes(Yep, Hacker may want to bully you)Shutdown,restart,log-off,etcRecord media with connected webcam and microphonePlay soundsView,kill,and start tasks in task manager

 

Huh,the list is long but these are the major functions most of the R.A.T can do but basically if the R.A.T is well designed, the operator can do anything they could do with physical access to the machine. You ain’t scared, Ohh, you wanna try it yourself.

Some links to download Remote Administration Tool are:

www.darkcomet-rat.com (“Official Site of DarkComet”)

www.hackforums.net (“This is a Hacking forum so be aware that you may be hacked using those softwares. Please verify by yourself”)

https://0day.in (“Another Hacking forum”)

 

After you get it, some common ways of spreading it are:

1: You may set up a Server and offer it as legitimate software.

2: You may send it via e-mail.

3: You may use pen-drives or any medium to share it.

Off course, you need to present it as a legitimate software, otherwise who would even click on it. You may use file binder for it. File binder is used to hide your R.A.T behind some legitimate software. You could use Crypter in order to protect it from Ant viruses, otherwise they would be detected by Antiviruses and all your efforts would be in vain.

 

Good Luck Guys, if you have any problem. Comment Below.

Happy Hacking

Comments

  1. I lost my bitcoin to fake blockchain.com impostors on Facebook, they contacted me as blockchain official support and i fell stupidly for their mischievous act, this made them gain access into my blockchain wallet whereby 6.0838 btc was stolen from my wallet in total .I was almost in a comma and dumbfounded because this was all my savings i relied on . Then I made a research online and found a recovery expert , with the contact address- STRAIGHTHACKER99[at]GMAIL Dot COM...WhatssaPP (+4915217853324)
    I wrote directly to the specialist explaining my loss. Hence, he helped me recover my bitcoin just after 2 days he helped me launch the recovery program , and the culprits were identified as well , all thanks to his expertise . I hope I have been able to help someone as well.

    ReplyDelete

Post a Comment

plz add ur comment here

Popular posts from this blog

Wordpress hacking - How to install / run wpscan on windows xp / windows 7 / windows 10

HOW TO RUN WPSCAN ON WINDOWS Byrockstardevil Requirements: rubyinstaller Development Kit for rubyinstaller curl DLL for windows : libcurl.dll 1 - install rubyinstaller you must have Ruby 2.2.3 version . download links here : http://rubyinstaller.org/downloads/ for more info : https://github.com/oneclick/rubyinstaller/wiki 2 - install Development Kit for rubyinstaller download link : http://rubyinstaller.org/downloads/ how to install : https://github.com/oneclick/rubyinstaller/wiki/Development-Kit if you face that problem  "unknown encoding name -  (ArgumentError)" just type "chcp 1252" in cmd and hit enter 3 - install libcurl.dll A - Download libcurl.dll from : http://www.confusedbycode.com/curl/ B - copy libcurl.dll copy  libcurl.dll into ruby bin folder or wpscan folder and make sure to add it to your PATH. I also added .DLL to PATHEXT ex : C:\Ruby21-x64\bin\ you can visit : http://www.computerhope.com/issues/ch000549.htm to know to set the p

How To Generate Random IP Address Using JAVA ?

Today I'll Show You How To Generate Random IP Address... But First Why I Want This...Right...? Ans : If You Want Test Your Code That Whether It Is Recognizing The Machine By It’s IP Address Then You Had To Use This Code To Generate Random IP Address. So Here We Goooo.... private String generateIPAddress ( int p1 , int p2 , int p3 ) { StringBuilder sb = null ; Random r1 = new Random (); Random r2 = new Random (); Random r3 = new Random (); Random r4 = new Random (); String ip1 = Integer . toString ( b1 ); String ip2 = Integer . toString ( b2 ); String ip3 = Integer . toString ( b3 ); String ip4 = Integer . toString ( b4 ); String b1 = IpConverter . longToIp ( r1 . nextLong ()); String b2 = IpConverter . longToIp ( r2 . nextLong ()); String b3 = IpConverter . longToIp ( r3 . nextLong ()); String b4 = IpConverter . longToIp ( r4 . nextLong ()); //Now the I

3 Ways to Root Android 7.0 Nougat on Nexus Running Official AOSP [Update: Root Android 7.1]

3 Ways to Root Android 7.0 Nougat on Nexus Running Official AOSP [Update: Root Android 7.1] If you own a Nexus phone then chances are you have already updated your device with the latest official Android 7.0 Nougat firmware. This brings the newer firmware build number NRD90M to the Nexus range including the Nexus 5X, 6P, 9, 6, Nexus Player, and the Pixel C. Unfortunately, Nexus 5 and 7 were left behind. This has been a game-changing week for the Android community as you can now expect the new software for your Android device soon enough. It may either come officially from a manufacturer or unofficially from developers like CyanogenMod. Just like we saw the unofficial support for the  Nexus 5 and the Nexus 7  today. As the new AOSP source code is now available to developers, soon you may find Cyanogen 14 based custom ROMS releasing for several devices. Hence, to be ready, you may need to be rooted and also setup a custom recovery like TWRP on your device. So that once the CM 14 bas