
██████╗ ███╗ ██╗██╗ ██████╗ ███████╗███████╗
██╔═══██╗████╗ ██║██║██╔═══██╗██╔════╝██╔════╝
██║ ██║██╔██╗ ██║██║██║ ██║█████╗ █████╗
██║ ██║██║╚██╗██║██║██║ ██║██╔══╝ ██╔══╝
╚██████╔╝██║ ╚████║██║╚██████╔╝██║ ██║
╚═════╝ ╚═╝ ╚═══╝╚═╝ ╚═════╝ ╚═╝ ╚═╝ v2.0
Deep Web URLs(またはオニオン)を検査するための、純粋なPythonで書かれたシンプルなツール。
✨最新の投稿をお読みください: Inspecting Deep Web Links.✨
詳しくは nikolaskama.me/onioffproject をご覧ください。私のブログをチェックして、Twitterをフォローしてください。
ONIOFFは、Gitリポジトリをクローンして、依存関係をインストールするだけでダウンロードできます:
~ ❯❯❯ git clone https://github.com/k4m4/onioff.git
~ ❯❯❯ cd onioff
~/onioff ❯❯❯ pip3 install -r requirements.txt
~/onioff ❯❯❯ python3 onioff.py
注記: ONIOFFを動作させるには、Torが正しく設定され、実行中である必要があります。
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
利用可能なすべてのオプションを表示するには、次のコマンドを実行します:
~/onioff ❯❯❯ python3 onioff.py -h
短いデモです:
(その他のデモはこちらをクリック)
Copyright 2016-2017 Nikolaos Kamarinakis. 一部の権利を留保します。
ONIOFFは、ライセンスファイルに記載されているすべての明確化に従い、MITライセンスの条件の下で提供されています。
詳細については、公式プロジェクトページをご覧ください。 また、いつでも nikolaskam{at}gmail{dot}com までメールしてください。