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