Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
interactsh-web — Interactsh 客户端的 Web 仪表盘 | Kitploit
工具/GitHubGitHub/projectdiscovery/interactsh-web
OSINT (开源情报)侦察DNS和子域名枚举信息收集Web安全DNS 分析
GitHubprojectdiscovery/interactsh-web

interactsh-web

Interactsh 客户端的 Web 仪表盘

查看仓库
2437721天前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
网站

Interactsh Web 客户端

基于 Next.js 的 Interactsh 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
# 或
yarn install
  1. 运行开发服务器:
root@kitploit:~
npm run dev
# 或
yarn dev
  1. 在浏览器中打开 http://localhost:3000。

生产构建

root@kitploit:~
npm run build
npm start
# 或
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)
  • 自定义主机配置
  • 数据导出功能
  • 主题选择(暗色、Synth、蓝色)

许可证

MIT 许可证 - 详见 LICENSE.md。

致谢

  • ProjectDiscovery - Interactsh 核心
下载工具
变量描述默认值
NEXT_PUBLIC_HOST默认 Interactsh 服务器主机oast.fun
NEXT_PUBLIC_TOKEN身份验证令牌(可选)-
NEXT_PUBLIC_CIDL关联 ID 长度20
NEXT_PUBLIC_CIDN关联 ID Nonce 长度13