Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
onioff — 🌰 An onion url inspector for inspecting deep web links. | Kitploit
Tools/GitHubGitHub/k4m4/onioff
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringWeb Security
GitHubk4m4/onioff

onioff

🌰 An onion url inspector for inspecting deep web links.

View RepositoryWebsite
71213387 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
root@kitploit:~
 ██████╗ ███╗   ██╗██╗ ██████╗ ███████╗███████╗
██╔═══██╗████╗  ██║██║██╔═══██╗██╔════╝██╔════╝
██║   ██║██╔██╗ ██║██║██║   ██║█████╗  █████╗
██║   ██║██║╚██╗██║██║██║   ██║██╔══╝  ██╔══╝
╚██████╔╝██║ ╚████║██║╚██████╔╝██║     ██║
 ╚═════╝ ╚═╝  ╚═══╝╚═╝ ╚═════╝ ╚═╝     ╚═╝ v2.0

Build Status License Badge Compatibility Say Thanks GitHub Stars

A simple tool - written in pure python - for inspecting Deep Web URLs (or onions).

  • Compatible with Python 3🎉.
  • Author: Nikolaos Kamarinakis (nikolaskama.me)

✨Read my latest post: Inspecting Deep Web Links.✨


Visit nikolaskama.me/onioffproject for more information. Check out my blog and follow me on Twitter.


Installation

You can download ONIOFF by cloning the Git Repo and simply installing its requirements:

root@kitploit:~
~ ❯❯❯ git clone https://github.com/k4m4/onioff.git
~ ❯❯❯ cd onioff
~/onioff ❯❯❯ pip3 install -r requirements.txt
~/onioff ❯❯❯ python3 onioff.py

NOTE: In order for ONIOFF to work, Tor must be correctly configured and running.


Usage

root@kitploit:~
Usage: python3 onioff.py {onion} [options]

Options:
  --version             show program's version number and exit
  -h, --help            show this help message and exit
  -f FILE, --file=FILE  name of onion file
  -o OUTPUT_FILE, --output=OUTPUT_FILE
                        output filename
  -a, --active          log active onions only to output file

Examples:
  python3 onioff.py http://xmh57jrzrnw6insl.onion/
  python3 onioff.py -f ~/onions.txt -o ~/report.txt -a
  python3 onioff.py https://facebookcorewwwi.onion/ -o ~/report.txt

To view all available options run:

root@kitploit:~
~/onioff ❯❯❯ python3 onioff.py -h

Demo

Here's a short demo:

ONIOFF Demo

(For more demos click here)


Developer

  • Nikolaos Kamarinakis (k4m4) - @nikolaskama

License

Copyright 2016-2017 by Nikolaos Kamarinakis. Some rights reserved.

ONIOFF is under the terms of the MIT License, following all clarifications stated in the license file.


For more information head over to the official project page. You can also go ahead and email me anytime at nikolaskam{at}gmail{dot}com.

Download Tool