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 -threads 30 -rl 10 

Find open ports and run nmap's vulscan NSE script on results

secator w port_scan 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