Saturday, June 17, 2017

ONIOFF – Onion URL Inspector

7:38 AM Leave a Reply
ONIOFF – Onion URL Inspector


ONIOFF is basically an Onion URL inspector, it’s 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.

ONIOFF - Onion URL Inspector




It’s compatible with Python 2.6 & 2.7.

Usage


Usage: python onioff.py {onion} [options]
1
Usage: python onioff.py {onion} [options]
To view all available options run:


$ python onioff.py -h
1
$ python onioff.py -h
NOTE: In order for ONIOFF to work, Tor must be correctly configured and running.

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
1
2
3
4
5
$ git clone https://github.com/k4m4/onioff.git

$ cd onioff

$ pip install -r requirements.txt
You can download ONIOFF here: