OSX iPhone Vibrate
Causes the iPhone to vibrate, only works when the AudioToolkit library has been loaded. Based on work by Charlie Miller <cmiller[at]securityevaluators.com>.
Rank
- Normal
Authors
- hdm < hdm [at] metasploit.com >
Similar Modules
- payload/osx/armle/execute/bind_tcp
- payload/osx/armle/execute/reverse_tcp
- payload/osx/armle/shell/bind_tcp
- payload/osx/armle/shell/reverse_tcp
- payload/osx/armle/shell_bind_tcp
- payload/osx/armle/shell_reverse_tcp
Usage Information
$ msfconsole
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use payload/osx/armle/vibrate
msf payload(vibrate) > generate
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use payload/osx/armle/vibrate
msf payload(vibrate) > generate
Module Options
| AppendExit | Append a stub that executes the exit(0) system call |
| PrependSetresuid | Prepend a stub that executes the setresuid(0, 0, 0) system call |
| PrependSetreuid | Prepend a stub that executes the setreuid(0, 0) system call |
| PrependSetuid | Prepend a stub that executes the setuid(0) system call |
| VERBOSE | Enable detailed status messages |
| WORKSPACE | Specify the workspace for this module |
