Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
rvbbit-arsenal — Offensive & defensive Linux kernel security research focused on rootkit behavior, observable artifacts and detection. | Kitploit
Tools/GitHubGitHub/buter-chkalova/rvbbit-arsenal
Defensive ToolsForensicsMalware AnalysisPenetration TestingCommand and ControlLearning & EducationIncident ResponsePayload Development
GitHubbuter-chkalova/rvbbit-arsenal

rvbbit-arsenal

Offensive & defensive Linux kernel security research focused on rootkit behavior, observable artifacts and detection.

View Repository
16741 month agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

RVBBIT Arsenal: The Ultimate Offense & Defense Duality

License: MIT Platform: Linux x86_64 Status: Research Epic

Overview

This repository houses two sides of the same coin:

  • attack/ – Project RVBBIT, a classic Linux kernel rootkit with embedded miner and network worm.
  • defense/ – RvbbitSafe, the definitive countermeasure that detects, neutralizes, and removes every trace of RVBBIT.

Together, they form the comprehensive educational resource on modern Linux rootkit warfare.

Quick Start

Build the Nightmare (Attack)

root@kitploit:~
cd attack
First, embed the XMRig payload (see attack/README.md)
./build.sh
Deploy rvbbit_installer on isolated test VM

Note: Detailed instructions on embedding payloads are in attack/README.md.
Deploy the Cure (Defense)
bash
cd defense
chmod +x install.sh
sudo ./install.sh
Documentation
Full technical whitepaper available in docs/whitepaper.md.

Disclaimer
This software is provided for authorized educational and defensive research only. Misuse is strictly prohibited and may violate computer crime laws. The authors assume no liability for improper use.

## Limitations

This is a learning prototype. It uses dated techniques, generates detectable telemetry, and will not evade modern EDRs or hypervisor integrity checks. Not intended for operational use.
Download Tool