Xeexe : Undetectable & Xor Encrypting With Custom KEY

Xeexe is a undetectable Reverse shell & Xor encrypting with custom KEY(FUD Metasploit Rat) bypass Top Antivirus like BitDefender, Malwarebytes, Avast, ESET-NOD32, AVG,…(PYTHON 3).

Undetectable Reverse Shell (Metasploit Rat)

It is an FUD exploiting tool which compiles a malware with famous payload, and then the compiled malware can be executed on Windows the tool Provides An Easy way to create Backdoors and Payload which can bypass TOP antivirus.

Features

  • python3 and Ngrok support.
  • Automatically Xor encrypting with custum KEY that you can use for increasing bypass Av.
  • Automatically Add Icon to executable.
  • Automatically Add Manifest to executable.
  • Bypass anti-virus backdoors with pure raw and xor.
  • Support os windows 7 to windows 10.
  • Fully Automating MSFvenom & Metasploit.
  • custum icon (copy your icon to icon folder and rename it to icon.ico)
  • add PowerShell to silent executable.
  • bypass Top Antivirus like BitDefender,Malwarebytes,Avast,ESET-NOD32,AVG,…

Also Read – Tangalanga : The Zoom Conference Scanner Hacking Tool

TO DO

  • Add Right To Left unicode (Rtlo Attack) – Example: Xegpj.exe => Xeexe.jpg
  • Add Random sign to Xeexe binary For Persistence FUD

Installation & How To Use

Instructions on how to install Xeexe

$git clone https://github.com/persianhydra/Xeexe-TopAntivirusEvasion.git
$cd Xeexe-TopAntivirusEvasion
$chmod +x install.sh && ./install.sh
$chmod +x Xeexe.py && python3 Xeexe.py

Requirements

  • Metasploit Framework
  • msfvenom
  • Wine
  • Mingw-w64 Compiler

Screenshot

Update Log

Version 1.0.1 = fix error first time run

Youtube Videos

Click here for videos.

Disclaimer

This tool is for educational purpose only, usage of Xeexe for attacking targets without prior mutual consent is illegal. Developers assume no liability and are not responsible for any misuse or damage cause by this program.

R K

Recent Posts

Bash Scripting Best Practices Every Beginner Should Know

Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…

36 minutes ago

How To Create A Self-Signed SSL Certificate Using Bash And OpenSSL

Introduction A self-signed SSL certificate is a certificate that is created and signed by the…

2 hours ago

How To Debug Bash Scripts Using bash -x And set Commands

Introduction Debugging is an important part of Bash scripting. When a script does not work…

6 hours ago

How To Use Cron Jobs With Bash Scripts For Automation

Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…

7 hours ago

How To Use Pipes In Bash Scripts For Command Chaining

Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…

8 hours ago

How To Use grep, awk, And sed In Bash Scripts

Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…

9 hours ago