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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
openredirect — これは、複数のセキュリティ研究者がオープンリダイレクトバグを発見するために使用するツールです。 | Kitploit
ツール/GitHubGitHub/cappricio-securities/openredirect
脆弱性スキャナーウェブ脆弱性スキャナーウェブセキュリティペネトレーションテスト
GitHubcappricio-securities/openredirect

openredirect

これは、複数のセキュリティ研究者がオープンリダイレクトバグを発見するために使用するツールです。

リポジトリを見る
32年前未レビュー

人気

すべて見る →

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

すべてのツールを探索

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

すべてのツールを見る →
共有
ウェブサイト
ロゴ

バッジ

MIT License PyPI - Version PyPI - Downloads GitHub all releases Profile_view Follow Twitter

ライセンス

MIT

インストール

  1. Python3 と pip をインストールします 手順はこちら (これがわからないなら、このツールを使うべきではないでしょう)

    • pip でインストール
      • root@kitploit:~
           pip install openredirect 
        
    • 確認するには以下のコマンドを実行します
      • openredirect -h

設定

  1. 脆弱性検出の即時通知を受け取るために Telegram API を統合しました。

    • Telegram 通知
      • root@kitploit:~
           openredirect --chatid <YourTelegramChatID>
        
    • Telegram を開いて @CappricioSecuritiesTools_bot を検索し、スタートをクリックします

使用方法

  1. このツールには複数の使用例があります。

    • 単一の URL をチェックする
      • root@kitploit:~
           openredirect -u http://example.com 
        
    • URL のリストをチェックする
      • root@kitploit:~
          openredirect -i urls.txt 
        
    • 出力を TXT ファイルに保存する
      • root@kitploit:~
          openredirect -i urls.txt -o out.txt
        
    • openredirect について学びたいですか? その場合は、以下のコマンドを入力してください
      • root@kitploit:~
          openredirect -b
        

🚨 免責事項

このツールはセキュリティバグの発見と支援のために作成されています。Cappricio Securities は不正使用について一切の責任を負いません。 法的および倫理的な範囲内で責任を持って使用してください。🔐🛡️

PoC 動作ビデオ

asciicast

ヘルプメニュー

すべての項目を取得

root@kitploit:~
👋 Hey Hacker
                                                            v1.0
   ____                         ____           ___                __
  / __ \____  ___  ____        / __ \___  ____/ (_)_______  _____/ /_
 / / / / __ \/ _ \/ __ \______/ /_/ / _ \/ __  / / / ___/ _ \/ ___/ __/
/ /_/ / /_/ /  __/ / / /_____/ _, _/  __/ /_/ / / /  /  __/ /__/ /_
\____/ .___/\___/_/ /_/     /_/ |_|\___/\__,_/_/_/   \___/\___/\__/
    /_/
                              Developed By https://cappriciosec.com

openredirect : Bug scanner for WebPentesters and Bugbounty Hunters 

$ openredirect [option]

Usage: openredirect [options]

🔗 リンク

Website linkedin twitter

作者

  • @karthithehacker

フィードバック

フィードバックがありましたら、[email protected] までご連絡ください。

ツールをダウンロード
引数型説明例
-u--urlスキャンするURLopenredirect -u https://target.com
-i--inputファイル名 txtファイルから入力を読み取るopenredirect -i target.txt
-o--outputファイル名 txtファイルに出力を書き込むopenredirect -i target.txt -o output.txt
-c--chatidTelegram通知を作成openredirect --chatid yourid
-b--blogopenredirectバグについて読むopenredirect -b
-h--helpヘルプメニューopenredirect -h