1 Repo
Creates unique URLs from a local client that, when requested by a target, send a callback to a configured server.
Distinct from URL Generators: Distinct from URL Generators: focuses on generating URLs for out-of-band interaction callbacks rather than general route-based URL construction.
Explore 1 awesome GitHub repository matching web development · Interaction. Refine with filters or upvote what's useful.
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
Creates unique URLs that send callbacks to a configured server when requested by a target.