IOS
Last updated
Apple App Store
More coming soon
Connect the device: rvictl -s <UDID>
Start the capture: sudo tcpdump -i rvi0 -w iphone.pcap
Sometimes you will have to assess the security of the tablet. Say your customer wants to use tablets but have disabled a few things. Sometimes they might even activate supervised mode to set it up for corporate use. You will need to check for a few things.
You will see that the bluetooth is switched on but you can not pair any device. It means that the bluetooth usage has been restricted.
But if you go to Settings > Accessibility > Selection Control > Buttons > Bluetooth devices
This way you can pair a device.
See Shuriken Hacks' video here to do this
You can do this attack with flipper zero with Xtreme firware.
Browse to BLE Spam

Launch the attack

If the bluetooth is activated on your target you should get notified to pair various new devices.
You can do this attack with flipper zero with Xtreme firware.
Click the down arrow and select badkb

Select the ios demo (it will open a webpage on the target ios device)

Select config

Set Connection to BT

Go back and click on run. Pair the device with your flipper when the pop up appears and it should open a webpage to the xtreme firmware's github page.
Open source memory dumping tool.
MobSF can help to speed up static analysis
Last updated