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 = [[
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user