Logo
Noddev
ShowcaseDocsBlog
Go to Docs

Welcome

IntroductionEcosystem Overview

Omni (OSINT Platform)

OverviewCore ConceptsSteganographySocial Recon

ApiShield (Security)

Getting StartedRate LimitingThreat Models

Terminal-RichJS (CLI)

IntroductionInstallationComponentsLayouts

Ready to secure your next project?

GitHub Profile

© 2026 NODDEV. All rights reserved.

GitHubTwitterWhatsApp

Omni Overview

A Next.js cyber-forensics suite for comprehensive digital investigation.

Omni is a Next.js (App Router) cyber-forensics suite that provides a unified UI for IP intelligence, DNS auditing, breach lookup, malware sandboxing, social footprinting, steganography analysis, metadata extraction, browser fingerprinting, and investigative history.

Key Capabilities

  • IP Intelligence: Geolocation, ASN, ISP, privacy flags (VPN/proxy/Tor), abuse score.
  • DNS Audit: A/AAAA/MX/TXT/NS/SoA enumeration.
  • Breach Search: DeHashed lookups by email with masked password display.
  • Malware Sandbox: urlscan.io submission + historical scan lookup.
  • Social Footprint: Username correlation across multiple platforms.
  • Metadata Lab: Client-side EXIF/GPS extraction for images.
  • Stego Lab: LSB visualization/extraction + chi-square analysis.
  • Browser Fingerprint: Captures browser/device characteristics.
  • Investigation History: Stored in Postgres with detail drill-down.
  • Admin Command Center: User management, credits, audit log.
  • Developer API Page: Per-user API key + example curl requests.

Tech Stack

ComponentTechnology
FrameworkNext.js 16.1.1 (App Router)
UIReact 19.2.3, Tailwind CSS v4, Lucide icons, Framer Motion
AuthNextAuth v5 (beta), Credentials + Google + GitHub
DatabaseNeon Postgres via Drizzle ORM
Forensicsexifreader, jsPDF + autotable

Project Structure

src/
  app/
    layout.tsx
    page.tsx
    api/
      investigate/route.ts
      history/route.ts
      user/credits/route.ts
      osint/social/route.ts
      admin/users/route.ts
  lib/
    db.ts
    schema.ts
  components/
    layout/
    auth/
    breach/
    dns/
    ip/
    steganography/
    social/
  utils/
    exportPdf.ts
    fingerprint.ts

Next Steps

  • Core Concepts - Authentication and frontend modules
  • Steganography - Stego Lab features
  • Social Recon - Social footprint analysis
PreviousEcosystem OverviewNextCore Concepts
Was this helpful?

On This Page

Key CapabilitiesTech StackProject StructureNext Steps