Open kyrylo-hulak opened 2 months ago
it seems I should always pass a flag --exclude-signature
for a new signature which is not obvious
like below
docker run punksecurity/dnsreaper aws \
--aws-access-key-id <key> \
--aws-access-key-secret <secret> \
--exclude-signature signature1 \
--exclude-signature signature2
Sorry I missed this issue. You are exactly right, I'll update the output :)
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
How should look like my line below to exclude signature1, signature2 and so forth.
Is it right understanding?
Thank you!