Input formats
... or how to pass targets to secator.
Direct input
secator x httpx example.com # single input
secator x httpx example.com,example2.com,example3.com # multiple comma-separated inputsFile input
secator x httpx urls.txtStdin input
cat urls.txt | secator x httpxsecator x subfinder vulnweb.com | secator x nmap | secator x httpxLast updated