The Wayback Machine - https://web.archive.org/web/20190511210439/https://github.com/k4m4/onioff
Skip to content
🌰 An onion url inspector for inspecting deep web links.
Branch: master
Clone or download
Latest commit 34dc309 Mar 16, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
reports Add --fast option to complete investigation asap - no sleep delays Nov 28, 2017
.gitignore
.travis.yml Fix Python 3.7 travis config Mar 16, 2019
code-of-conduct.md Generate Code of Conduct Apr 13, 2017
license πŸŽ‰ v2.0 release - `--active` feature Jan 4, 2018
onioff.py Fix time package deprecations Mar 16, 2019
readme.md
requirements.txt Remove duplicate requirement Feb 5, 2018

readme.md

 β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ•—   β–ˆβ–ˆβ•—β–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—
β–ˆβ–ˆβ•”οΏ½?οΏ½?οΏ½?β–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ•—  β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”οΏ½?οΏ½?οΏ½?β–ˆβ–ˆβ•—β–ˆβ–ˆβ•”οΏ½?οΏ½?οΏ½?οΏ½?οΏ½?β–ˆβ–ˆβ•”οΏ½?οΏ½?οΏ½?οΏ½?οΏ½?
β–ˆβ–ˆβ•‘   β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β–ˆβ–ˆβ•— β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘   β–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—
β–ˆβ–ˆβ•‘   β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β•šβ–ˆβ–ˆβ•—β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘   β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”οΏ½?οΏ½?οΏ½?  β–ˆβ–ˆβ•”οΏ½?οΏ½?οΏ½?
β•šβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”οΏ½?β–ˆβ–ˆβ•‘ β•šβ–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β•šβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”οΏ½?β–ˆβ–ˆβ•‘     β–ˆβ–ˆβ•‘
 β•šοΏ½?οΏ½?οΏ½?οΏ½?οΏ½?οΏ½? β•šοΏ½?οΏ½?  β•šοΏ½?οΏ½?οΏ½?οΏ½?β•šοΏ½?οΏ½? β•šοΏ½?οΏ½?οΏ½?οΏ½?οΏ½?οΏ½? β•šοΏ½?οΏ½?     β•šοΏ½?οΏ½? 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).


✨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:

~ οΏ½?οΏ½οΏ½?οΏ½οΏ½?οΏ½ 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

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:

~/onioff οΏ½?οΏ½οΏ½?οΏ½οΏ½?οΏ½ python3 onioff.py -h

Demo

Here's a short demo:

ONIOFF Demo

(For more demos click here)


Developer


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.

You can’t perform that action at this time.