> Security Tools

Collection of powerful security tools from ProjectDiscovery and other security frameworks. These tools are pre-installed and ready to execute for various security assessments.

httpx

Fast and multi-purpose HTTP probe that sends HTTP requests to multiple hosts and matches on a variety of criteria.

httpx -u https://example.com -mc 200,301,302,403

subfinder

Subdomain discovery tool that discovers valid subdomains for websites using passive online sources.

subfinder -d example.com -all -recursive -silent

nuclei

Fast vulnerability scanner based on simple YAML based DSL for security testing.

nuclei -u https://example.com -t nuclei-templates/

naabu

Fast port scanner written in Go with a focus on reliability and simplicity.

naabu -host example.com -p 80,443,8080,8443

dnsx

Fast and multi-purpose DNS toolkit that allows running DNS queries with a list of user-supplied resolvers.

dnsx -d example.com -a -aaaa -cname

chaos

Cloud native DNS reconnaissance tool that can enumerate subdomains from various sources.

chaos -d example.com -silent

> Let's Connect