Generating Undetectable backdoors

Veil-Framework

  • Veil-Framework can generate us undetectable backdoors.

Installation

  • Copy and paste this to install it on Kali Linux.

  • Is more recommended to install it on Kali Linux, so you don't get any errors on the installation.

apt install -y veil
/usr/share/veil/config/setup.sh --force --silent

Usage

  • Start the program by typing veil.

  • Once you start veil, create your meterpreter undetectable backdoor with it and make a meterpreter listener to get the reverse shell.

TheFatRat

Installation

git clone https://github.com/Screetsec/TheFatRat.git
cd TheFatRat
chmod +x setup.sh && ./setup.sh

Usage

  • Once you start the TheFatRat, use the PwnWinds option to create the undetectable windows backdoors.

  • TheFatRat can also create backdoors for Linux, android and Mac OS.

Last updated