Colgate13 / RootKit-injectable

Rootkit injectable by windowns, linux, or macOs. injectable by executable or USB RudderDuck

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RootKit-injectable

About   |    technologies   |    Features   |    Transpile, Compile and Run   |    License

πŸ““ About

Rootkit injectable by windowns, linux, or macOs. injectable by executable or USB RudderDuck

technologies πŸ±β€πŸπŸŽ‚

Features

  • Server - Controll Infect machine with Bash commands
  • Client - Controll Process and Execute bash commands sent Server and send return
  • RudderDuck - Micro Arduino/Arduino Leonardo inject machine with Rootkit and exe in background

Transpile, Compile and Run

Transpile Typescript to JavaScript and run - Server

npm run buildCompileServer
node dist/Server.js

Transpile Typescript to JavaScript and run - Client

Change -> /src/modules/Client/Client.ts:6 to You Server IP and Server Port: Exemple: vps.machine.com:1337 or localhost:1337 or 127.0.0.0:1337

npm run buildCompileServer

Executables Ready to run in machine or insert in RudderDuck USB with SD Card or Make it available on a download mirror and configure rudderduck to download it from powershell/Terminal

dist/Client-win.exe -> Windowns
dist/Client-linux -> Linux
dist/Client-macos -> MacOs

RudderDuck - BADUSB to inject program

open your Arduino IDE
Set your Arduino setting
Verific and Upload to board
Inject USB in Computer windowns;

License

MIT LICENSE

About

Rootkit injectable by windowns, linux, or macOs. injectable by executable or USB RudderDuck

License:MIT License


Languages

Language:TypeScript 49.1%Language:JavaScript 24.3%Language:C 16.7%Language:C++ 7.8%Language:Shell 2.1%