ONIOFF

✨ deeznutz

✨ Master ✨
Staff member
Joined
May 15, 2017
Messages
981
Likes
760
Points
1,045
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.

Installation

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

Code:
$ 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:

Code:
$ python onioff.py -h
 
Top Bottom