Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gsociety0/anonxploit
Windows RAT w/ antivirus bypass.
https://github.com/gsociety0/anonxploit
anonxploit antivirus-bypass backdoor command-and-control hacking implant metasploit msfconsole netcat pentest post-exploitation python3 rat redteam remote-access remote-access-tool reverse-tcp-shell shellcode windows
Last synced: about 1 month ago
JSON representation
Windows RAT w/ antivirus bypass.
- Host: GitHub
- URL: https://github.com/gsociety0/anonxploit
- Owner: gsociety0
- License: gpl-3.0
- Created: 2024-01-27T04:20:44.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-30T22:35:36.000Z (10 months ago)
- Last Synced: 2024-01-31T00:06:17.056Z (10 months ago)
- Topics: anonxploit, antivirus-bypass, backdoor, command-and-control, hacking, implant, metasploit, msfconsole, netcat, pentest, post-exploitation, python3, rat, redteam, remote-access, remote-access-tool, reverse-tcp-shell, shellcode, windows
- Language: Python
- Homepage: https://github.com/gsociety0/AnonXploit
- Size: 747 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
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
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.