nmap -sSV --script ftp-anon.nse -p21 IP -T4 --reason
- Disable FTP and use SSH
- Disable FTP Anonymous Login
https://antnix07.blogspot.com/2018/01/disable-anonymous-user-in-ftp-server-on.html
nmap -sV -p161 --script snmp-info IP --reason -T4
nmap -sU -p161 --script snmp-info IP --reason -T4
snmpwalk -c public/private/any -v1/2c IP
N/A
- Check for cipher strength
nmap -sSCV -Pn --script ssl-enum-ciphers -p443 IP
sslscan IP
https://github.com/rbsec/sslscan
https://github.com/nabla-c0d3/sslyze
https://testssl.sh/
Windows: https://www.nartac.com/Products/IISCrypto/
nmap -sV -T5 -Pn -p 445 --script smb-protocols IPs
Network Level Authentication (NLA) Disabled
Terminal Services Encryption Level is Medium or Low, or
Terminal Services Encryption Level is not FIPS-140 Compliant
https://github.com/portcullislabs/rdp-sec-check
videos:https://www.youtube.com/watch?v=nyBOJwvUaKQ
Link:https://www.phr33fall.co.uk/windows-rdp-hardening/