Oblivion

Oblivion is an open-source modular framework written in Go, designed for web hacking and security analysis tasks. It features an interactive REPL interface and modular architecture for building and executing custom analysis tools.

Why Oblivion?

Modular

Build or plug in custom modules easily to suit your workflow.

REPL Interface

Powerful interactive shell for scripting and live testing.

Built in Go

Fast, portable, and reliable — perfect for offensive tooling.

Quick Start

$ git clone https://github.com/czz/oblivion
$ cd oblivion && go build
$ ./oblivion

Example Usage

oblivion> use subdomains_search
oblivion> set DOMAIN https://example.com
oblivion> run