WithSecureLabs / needle

The iOS Security Testing Framework
https://mobiletools.mwrinfosecurity.com/
Other
1.33k stars 284 forks source link

Update constants.py #145

Closed colman-mbuya closed 7 years ago

colman-mbuya commented 7 years ago

IPAINSTALLER is missing in DEVICE_TOOLS resulting in key errors when running modules such as strings.

Added

Changes proposed in this pull request: Add IPAINSTALLER in DEVICE_SETUP similar to previous needle versions

Fixed

Bug fixes proposed in this pull request: Fix crash when running strings module

marco-lancini commented 7 years ago

ipainstaller relies on AppSync Unified to work. However, installing AppSync on iOS 10 might cause a device boot loop, therefore is not deemed to be safe.

See also #119