awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
projectdiscovery avatar

projectdiscovery/interactsh

0
View on GitHub↗
4,380 星标·464 分支·Go·MIT·3 次浏览app.interactsh.com↗

Interactsh

Interactsh 是一个带外(out-of-band)安全测试框架和交互服务器,旨在检测服务器端请求伪造(SSRF)和盲注(blind injections)等漏洞。它作为一个多协议交互收集器,捕获 DNS、HTTP 和 SMTP 请求,以验证来自远程应用的对外通信。

该项目提供了一个自托管交互网关,用于管理唯一载荷(payloads)并收集跨多个域的网络交互。它的独特之处在于能够模拟各种网络协议和响应行为,包括将请求路由到云元数据服务以识别特定漏洞。

该系统涵盖了广泛的功能,包括通过 ACME 为通配符域自动管理 SSL 证书、通过 Webhook 和第三方平台进行实时事件通知,以及托管用于注入测试的静态载荷。它还包括用于会话状态持久化和查询驱动响应控制的机制,以管理服务器如何处理传入请求。

Features

  • Out-of-Band Callback Servers - Provides a dedicated server to capture asynchronous network callbacks for detecting OOB vulnerabilities like SSRF.
  • Out-of-Band Interaction Monitoring - Captures asynchronous network callbacks across multiple protocols to identify blind vulnerabilities.
  • Interaction Capture Servers - Provides a self-hosted server for managing unique payloads and capturing interactions across multiple domains.
  • SSRF Metadata Endpoint Resolvers - Identifies server-side request forgery by resolving DNS records to cloud metadata IP addresses.
  • Interaction Gateways - Ships a self-hosted gateway for managing security payloads and collecting real-time interaction triggers.
  • Network Protocol Simulators - Mimics common network protocols to capture authentication attempts and file operations from targets.
  • Out-of-Band Security Testing - Detects blind vulnerabilities by triggering and verifying external network callbacks to a remote listener.
  • Multi-Protocol Listeners - Runs concurrent listeners on a single server instance to capture traffic across HTTP, DNS, and SMTP.
  • Response Simulators - Simulates various network protocols and response behaviors to test how applications handle different server responses.
  • Cloud Metadata Routing - Directs DNS requests to cloud metadata services to verify server-side request forgery vulnerabilities.
  • Wildcard DNS Domain Configurations - Configures wildcard DNS to direct all incoming queries for a set of domains to a single tracking server.
  • Dynamic Response Controllers - Determines the HTTP response code and body based on parameters embedded in the request URL.
  • Security Workflow Integrations - Integrates with external proxy interfaces to generate payloads and view interactions within a unified workflow.
  • SSL Certificate Automation - Automatically generates and renews wildcard TLS certificates using the ACME protocol to secure interaction domains.
  • ACME Certificate Clients - Automatically requests and renews wildcard TLS certificates via the ACME protocol.
  • Webhook Event Notifications - Triggers real-time alerts to external services via webhooks whenever a new network interaction is recorded.
  • Instant HTTP Responses - Generates immediate HTTP responses with custom status codes and bodies using URL query parameters.
  • Security Utilities - Detects out-of-band security interactions.

Star 历史

projectdiscovery/interactsh 的 Star 历史图表projectdiscovery/interactsh 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Interactsh 的开源替代方案

相似的开源项目,按与 Interactsh 的功能重合度排序。
  • projectdiscovery/naabuprojectdiscovery 的头像

    projectdiscovery/naabu

    5,766在 GitHub 上查看↗

    Naabu is a port scanner library and tool that probes hosts for open ports using SYN, CONNECT, and UDP methods to identify active services. It functions as a Go library for embedding port scanning into programs, and as a standalone tool that accepts targets as hostnames, IP addresses, CIDR ranges, or ASN numbers. The tool discovers live hosts before scanning, filters ports by range or top lists, and can integrate with Nmap for service version detection. The project distinguishes itself through its SYN-based port probing approach that sends TCP SYN packets and analyzes responses without complet

    Gocdn-exclusionhacktoberfestnmap
    在 GitHub 上查看↗5,766
  • yaklang/yakityaklang 的头像

    yaklang/yakit

    7,386在 GitHub 上查看↗

    Yakit is a comprehensive cybersecurity all-in-one platform designed for security assessments. It integrates a suite of core tools including an HTTP interception proxy for real-time traffic modification, an out-of-band interaction detector for verifying remote command execution via TCP, DNSLog, and ICMP, and a reverse shell manager for controlling remote server connections. The platform is distinguished by its dedicated security scripting environment, which allows for the development and execution of custom logic and plugins using a specialized high-performance language. It further extends fun

    TypeScriptblueteamburpsuiteexploit
    在 GitHub 上查看↗7,386
  • win-acme/win-acmewin-acme 的头像

    win-acme/win-acme

    5,713在 GitHub 上查看↗

    Automate SSL/TLS certificates on Windows with ease

    C#acmeacme-v2certificates
    在 GitHub 上查看↗5,713
  • steveltn/https-portalSteveLTN 的头像

    SteveLTN/https-portal

    4,694在 GitHub 上查看↗

    This project is a Docker-based Nginx reverse proxy manager designed to automate the deployment of HTTPS for web applications. It functions as a gateway that acquires and renews security certificates via Let's Encrypt and proxies incoming traffic to backend services. The system distinguishes itself by automatically discovering web services running in Docker containers to eliminate manual domain configuration. It manages security certificates through an automated process and can expose these certificates to other applications via shared volumes. The tool covers traffic management through load

    Ruby
    在 GitHub 上查看↗4,694
查看 Interactsh 的所有 30 个替代方案→

常见问题解答

projectdiscovery/interactsh 是做什么的?

Interactsh 是一个带外(out-of-band)安全测试框架和交互服务器,旨在检测服务器端请求伪造(SSRF)和盲注(blind injections)等漏洞。它作为一个多协议交互收集器,捕获 DNS、HTTP 和 SMTP 请求,以验证来自远程应用的对外通信。

projectdiscovery/interactsh 的主要功能有哪些?

projectdiscovery/interactsh 的主要功能包括:Out-of-Band Callback Servers, Out-of-Band Interaction Monitoring, Interaction Capture Servers, SSRF Metadata Endpoint Resolvers, Interaction Gateways, Network Protocol Simulators, Out-of-Band Security Testing, Multi-Protocol Listeners。

projectdiscovery/interactsh 有哪些开源替代品?

projectdiscovery/interactsh 的开源替代品包括: projectdiscovery/naabu — Naabu is a port scanner library and tool that probes hosts for open ports using SYN, CONNECT, and UDP methods to… yaklang/yakit — Yakit is a comprehensive cybersecurity all-in-one platform designed for security assessments. It integrates a suite of… win-acme/win-acme — Automate SSL/TLS certificates on Windows with ease. steveltn/https-portal — This project is a Docker-based Nginx reverse proxy manager designed to automate the deployment of HTTPS for web… axllent/mailpit — Mailpit is an SMTP mail testing server and web-based email inbox designed to intercept and store outgoing emails for… projectdiscovery/subfinder — Subfinder is a security reconnaissance framework designed for subdomain enumeration and attack surface management. It…