mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
A couple more minor description updates that I forgot to checkin last time
This commit is contained in:
parent
dc485a4bff
commit
7b6b1f691c
2 changed files with 2 additions and 2 deletions
|
|
@ -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).
|
||||
]]
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue