mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Some more minor script description updates
This commit is contained in:
parent
f91bc7a100
commit
0a9d569e42
3 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ local tab = require "tab"
|
|||
|
||||
description = [[
|
||||
Retrieves the locations of all "Find my iPhone" enabled iOS devices by querying
|
||||
the MobileMe web service.
|
||||
the MobileMe web service (authentication required).
|
||||
]]
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ local http = require "http"
|
|||
local bin = require "bin"
|
||||
|
||||
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
|
||||
tries to determine Metasploit version and deduce the OS type.
|
||||
Then it creates a new console and executes few commands
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ local bit = require "bit"
|
|||
local bin = require "bin"
|
||||
local table = require "table"
|
||||
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
|
||||
is limited to single thread at a time.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue