Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
interactsh-web — Interactsh 클라이언트용 웹 대시보드 | Kitploit
도구/GitHubGitHub/projectdiscovery/interactsh-web
OSINT (Open Source Intelligence)ReconnaissanceDNS & Subdomain EnumerationInformation GatheringWeb SecurityDNS Analysis
GitHubprojectdiscovery/interactsh-web

interactsh-web

Interactsh 클라이언트용 웹 대시보드

저장소 보기
2437721일 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
웹사이트

Interactsh 웹 클라이언트

Interactsh를 위한 Next.js 기반 웹 인터페이스

시작하기

사전 요구 사항

  • 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 with 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 Nonce 길이13