Installing TheFatRat in Kali Linux & Installing Packages

Installing TheFatRat in Kali Linux Along With Installing Missing Packages.
What is TheFatRat?
Automating metasploit functions
- Create backdoor for windows , linux , mac and android
- bypass antivirus backdoorr
- 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
- File pumper
- Create backdoor with another techniq
- Autorunscript for listeners ( easy to use )
- Drop into Msfconsole
- Some other fun stuff 🙂
Autorun Backdoor
- Autorun work if the victim disabled uac ( user acces control ) or low uac ( WINDOWS )
- What is uac ? you can visit ( http://www.digitalcitizen.life/uac-why-you-should-never-turn-it-off )
- I have also created 3 AutoRun files
- Simply copy these files to a CD or USB
- You can change the icon autorun file or exe in folder icon ( replace your another ico and replace name with autorun.ico )
HOW CHANGE THE ICONS ?
- Copy your icon picture to folder /TheFatrat/icons
- Change the name into autorun.ico
- And Replace
- Done
Getting Started
git clone https://github.com/Screetsec/TheFatRat.git
cd TheFatRat
chmod +x setup.sh && ./setup.sh
How it works
- Extract The lalin-master to your home or another folder
- chmod +x fatrat
- chmod +x powerfull.sh
- And run the tools ( ./fatrat )
- Easy to Use just input your number
A linux operating system. We recommend :
- Kali Linux 2 or Kali 2016.1 rolling
- Cyborg
- Parrot
- BackTrack
- Backbox
READ
- if prog.c file to large when create backdoor with powerfull.sh , you can use prog.c.backup and create another backup when you running option 2
Update Fatrat
- To update fatrat go to your TheFatRat folder and execute :
git pull && chmod +x setup.sh && ./setup.sh
- To Update from 1.9.3 Version and up , execute on your fatrat folder :
./update && chmod +x setup.sh && ./setup.sh