Thread: [Solved] Using SSL HTTPS Proxy
View Single Post
  #14  
Old 28.08.2020, 18:44
vbs vbs is offline
Super Loader
 
Join Date: Aug 2020
Posts: 29
Default

Not sure if it helps but these are the supported ciphers:
Code:
vbs@ubuntu:~$ nmap --script ssl-enum-ciphers -p 89 ch250.nordvpn.com

Starting Nmap 7.60 ( https://nmap.org ) at 2020-08-28 17:43 CEST
Nmap scan report for ch250.nordvpn.com (217.138.203.195)
Host is up (0.023s latency).

PORT   STATE SERVICE
89/tcp open  su-mit-tg
| ssl-enum-ciphers: 
|   TLSv1.2: 
|     ciphers: 
|       TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (secp256r1) - A
|       TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (secp256r1) - A
|       TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 (dh 2048) - A
|       TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 (dh 2048) - A
|     compressors: 
|       NULL
|     cipher preference: server
|_  least strength: A

Nmap done: 1 IP address (1 host up) scanned in 9.69 seconds
Reply With Quote