1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Some more minor script description updates

This commit is contained in:
fyodor
2012-11-16 00:51:50 +00:00
parent f91bc7a100
commit 0a9d569e42
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ local tab = require "tab"
description = [[ description = [[
Retrieves the locations of all "Find my iPhone" enabled iOS devices by querying Retrieves the locations of all "Find my iPhone" enabled iOS devices by querying
the MobileMe web service. the MobileMe web service (authentication required).
]] ]]
--- ---

View File

@@ -6,7 +6,7 @@ local http = require "http"
local bin = require "bin" local bin = require "bin"
description = [[ description = [[
Script gathers info from the Metasploit rpc service. Gathers info from the Metasploit rpc service.
It requires a valid login pair. After authentication it It requires a valid login pair. After authentication it
tries to determine Metasploit version and deduce the OS type. tries to determine Metasploit version and deduce the OS type.
Then it creates a new console and executes few commands Then it creates a new console and executes few commands

View File

@@ -8,7 +8,7 @@ local bit = require "bit"
local bin = require "bin" local bin = require "bin"
local table = require "table" local table = require "table"
description = [[ description = [[
Performs password guessing against pcAnywhere. Performs brute force password auditing against the pcAnywhere remote access protocol.
Due to certain limitations of the protocol, bruteforcing Due to certain limitations of the protocol, bruteforcing
is limited to single thread at a time. is limited to single thread at a time.