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. It’s compatible with Python 2.6 & 2.7. Usage
1 |
Usage: python onioff.py {onion} [options] |
To view all available options run:
1 |
$ python onioff.py -h |
[…]