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

Legacy SSL/TLS versions cause error #2

Open
waltersagehorn-praetorian opened this issue Apr 13, 2023 · 0 comments
Open

Legacy SSL/TLS versions cause error #2

waltersagehorn-praetorian opened this issue Apr 13, 2023 · 0 comments

Comments

@waltersagehorn-praetorian

The error shown below occurs if the server supports only legacy SSL/TLS protocol versions. I imagine something similar would happen if the server only supported outdated crypto/ciphers/etc.

wsagehorn$ ~/go/bin/NTLMRecon -t https://REDACTED:443/EWS/Exchange.asmx
Error brute-forcing NTLM authentication endpoints (error: unable to send HTTP request: Get "https://REDACTED:443/": tls: server selected unsupported protocol version 301)

wsagehorn$ sslscan https://REDACTED:443
Version: 2.0.6-static
OpenSSL 1.1.1s  1 Nov 2022

Connected to REDACTED

Testing SSL server REDACTED on port 443 using SNI name REDACTED

  SSL/TLS Protocols:
SSLv2     enabled
SSLv3     enabled
TLSv1.0   enabled
TLSv1.1   disabled
TLSv1.2   disabled
TLSv1.3   disabled
@waltersagehorn-praetorian waltersagehorn-praetorian changed the title Older SSL/TLS versions cause error Legacy SSL/TLS versions cause error Apr 13, 2023
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

1 participant