Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
onioff — 🌰 ダークウェブのリンクを検査するためのオニオンURLインスペクター。 | Kitploit
ツール/GitHubGitHub/k4m4/onioff
OSINT (オープンソースインテリジェンス)偵察情報収集ウェブセキュリティ
GitHubk4m4/onioff

onioff

🌰 ダークウェブのリンクを検査するためのオニオンURLインスペクター。

リポジトリを見るウェブサイト
7121337年前Kitploit レビュー済み

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有
root@kitploit:~
 ██████╗ ███╗   ██╗██╗ ██████╗ ███████╗███████╗
██╔═══██╗████╗  ██║██║██╔═══██╗██╔════╝██╔════╝
██║   ██║██╔██╗ ██║██║██║   ██║█████╗  █████╗
██║   ██║██║╚██╗██║██║██║   ██║██╔══╝  ██╔══╝
╚██████╔╝██║ ╚████║██║╚██████╔╝██║     ██║
 ╚═════╝ ╚═╝  ╚═══╝╚═╝ ╚═════╝ ╚═╝     ╚═╝ v2.0

Build Status License Badge Compatibility Say Thanks GitHub Stars

Deep Web URLs(またはオニオン)を検査するための、純粋なPythonで書かれたシンプルなツール。

  • Python 3と互換性あり🎉。
  • 作者: Nikolaos Kamarinakis (nikolaskama.me)

✨最新の投稿をお読みください: Inspecting Deep Web Links.✨


詳しくは nikolaskama.me/onioffproject をご覧ください。私のブログをチェックして、Twitterをフォローしてください。


インストール

ONIOFFは、Gitリポジトリをクローンして、依存関係をインストールするだけでダウンロードできます:

root@kitploit:~
~ ❯❯❯ git clone https://github.com/k4m4/onioff.git
~ ❯❯❯ cd onioff
~/onioff ❯❯❯ pip3 install -r requirements.txt
~/onioff ❯❯❯ python3 onioff.py

注記: ONIOFFを動作させるには、Torが正しく設定され、実行中である必要があります。


使い方

root@kitploit:~
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

利用可能なすべてのオプションを表示するには、次のコマンドを実行します:

root@kitploit:~
~/onioff ❯❯❯ python3 onioff.py -h

デモ

短いデモです:

ONIOFF Demo

(その他のデモはこちらをクリック)


開発者

  • Nikolaos Kamarinakis (k4m4) - @nikolaskama

ライセンス

Copyright 2016-2017 Nikolaos Kamarinakis. 一部の権利を留保します。

ONIOFFは、ライセンスファイルに記載されているすべての明確化に従い、MITライセンスの条件の下で提供されています。


詳細については、公式プロジェクトページをご覧ください。 また、いつでも nikolaskam{at}gmail{dot}com までメールしてください。

ツールをダウンロード