Monday, November 19, 2018

Setting up and executing TheFatRat

The Fat Rat is the backdoor generator helping generate undetectable backdoors.

Installation:
#cd ~
#mkdir ./fatrat
#cd fatrat
#git clone https://github.com/Screetsec/TheFatRat.git
#cd TheFatRat
#chmod +x setup.sh && ./setup.sh
#chmod a+x ./fatrat
#chmod a+x ./powerfull.sh

Execution:
#./fatrat

No comments:

Post a Comment