Oblivion : Data Leak Checker And OSINT Tool

Oblivion is a tool focused in real time monitoring of new data leaks, notifying if the credentials of the user has been leak out. It’s possible too verify if any credential of user has been leak out before. The Oblivion have two modes:

  • Oblivion Client: graphical mode.
  • Oblivion Server: mode with API functionalities.

NOTE: The Oblivion Client and the Oblivion Server are independents.

Oblivion Client

Oblivion Server

Oblivion Features

  • 💪 CVEs scan
  • ☑️ Works with powerful APIs
  • 🔗 Works too with Google Dorks
  • 🔎 Checks your password in Word Lists
  • 👀 Checks the last pastes in Pastebin
  • 📄 Output to txt, docx, pdf, xlsx, json, html, xml, db
  • 🔒 Output to encrypted files
  • 📦 Sends result files to multiples Buckets S3
  • 📁 Upload the result files to Google Drive
  • 📡 Cab send result files by SSH (work with EC2)
  • 📢 Notify by Telegram and e-mail
  • 📌 Includes option to hide passwords for demonstrations
  • 🕒 Works with scheduled scans
  • 🔁 Possible to execute loop scans

APIs

ServiceFunctionsStatus
HaveIBeenPwnedE-mails and passwordspaid
Scylla.shCleartext passwords, hashs and salts, usernames, IPs, domainfree
IntelX.ioCleartext passwords, hashs and salts, usernames, IPs, domain, Bitcoin Wallets, IBANpaid
Circl.luChecks for new CVEsfree

Usage & Configuration

For configuration or usage of Oblivion please read the documentation. All the steps were careful explained with images and examples.

Credits

R K

Recent Posts

Nmap cheat sheet for beginners

Nmap (Network Mapper) is a free tool that helps you find devices on a network,…

18 hours ago

Understanding the Model Context Protocol (MCP) and How It Works

Introduction to the Model Context Protocol (MCP) The Model Context Protocol (MCP) is an open…

1 week ago

The file Command – Quickly Identify File Contents in Linux

While file extensions in Linux are optional and often misleading, the file command helps decode what a…

1 week ago

How to Use the touch Command in Linux

The touch command is one of the quickest ways to create new empty files or update timestamps…

1 week ago

How to Search Files and Folders in Linux Using the find Command

Handling large numbers of files is routine for Linux users, and that’s where the find command shines.…

1 week ago

How to Move and Rename Files in Linux with the mv Command

Managing files and directories is foundational for Linux workflows, and the mv (“move”) command makes it easy…

1 week ago