🏠 Homepage
sudo sugit clone https://github.com/screetsec/TheFatRat.gitcd FatRat/lsSo now here you will able to see that setup.sh don't have excuateable permission, So we will give the permission.
ls -lSo 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.shNow the file name setup.sh will get excuatable permission.
setup.shIt will upgrade all the repository and will autoinstall all the tool which are needed.
ls chmod +x fatrat./fatrat./setup.shNow 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-w64apt-get install mingw-32Now all tools have been installed. So now you can run the file and make the Remote Acess Trojan (RAT).
./fatratNow 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!
