1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 06:01:28 +00:00

Update some script nsedoc descriptions for consistency. The description should almost always start with an active verb and never with the script name or 'this script'. Admittedly that makes the first sentence a fragment. The first sentence should be capitalized

This commit is contained in:
fyodor
2011-09-11 20:50:56 +00:00
parent a5d81c3b35
commit 2ff08a24a1
6 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
description = [[
http-default-accounts tests for access with default credentials used by a variety of web applications and devices.
Tests for access with default credentials used by a variety of web applications and devices.
It works similar to http-enum, we detect applications by matching known paths and launching a login routine using default credentials when found.
This script depends on a fingerprint file containing the target's information: name, category, location paths, default credentials and login routine.