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

seems not to enumerate RC4 ciphers #3

Closed
EnDe opened this issue May 5, 2017 · 2 comments
Closed

seems not to enumerate RC4 ciphers #3

EnDe opened this issue May 5, 2017 · 2 comments

Comments

@EnDe
Copy link

EnDe commented May 5, 2017

...i.e. misses to detect ECDHE-RSA-RC4-SHA and RC4-SHA (did not test others like RC4-MD5)

@prbinu
Copy link
Owner

prbinu commented May 5, 2017

thanks for reporting this. seems like a bug in the code, with tls1_2.

For e.g., the following command actually enumerate RC4 ciphers:
tls-scan --host=rc4.badssl.com --cacert=../tls-scan/ca-bundle.crt --pretty -e --ssl3 --tls1 --tls1_1

Again, this is an issue that i will address soon.

@prbinu
Copy link
Owner

prbinu commented May 7, 2017

Fixed in 0.1.7
release https://github.com/prbinu/tls-scan/releases/tag/0.1.7

@prbinu prbinu closed this as completed May 9, 2017
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