🛡️ OmniSec-Hex
OmniSec-Hex is an advanced, high-impact cybersecurity monorepo consolidating six powerhouse client-side security and sovereign intelligence workbanks. Operating entirely within browser-local memory environments with absolute data lockdown, this ecosystem delivers cross-vertical analysis capabilities across mobile triage, dynamic web testing, low-level binary analysis, and neural threat mapping.
🧰 The 6 Core Modules
📱 1. Anvil Mobile Labs
- Role: Mobile Security Triage & Repackage Engine
- Capabilities: Executes local binary deconstruction for iOS (.ipa) and Android (.apk). Decodes binary AXML/bplist formats, decompiles Smali bytecode/ARM64 assembly, updates asset manifests, and leverages pure-JS engines to dynamically handle zipalign and v2/v3 signing routines natively.
🔌 2. Conduit Native
- Role: Zero-Relay Raw Hardware Transport
- Capabilities: Claims physical device ADB and usbmux interfaces completely inside the web view using WebUSB workflows. Establishes browser-direct virtual TCP sockets and WebSocket tunnels to coordinate target actions without requiring third-party cloud intermediaries or backend relay nodes.
🧪 3. Kinetix DAST
- Role: Client-Side Web Vulnerability & Mutation Engine
- Capabilities: Implements local authentication handling, cross-origin spidering, input mutations, and multi-threaded race condition fuzzing. Probes hidden REST, GraphQL, and WebSocket targets using dynamic verification loop mechanics to suppress false positives.
🌐 4. Monolith Matrix
- Role: Standalone OSINT Directory & Utilities
- Capabilities: An un-tracked open-source intelligence atlas embedded as an offline dataset. Includes visual calculators, custom dork compilers, network subnet matrices, and cryptographic codec utilities backed by a hard-offline lock mechanism to strictly prevent outbound traffic leaks.
🧠 5. Quark Isolated AI
- Role: Microscopic Neural Threat Assessor
- Capabilities: Drives continuous threat ingestion via a 15 MiB embedded mixed INT4/INT8 local model core running completely client-side. Automatically parses raw security feeds, checks regex signature pipelines against 18 target channels, maps vulnerability context, and determines system risk scoring.
🛰️ 6. Telemetry Prime
- Role: Absolute Infrastructure & Network Visibility Workbench
- Capabilities: Orchestrates wide-range port scans, deep SSL/TLS handshake inspections, Content Security Policy (CSP) checklist parsing, and dynamic web property discovery. Operates seamlessly over both public domains and complex internal private-network subnets.
📂 Repository Architecture
text
OmniSec-Hex/
├── .gitignore
├── LICENSE
├── README.md
└── tools/
├── 1-anvil-mobile/ # Mobile Triage, Smali Decompile & Repackage
├── 2-conduit-native/ # Direct WebUSB ADB / usbmux Bridge
├── 3-kinetix-dast/ # Dynamic Client-Side Web Scanner & Fuzzer
├── 4-monolith-matrix/ # Standalone OSINT Directory & Utilities
├── 5-quark-ai/ # Offline Neural Compute & Regex Matrix
└── 6-telemetry-prime/ # Network, CSP Audit & Port Workbench
Use code with caution.
🔒 Security & Privacy Posture
- 100% Client-Side: Everything executes locally within browser-responsive worker nodes or volatile tab memory.
- Zero Leakage: No uploads, no telemetry tracking, and no call-home configurations.
- Authorized Use Only: Developed strictly for security research, verification analysis, and educational validation.