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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
CobraAudit — バグ報奨金監査スクリプト — APIキー検証、OAuth設定ミスチェック、パスワードリセット監査。 | Kitploit
ツール/GitHubGitHub/jakkxbt/cobraaudit
脆弱性分析APIセキュリティテストウェブセキュリティペネトレーションテスト認証
GitHubjakkxbt/cobraaudit

CobraAudit

バグ報奨金監査スクリプト — APIキー検証、OAuth設定ミスチェック、パスワードリセット監査。

リポジトリを見る
51ヶ月前未レビュー

人気

すべて見る →

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

すべてのツールを探索

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

すべてのツールを見る →
共有

CobraAudit

バグ報奨金監査フレームワーク — 一般的な脆弱性クラス向けの3つのフォーカスモジュールです。

root@kitploit:~
  ╔═╗╔═╗╔╗ ╦═╗╔═╗  ╔═╗╦ ╦╔╦╗╦╔╦╗
  ║  ║ ║╠╩╗╠╦╝╠═╣  ╠═╣║ ║ ║║║ ║
  ╚═╝╚═╝╚═╝╩╚═╩ ╩  ╩ ╩╚═╝═╩╝╩ ╩

モジュール

モジュールテスト内容
apikeysStripe, SendGrid, GitHub (classic & fine-grained), GitLab, OpenAI, Anthropic, Slack, Mailgun, Firebase, NPM, AWS, Shopify, Twilio
oauthImplicit flow, PKCE enforcement, state parameter, redirect URI bypass
pwresetHost header injection, username enumeration, rate limiting

インストール

root@kitploit:~
pip install -e .

インストール後、cobraaudit がグローバルに利用可能になります。

使用方法

root@kitploit:~
# Test a single API key
cobraaudit apikeys --key sk_live_xxxx

# Scan a file for API keys (e.g. NextRecon JS output)
cobraaudit apikeys --file output.js

# Scan a live URL for embedded keys
cobraaudit apikeys --target https://target.com/app.js

# OAuth audit
cobraaudit oauth --target https://target.com
cobraaudit oauth --target https://target.com --client-id myapp

# Password reset audit
cobraaudit pwreset --target https://target.com --email [email protected]
cobraaudit pwreset --target https://target.com --email [email protected] --reset-endpoint /forgot-password

# Run all modules
cobraaudit all --target https://target.com --email [email protected]

注意事項

  • pwreset における Host ヘッダインジェクションは、Burp Collaborator または interactsh を使用してリセットメール内のコールバックを確認する必要があります。
  • OAuth テストは既知の --client-id があると最も効果的です。なければ結果が不確定になる可能性があります。
  • 常にスコープ内のターゲットに対してのみテストしてください。
ツールをダウンロード