dnsReaper
dnsReaper copied to clipboard
Guidance in syntax to provide multiple signatures
Hello,
Would someone please give me a hint of how multiple signatures must be separated to exclude them all? So, if we keep in mind the following
--exclude-signature EXCLUDE_SIGNATURE
Do not scan with this signature (multiple accepted)
How should look like my line below to exclude signature1, signature2 and so forth.
docker run punksecurity/dnsreaper aws \
--aws-access-key-id <key> \
--aws-access-key-secret <secret> \
--exclude-signature signature1,signature2
Is it right understanding?
Thank you!