1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-24 15:19:03 +00:00

Fixed some typos and did minor changes to script documentation

This commit is contained in:
patrik
2012-02-03 11:56:44 +00:00
parent 016e95e0f4
commit 8d6d8ef597
3 changed files with 4 additions and 4 deletions

View File

@@ -72,7 +72,7 @@ For more information about Ganglia, see:
-- |_ pkts out: 0.06packets/sec
-- Version 0.1
-- Created 2011-06-28 - v0.1 - created by Brendan Coles <bcoles@gmail.com>
-- Created 2011-06-28 - v0.1 - created by Brendan Coles - itsecuritysolutions.org
author = "Brendan Coles"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"

View File

@@ -63,7 +63,7 @@ http://www.exploit-db.com/exploits/15130/
-- |_http://seclists.org/fulldisclosure/2010/Oct/119
--
-- @changelog
-- 2011-06-08 - created by Brendan Coles <bcoles@gmail.com>
-- 2011-06-08 - created by Brendan Coles - itsecuritysolutions.org
-- 2011-06-10 - added user count
-- - looped path detection
-- 2011-06-15 - looped system info extraction

View File

@@ -1,5 +1,5 @@
description = [[
Attempts to retrieve the model, firware version, and enabled services from a
Attempts to retrieve the model, firmware version, and enabled services from a
QNAP Network Attached Storage (NAS) device.
]]
@@ -32,7 +32,7 @@ QNAP Network Attached Storage (NAS) device.
-- 2012-01-29 - created by Brendan Coles - itsecuritysolutions.org
--
author = "Brendan Coles [itsecuritysolutions.org]"
author = "Brendan Coles"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"safe","discovery"}