Onioff
π° An onion url inspector for inspecting deep web links.
Install / Use
/learn @k4m4/OnioffREADME
<!-- <h1 align="center">
<img width="650" src="https://nikolaskama.me/content/images/2017/05/_1023323.png" alt="ONIOFF Logo">
</h1> -->
<p align="center">β¨Read my latest post: <a href="http://resources.infosecinstitute.com/inspecting-deep-web-links"><i>Inspecting Deep Web Links.</i></a>β¨</p>
<p align="center"> <sub>Visit <a href="https://nikolaskama.me/onioffproject/"><code>nikolaskama.me/onioffproject</code></a> for more information. Check out my <a href="https://nikolaskama.me">blog</a> and follow me on <a href="https://twitter.com/nikolaskama">Twitter</a>.</sub> </p> <br>
βββββββ ββββ ββββββ βββββββ ββββββββββββββββ
ββββββββββββββ βββββββββββββββββββββββββββββββ
βββ βββββββββ βββββββββ βββββββββ ββββββ
βββ βββββββββββββββββββ βββββββββ ββββββ
ββββββββββββ βββββββββββββββββββββ βββ
βββββββ βββ ββββββββ βββββββ βββ βββ v2.0
A simple tool - written in pure python - for inspecting Deep Web URLs (or onions).
- Compatible with Python 3π.
- Author: Nikolaos Kamarinakis (nikolaskama.me)
<p align="center">β¨Read my latest post: <a href="http://resources.infosecinstitute.com/inspecting-deep-web-links"><i>Inspecting Deep Web Links.</i></a>β¨</p>
<p align="center"> <sub>Visit <a href="https://nikolaskama.me/onioffproject/"><code>nikolaskama.me/onioffproject</code></a> for more information. Check out my <a href="https://nikolaskama.me">blog</a> and follow me on <a href="https://twitter.com/nikolaskama">Twitter</a>.</sub> </p> <br>
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
~/onioff β―β―β― pip3 install -r requirements.txt
~/onioff β―β―β― python3 onioff.py
NOTE: In order for ONIOFF to work, Tor must be correctly configured and running.
<br>Usage
Usage: python3 onioff.py {onion} [options]
Options:
--version show program's version number and exit
-h, --help show this help message and exit
-f FILE, --file=FILE name of onion file
-o OUTPUT_FILE, --output=OUTPUT_FILE
output filename
-a, --active log active onions only to output file
Examples:
python3 onioff.py http://xmh57jrzrnw6insl.onion/
python3 onioff.py -f ~/onions.txt -o ~/report.txt -a
python3 onioff.py https://facebookcorewwwi.onion/ -o ~/report.txt
To view all available options run:
~/onioff β―β―β― python3 onioff.py -h
<br>
Demo
Here's a short demo:
(For more demos click here)
<br>Developer
- Nikolaos Kamarinakis (k4m4) - @nikolaskama
License
Copyright 2016-2017 by Nikolaos Kamarinakis. Some rights reserved.
ONIOFF is under the terms of the MIT License, following all clarifications stated in the license file.
<br>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.

