/onioff

🌰 An onion url inspector for inspecting deep web links.

Primary LanguagePythonMIT LicenseMIT

ONIOFF

ONIOFF - Onion URL Inspector

A simple tool - written in pure python - for inspecting Deep Web URLs (or onions). It takes specified onion links and returns their current status along with the site's title.

Compatible with Python 2.6 & 2.7.

Author: Nikolaos Kamarinakis (nikolaskama.me)

https://nikolaskama.me//content/images/2016/09/onioff_med-1.png

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

$ pip install -r requirements.txt

Usage

Usage: python onioff.py {onion} [options]

To view all available options run:

$ python onioff.py -h

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

Demo

Here's a short demo:

https://nikolaskama.me/content/images/2016/09/onioff_demo.png

(For more demos click here)

License

Copyright 2016 by Nikolaos Kamarinakis. All 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.