
TheFatRat is a powerful tool that compiles the popular payload malware, and then the compiled malware can be run on Linux , Windows, Mac, and Android. TheFatRat provides an easy way to create backdoors and payloads that can bypass most anti-virus vulnerabilities.
Using Metasploit is no longer a complicated task. Since there are a number of tools available on the Internet. That tells us to use metasploit. Metasploit is a common way to target any obsolete operating system. There are still a lot of operating systems that can be remotely manipulated. And there are a lot of anti-viruses that can't detect these exploits, say ethical hacking professionals. We 're talking about TheFatRat.
According to the Ethical Hacking Researcher of the International Institute of Cyber Security, a thorough study was carried out of the work of TheFatRat to verify the inside of the pentesting device.
TheFatRat is another metasploit tool that is used to generate backdoor easily. This tool is used to compile some of the malware with some common payloads that can then be used to target operating systems like Windows , MAC, Linux. This tool provides several choices, such as backdoor development, infected dlls, as per ethical hacking investigation.
The whole tool was tested on Parrot OS. And after the backdoors were developed. These backdoors have been opened on Windows 10 Build 1607 and Android.
Installing TheFatRat
First, We have to clone the Github Repo. to our device. Open Terminal and type -
git clone https://github.com/Screetsec/TheFatRat.git
cd TheFatRat
chmod u+x setup.sh
./setup.sh
If mono is not installed in your device then open another terminal and type
sudo apt-get update
sudo apt-get install mono-complete
As some of the dependencies related to mono does no install directly, so simply run above commands. In installation phase it will ask to create shortcut in Kali Linux. Simply type y after installation you can run fatrat just like you run msfconsole.
After then close all your terminal and open a new one and type.
fatrat
As you can, TheFatRat offers dozens of options for building a session in target windows or other platforms. Now we have, TheFatRat installed in our Kali Linux
