🏠 Homepage
sudo su
git clone https://github.com/screetsec/TheFatRat.git
cd FatRat/
ls
So now here you will able to see that setup.sh don't have excuateable permission, So we will give the permission.
ls -l
So we can see here that this setup.sh file don't have excuatalbe permission only these file have read and write permission, So will give ther permission.
chmod +x setup.sh
Now the file name setup.sh will get excuatable permission.
setup.sh
It will upgrade all the repository and will autoinstall all the tool which are needed.
ls
chmod +x fatrat
./fatrat
./setup.sh
Now we will able to see that all repository are been updated, But still now we can see that some tools are not been install, As we can see that mingw-32, mingw-w64 are not install so we need to manually install it.
apt-get install mingw-w64
apt-get install mingw-32
Now all tools have been installed. So now you can run the file and make the Remote Acess Trojan (RAT).
./fatrat
Now its the end of code you can have fun with this Trojan and just remember don't use it for revenge or any other public place just have fun with this.
👤 Anand Katariya
- Github: @AnandKatariya
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!