lets say i have the following url:
I'm trying to get its' ssl expiration date.
There's this:
nmap --script=ssl-cert.nse -p 9194 www.domain.com
but it doesnt quite work. I'm unable to find the right argument in nmap.
Edit: I could go for Openssl but I need a Windows based solution.