mirror of
https://github.com/nmap/nmap.git
synced 2025-12-10 09:49:05 +00:00
A couple more minor description updates that I forgot to checkin last time
This commit is contained in:
@@ -5,7 +5,7 @@ local string = require "string"
|
||||
local table = require "table"
|
||||
|
||||
description = [[
|
||||
Tries to find hostnames that resolve to the target's IP address by querying the Robtex service at http://www.robtex.com/dns/.
|
||||
Discovers hostnames that resolve to the target's IP address by querying the Robtex service at http://www.robtex.com/dns/.
|
||||
]];
|
||||
|
||||
---
|
||||
|
||||
@@ -6,7 +6,7 @@ local tab = require "tab"
|
||||
local table = require "table"
|
||||
|
||||
description=[[
|
||||
Gets a list of Git projects, owners and descriptions from a gitweb.
|
||||
Retrieves a list of Git projects, owners and descriptions from a gitweb (web interface to the Git revision control system).
|
||||
]]
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user