For less intrusive scans, filter out probes by category using the script argument http-default-accounts.category:
$ nmap -p80 --script http-default-accounts --script-args http-default-accounts.category=routers <target>
The available categories are:
- Web: This category manages web applications
- Router: This category manages interfaces of routers
- VOIP: This category manages VOIP devices
- Security: This category manages security-related software
- Industrial: This category manages software related to Industrial Control Systems (ICS).
- Printer: This category manages printer devices
- Storage: This category manages storage devices
- Virtualization: This category manages software for virtualization
- Console: This category manages remote ...