Changelog TheFatRat v1.7 ( 5/11/2016 ) Codename Keris:
* add backdoor ( rar files )
* Add backdoor ( doc not macro attack)
* Add new features in optional 1 ( create backdoor with msfvenom )
* Fix any bug

TheFatRat v1.7
What is FatRat ??
Easy tool for generate backdoor with msfvenom ( part of metasploit framework ) and program compiles a C program with a meterpreter reverse_tcp payload In it that can then be executed on a windows host Program to create a C program after it is compiled that will bypass most AV.
Automating metasploit functions:
+ Checks for metasploit service and starts if not present
+ Easily craft meterpreter reverse_tcp payloads for Windows, Linux, Android and Mac and another
+ Start multiple meterpreter reverse_tcp listners
+ Fast Search in searchsploit
+ Bypass AV
+ Drop into Msfconsole
+ Some other fun stuff
Dependencies:
+ Metasploit Framework
+ MinGW
This Tools/Software has been totally test in Kali Linux 2.0 & Rolling 2016.1
Download & Usage:
apt-get install mingw32 (install requirement) git clone https://github.com/Screetsec/TheFatRat.git && cd TheFatRat cd setup bash setup.sh chmod +x fatrat ./fatrat Note From Us: Before updating using git pull origin master please remove old fatrat & powerfull.sh : rm -f fatrat | rm -f powerfull.sh then typing on console: git pull origin master
Source: https://github.com/Screetsec | Our Post Before