#vulns.co
/
mcp by GKData.io

← Back to Workflows

Ports → web services → scan

Scan for open ports, probe which speak HTTP, then run nuclei against those services.

Level: intermediate

Tools: naabu, httpx, nuclei

Pipeline

naabu -host {domain} -top-ports 1000 -silent | httpx -silent | nuclei -severity critical,high,medium

← Back to Workflows