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:
@@ -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).
|
||||||
]]
|
]]
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user