nmap -p <ports> -sCV -n -Pn <target>
nmap -p <ports> --script <script> <target>
Scripts usage
You can list all available Nmap scripts using the following commands:
# List nmap nse scripts
ls /usr/share/nmap/scripts | grep <service>
# Get info about a script
nmap --script-help <script>