NSE
-sC #Executes the default Nmap script scan, running a set of standard scripts against the target.
-A #Aggressive scan combining -sV, -O, and -sC for a comprehensive analysis of services, OS, and scripts.Default Scripts
nmap -sC [IP]Scripts
nmap --script-help=[Script Name]
nmap --script=[Script Name]/--script [Script Name]Aggressive Scan
nmap -A [IP]Last updated