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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
interactsh-web — Interactsh クライアント用 Web ダッシュボード | Kitploit
ツール/GitHubGitHub/projectdiscovery/interactsh-web
OSINT (オープンソースインテリジェンス)偵察DNSおよびサブドメイン列挙情報収集ウェブセキュリティDNS分析
GitHubprojectdiscovery/interactsh-web

interactsh-web

Interactsh クライアント用 Web ダッシュボード

リポジトリを見る
2437751ヶ月前Kitploit レビュー済み

人気

すべて見る →

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

すべてのツールを探索

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

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

Interactsh Web Client

Interactsh 用の Next.js ベースの Web インターフェース

はじめに

前提条件

  • Node.js 20+(React 19 に必要)
  • npm、yarn、pnpm

インストール

  1. リポジトリをクローンします:
root@kitploit:~
git clone https://github.com/projectdiscovery/interactsh-web.git
cd interactsh-web
  1. 依存関係をインストールします:
root@kitploit:~
npm install
# or
yarn install
  1. 開発サーバーを起動します:
root@kitploit:~
npm run dev
# or
yarn dev
  1. ブラウザで http://localhost:3000 を開きます。

本番用ビルド

root@kitploit:~
npm run build
npm start
# or
yarn build
yarn start

Docker

Docker を使用してビルドおよび実行します:

root@kitploit:~
docker build -t interactsh-web .
docker run -p 3000:3000 interactsh-web

環境変数

設定をカスタマイズするには、ルートディレクトリに .env.local ファイルを作成します:

技術スタック

  • フレームワーク: Next.js 16(App Router 使用)
  • React: React 19.1.0
  • スタイリング: SCSS、Tailwind CSS、styled-components
  • 言語: TypeScript
  • UI コンポーネント: Headless UI v2
  • 暗号化: node-rsa、crypto-browserify
  • テーマ管理: next-themes

プロジェクト構成

root@kitploit:~
src/
├── app/                    # Next.js App Router pages
│   ├── page.tsx           # Main application page
│   ├── layout.tsx         # Root layout
│   ├── styles.scss        # Page styles
│   ├── terms/             # Terms page
│   └── components/        # Page-specific components
├── components/            # Reusable UI components
│   ├── appLoader/
│   ├── customHost/
│   ├── detailedRequest/
│   ├── header/
│   ├── icons/             # SVG icon components
│   ├── notificationsPopup/
│   ├── requestsTable/
│   ├── resetPopup/
│   ├── tabSwitcher/
│   └── toggleBtn/
├── lib/                   # Utility functions and types
│   ├── index.ts           # Core functionality
│   ├── localStorage/      # Local storage management
│   ├── notify/            # Notification services
│   ├── registry.tsx       # styled-components registry
│   └── types/             # TypeScript type definitions
├── helpers/               # Fallback loaders
├── styles/                # Global styles
└── theme.ts               # Theme configuration

機能

  • リアルタイムのインタラクション監視
  • 複数プロトコル対応(HTTP、DNS、SMTP)
  • 複数セッションのタブ管理
  • リクエスト/レスポンスの詳細表示
  • 通知連携(Telegram、Slack、Discord)
  • カスタムホスト設定
  • データエクスポート機能
  • テーマ選択(Dark、Synth、Blue)

ライセンス

MIT ライセンス - 詳細は LICENSE.md を参照してください。

クレジット

  • ProjectDiscovery - Interactsh コア
ツールをダウンロード
変数説明デフォルト
NEXT_PUBLIC_HOSTデフォルトの Interactsh サーバーホストoast.fun
NEXT_PUBLIC_TOKEN認証トークン(オプション)-
NEXT_PUBLIC_CIDL相関 ID の長さ20
NEXT_PUBLIC_CIDN相関 ID ノンスの長さ13