Remote Administration Tool writted in Python.
pyinstaller==5.11.0
pyarmor==7.7.4
- Install all requirements with
install.bat
file. - Configure
connect.apex
and configureApexRAT-Client.py
- Launch the server with
python ApexRAT-Server.py
or directly via .py file.
- Create a new telegram bot through
https://t.me/BotFather
- Insert bot token to
assets/telegram/token_notify.apex
- Get Your Chat ID (I've been getting through
https://t.me/chatIDrobot
) - Insert your chat id to
assets/telegram/id_notify.apex
- Enjoy.
- Send "Hello, Client" for check connection. [v1.0]
- Receive client screenshot [v1.0]
- Remote Desktop Streaming [v1.0] (v1.1 impoved)
- Open URL [v1.0]
- Summon MessageBox [v1.0]
- Enable/Disable taskmgr.exe [v1.1]
- Telegram New Client Notification [v1.2]
- Access to client CMD [v1.2]
- Open CD Rom [v1.2]
- Get Client CPU, GPU, HWID, Public IP, Username, Hostname [v1.2]
[+] Builder(v1.0) - Features: Obfuscation, Auto StartUp, Self copy to %temp% as "svchost.exe". - REQUIRE INSTALLED PYTHON FOR BUILDER WORK
[+] Added very important line for correct compiling. (client-side)
[+] Button to enable/disable taskmgr.exe (server-side)
[+] Periodic Reconnect every 350 seconds.(can be changed) (client-side) - useful for constantly online server.
[+] Extra tabs in context menu. [SORTED] (server-side)
[/] Optimized code. (both)
[/] Ping data fixed. (server-side)
[/] Screenshot save bug fixed. (server-side)
[/] Improved .bat files. (server-side)
[+] Telegram new client notification. (server-side)
[+] Added "Client" menu with ~ "Disconnect", "Delete" buttons. (server-side)
[+] Added "[Github]" button. (server-side)
[+] Added access to client CMD. Full console with all functions (including $ cd * through os.chdir)(both)
[+] Button to open CD Rom. (server-side)
[/] Fixed HWID retrieval. Now gets HWID instead of UUID. (client-side)
[/] Optimized sending/receiving data. (both)
[/] Fixed reconnection spam, now is 5 seconds. (client-side)
[/] Fixed pyinstaller, pyarmor versions to install in b_install.bat (server-side)
[*] Changed labels font.
[SILENT UPDATE]:
[+] Added new lib. to install: cpuinfo, gputil. (client-side)
[+] "Client Info" windows bug fixes + new features. (server-side)
[+] Button to request administrator rights. (Run as admin)