EntySec / SeaShell

SeaShell Framework is an iOS post-exploitation framework that enables you to access the device remotely, control it and extract sensitive information.

Home Page:https://theapplewiki.com/wiki/SeaShell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with installation on Mac

Abdullah112006 opened this issue · comments

Traceback (most recent call last):
File "/Users/dnn/PycharmProjects/pythonProject/.venv/bin/seashell", line 5, in
from seashell import cli
File "/Users/dnn/PycharmProjects/pythonProject/.venv/lib/python3.11/site-packages/seashell/init.py", line 28, in
from seashell.core.ipa import IPA
File "/Users/dnn/PycharmProjects/pythonProject/.venv/lib/python3.11/site-packages/seashell/core/ipa.py", line 31, in
from pex.string import String
ModuleNotFoundError: No module named 'pex.string'

@Abdullah112006 Stop opening multiple same issues. How did you install SeaShell? Try to install it outside venv.

sorry, its give me this error when I use seashell command in outside venv: zsh: command not found: seashell

sorry, its give me this error when I use seashell command in outside venv: zsh: command not found: seashell

try running it like this

python3 -m seashell