2017-07-09 (YYYY-MM-DD) - CHANGED
- Added option -1 to display some nmap options
- Changed
Enter the IP Address:
toEnter the IP Address or Domain Name:
on the prompt. - Added ssl-cert-intaddr and ssl-known-key scripts to option 1
2017-07-08 (YYYY-MM-DD) - CHANGED
Added port 3389 to script 1 SSL ciphers. This checks the ciphers offered by the Microsoft RDP service. I found that a fully patched 2008 R2 server offers up RC4 by default.
I documented the steps needed to enable TLS1.1/1.2 in this blog post Enabling TLS 1.1/1.2 for RDP in Microsoft Server 2008R2/Windows 7 SP1
2018-01-20 (YYYY-MM-DD) - CHANGED Added the OS library Used osname = os.name if osname == "posix": sudo = 'sudo' else: sudo = '' to automatically determine the OS and eliminate tne need to ask.