-
Notifications
You must be signed in to change notification settings - Fork 54
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
Comments
thanks for reporting this. seems like a bug in the code, with tls1_2. For e.g., the following command actually enumerate RC4 ciphers: Again, this is an issue that i will address soon. |
prbinu
added a commit
that referenced
this issue
May 6, 2017
prbinu
added a commit
that referenced
this issue
May 6, 2017
prbinu
added a commit
that referenced
this issue
May 6, 2017
Fixed in 0.1.7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
...i.e. misses to detect ECDHE-RSA-RC4-SHA and RC4-SHA (did not test others like RC4-MD5)
The text was updated successfully, but these errors were encountered: