onioff v2.0 releases: Inspecting Deep Web Links
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)
The Idea
While checking out some exceedingly peculiar Deep Web Links, I was truly frustrated by the fact that more than half of the URLs I tried navigating to were not responding.
It was at that point that the brainstorming began. I thought – why not create a tool which effortlessly allows me to check which of the onion links are actually active. And that is precisely what I did. I created ONIOFF.
Changelog v2.0 (04.01.2018)
- Implemented threading.
- Implemented –active feature.
- Minor bug fixes & styling improvements.
Installation
$ git clone https://github.com/k4m4/onioff.git
$ cd onioff
$ pip install -r requirements.txt
Usage
Usage: python onioff.py {onion} [options]
Demo
NOTE: In order for ONIOFF to work, Tor must be correctly configured and running.
Copyright © 2016 by Nikolaos Kamarinakis. Some rights reserved.
Source: https://github.com/k4m4/