diff --git a/scripts/mmouse-brute.nse b/scripts/mmouse-brute.nse index 4c89475f6..9c43f4136 100644 --- a/scripts/mmouse-brute.nse +++ b/scripts/mmouse-brute.nse @@ -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/ ]] --- diff --git a/scripts/mmouse-exec.nse b/scripts/mmouse-exec.nse index ca2e7330f..d4e5ab8ac 100644 --- a/scripts/mmouse-exec.nse +++ b/scripts/mmouse-exec.nse @@ -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. ]] ---