Changelog TheFatRat v1.8 codename;sparta :
– add file pumper in TFR
– Backdoor with c program for meterpreter reverse_tcp
– Metasploit staging protocol ( c program )
– add new features andd update pwnwinds
– add some function
– Fixed bug in fatrat

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