What problem does it solve?
It solves the problem of manually transforming and analyzing encoded or binary data by providing fast, chainable command-line applets.
Core Features & Use Cases
- Encoding & Decoding: hex, base64 (including URL-safe), and URL encoding/decoding for quick normalization of payloads.
- Binary Analysis & Pattern Work: binary grep, entropy calculation, buffer overflow pattern generation/offset calculation, and ELF shared-library symbol lookup.
- Practical Data Utilities: XOR with inline keys or key files, slicing byte ranges like a pipe-friendly dd, raw inflate/deflate with optional Zlib headers, and timestamp encode/decode plus string escape/unescape.
Quick Start
Use the rsbkb (Rust BlackBag) skill to decode an obfuscated blob by piping it into the right applet (for example, hex to bytes, then XOR, then base64, then URL-encode).