Summary of script script scan of NMAP
Nmap-- script= "script" 192.168.room.*
Auth: the script responsible for handling authentication certificates (bypassing authentication)
Broadcast: probe more services on the LAN, such as dhcp/dns/sqlserver, etc.
Brute: provides brute force cracking methods for common applications such as http/snmp
Default: default script when scanning with-sC or-An options, providing basic script scanning capabilities
Discovery: perform more information on the network, such as SMB enumeration, SNMP query, etc.
Dos: used for denial of service *
Exploit: exploit known vulnerabilities * system
External: leverage third-party databases or resources, such as whois parsing
Fuzzer: a script for fuzzy testing that sends abnormal packets to the target machine to detect potential vulnerabilities
Intrusive: * script that may trigger the recording or blocking of the other party's IDS/IPS
Malware: detect whether the target machine is infected with the virus, open the back door and other information
Safe: this class, contrary to intrusive, is a security script
Version: scripts responsible for enhancing service and version scanning (Version Detection) capabilities
Vuln: responsible for checking whether the target machine has common vulnerabilities (Vulnerability), such as MS08_067
The default script scan mainly collects information about various application services:
Nmap-- script=default 192.168.room.* or nmap-sC 192.168.room.*
In addition to the above usage, nmap has a lot of script detection types, a total of 557. For all script, please see the link address below.
Reference link: https://nmap.org/nsedoc/
The follow-up improvement continues.