mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Improved documentation for mmouse-exec and mmouse-brute.
This commit is contained in:
parent
2b2f42200e
commit
a3efccc448
2 changed files with 12 additions and 1 deletions
|
|
@ -1,6 +1,10 @@
|
|||
description = [[
|
||||
Performs brute force password auditing against the RPA Tech Mobile Mouse
|
||||
Server.
|
||||
Server.
|
||||
|
||||
The Mobile Mouse server runs on OS X, Windows and Linux and enables remote
|
||||
control of the keyboard and mouse from an iOS device. For more information:
|
||||
http://mobilemouse.com/
|
||||
]]
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -2,6 +2,13 @@ description = [[
|
|||
Connects to the mobile mouse server, starts an application and sends a sequence
|
||||
of keys to it. Any application that the user has access to can be started and
|
||||
the key sequence is sent to the application after it has been started.
|
||||
|
||||
The Mobile Mouse server runs on OS X, Windows and Linux and enables remote
|
||||
control of the keyboard and mouse from an iOS device. For more information:
|
||||
http://mobilemouse.com/
|
||||
|
||||
The script has only been tested against OS X and will detect the remote OS
|
||||
and abort unless the OS is detected as Mac.
|
||||
]]
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue