dnsReaper icon indicating copy to clipboard operation
dnsReaper copied to clipboard

Guidance in syntax to provide multiple signatures

Open kyrylo-hulak opened this issue 6 months ago • 3 comments

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!

kyrylo-hulak avatar Aug 27 '24 16:08 kyrylo-hulak