Skip to content
New issue

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

Guidance in syntax to provide multiple signatures #187

Open
kyrylo-hulak opened this issue Aug 27, 2024 · 3 comments
Open

Guidance in syntax to provide multiple signatures #187

kyrylo-hulak opened this issue Aug 27, 2024 · 3 comments

Comments

@kyrylo-hulak
Copy link

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
Copy link
Author

it seems I should always pass a flag --exclude-signature for a new signature which is not obvious

@kyrylo-hulak
Copy link
Author

like below

docker run punksecurity/dnsreaper aws \
--aws-access-key-id <key> \
--aws-access-key-secret <secret> \
--exclude-signature signature1 \
--exclude-signature signature2

@SimonGurney
Copy link
Contributor

Sorry I missed this issue. You are exactly right, I'll update the output :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants