We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
it seems I should always pass a flag --exclude-signature for a new signature which is not obvious
--exclude-signature
Sorry, something went wrong.
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 :)
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: