WithSecureLabs / needle

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

biplist install issue #206

Closed 0xff7 closed 6 years ago

0xff7 commented 6 years ago

Any idea how to fix this? I've installed biplist through homebrew. I'm on macOS 10.13.2

python needle.py Traceback (most recent call last): File "needle.py", line 9, in <module> from core.framework import cli File "/Users/tim/needle/needle/core/framework/cli.py", line 8, in <module> from ..utils.printer import Colors, Printer File "/Users/tim/needle/needle/core/utils/printer.py", line 4, in <module> from utils import Utils File "/Users/tim/needle/needle/core/utils/utils.py", line 6, in <module> import biplist ImportError: No module named biplist

subrosaassociates commented 6 years ago

sudo easy_install biplist should do it

0xff7 commented 6 years ago

Had to do the same for sshtunnel but yep that fixed it! Thanks