For the complete documentation index, see llms.txt. This page is also available as Markdown.

Examples

... or concrete use cases for secator.


Find subdomains using subfinder and run HTTP probes using httpx

secator x subfinder -raw alibaba.com | secator x httpx -rl 10 -ss

Run host reconnaissance workflow

secator w host_recon cnn.com

Fuzz URLs with multiple fuzzers and a custom wordlist

secator w url_fuzz example.com -mc 200,302 -rl 1 -w dicc.txt -o table -quiet 

Last updated