Giter Club home page Giter Club logo

Comments (26)

kenzWeb avatar kenzWeb commented on May 23, 2024 1

@kenzWeb Try this command

pip3 install --user -U --no-cache-dir --force-reinstall --no-binary capstone capstone

thanks bro, its worked

from seashell.

kenzWeb avatar kenzWeb commented on May 23, 2024 1

@kenzWeb Have you tired accessing the phone remotely?

Yeah, I got access to my cell phone

from seashell.

kenzWeb avatar kenzWeb commented on May 23, 2024

i get this error when i enter seashell command:from seashell import cli
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/seashell/init.py", line 31, in
from seashell.core.console import Console
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/seashell/core/console.py", line 32, in
from hatsploit.lib.commands import Commands
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/hatsploit/init.py", line 30, in
from .main import HatSploit, HatSploitGen
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/hatsploit/main.py", line 30, in
from hatasm import HatAsm
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/hatasm/init.py", line 25, in
from .main import HatAsm
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/hatasm/main.py", line 25, in
from .assembler import Assembler
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/hatasm/assembler.py", line 25, in
import keystone
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/keystone/init.py", line 4, in
from .keystone import Ks, ks_version, ks_arch_supported, version_bind, debug, KsError, version
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/keystone/keystone.py", line 74, in
raise ImportError("ERROR: fail to load the dynamic library.")
ImportError: ERROR: fail to load the dynamic library.

from seashell.

enty8080 avatar enty8080 commented on May 23, 2024

@kenzWeb If you are on macOS then there is the same issue here - keystone-engine/keystone#386

from seashell.

enty8080 avatar enty8080 commented on May 23, 2024

@fuad00 Because TrollStore bypasses the signature check that installd usually does. Read more about this here - opa334/ChOma#6

from seashell.

kenzWeb avatar kenzWeb commented on May 23, 2024

@kenzWebЕсли вы используете macOS, то здесь та же проблема — keystone-engine/keystone#386.

It worked, but now there's another error(i have mac m1)

Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.12/bin/seashell", line 5, in
from seashell import cli
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/seashell/init.py", line 31, in
from seashell.core.console import Console
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/seashell/core/console.py", line 32, in
from hatsploit.lib.commands import Commands
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/hatsploit/init.py", line 30, in
from .main import HatSploit, HatSploitGen
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/hatsploit/main.py", line 30, in
from hatasm import HatAsm
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/hatasm/init.py", line 25, in
from .main import HatAsm
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/hatasm/main.py", line 26, in
from .disassembler import Disassembler
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/hatasm/disassembler.py", line 25, in
import capstone
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/capstone/init.py", line 425, in
_cs = _load_lib(_path)
^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/capstone/init.py", line 398, in _load_lib
return ctypes.cdll.LoadLibrary(lib_file)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/ctypes/init.py", line 460, in LoadLibrary
return self._dlltype(name)
^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/ctypes/init.py", line 379, in init
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: dlopen(/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/capstone/lib/libcapstone.dylib, 0x0006): tried: '/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/capstone/lib/libcapstone.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/capstone/lib/libcapstone.dylib' (no such file), '/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/capstone/lib/libcapstone.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64'))

from seashell.

enty8080 avatar enty8080 commented on May 23, 2024

@kenzWeb Try this command

pip3 install --user -U --no-cache-dir --force-reinstall --no-binary capstone capstone

I am on M1 too and this is the only solution that worked for me.

from seashell.

kenzWeb avatar kenzWeb commented on May 23, 2024

@kenzWeb Try this command

pip3 install --user -U --no-cache-dir --force-reinstall --no-binary capstone capstone

I am on M1 too and this is the only solution that worked for me.

I'm probably boring with my questions, but now I can't start TCP server(Failed to start TCP listener on port 5169!)

from seashell.

enty8080 avatar enty8080 commented on May 23, 2024

@kenzWeb Are you sure that this port is not in use? Can you please try and change port number and check if it works?

from seashell.

kenzWeb avatar kenzWeb commented on May 23, 2024

@kenzWebВы уверены, что этот порт не используется? Можете ли вы попробовать изменить номер порта и проверить, работает ли он?

Снимок экрана 2024-01-11 в 22 20 37 I checked, the port's not busy

from seashell.

enty8080 avatar enty8080 commented on May 23, 2024

@kenzWeb Hmm, this port works for me. Can you please check if your IP is 192.168.5.10. For this, run ifconfig and search for en0. Or you can open Preferences -> Network and look for your local IP.

from seashell.

enty8080 avatar enty8080 commented on May 23, 2024

@kenzWeb Thats because 192.168.5.10 is invalid. 0.0.0.0 means it started listener on all network interfaces.

from seashell.

kenzWeb avatar kenzWeb commented on May 23, 2024

@kenzWebЭто потому, что 192.168.5.10это недействительно. 0.0.0.0означает, что он запустил прослушиватель на всех сетевых интерфейсах.

Now it's telling me that the listener command doesn't exist.

Снимок экрана 2024-01-11 в 22 50 00

from seashell.

enty8080 avatar enty8080 commented on May 23, 2024

@kenzWeb This can be fixed if you reinstall SeaShell. However I don't know why this error appears, since you have already used this command.

from seashell.

kenzWeb avatar kenzWeb commented on May 23, 2024
pip3 install --user -U --no-cache-dir --force-reinstall --no-binary capstone capstone

When I install pwny the way you did, I'm missing this command

from seashell.

kenzWeb avatar kenzWeb commented on May 23, 2024

@kenzWeb This can be fixed if you reinstall SeaShell. However I don't know why this error appears, since you have already used this command.

If I don't install, I get an error when I log into the application :(seashell)> Exception in Thread-1 (handle_device):
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
self.run()
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1010, in run
self._target(*self._args, **self._kwargs)
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/seashell/commands/listener.py", line 47, in handle_device
device = self.handler.handle()
^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/seashell/core/device.py", line 131, in handle
session.open(self.client, loader=False)
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/pwny/session.py", line 87, in open
client = self.ssl.wrap_client(client)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/pex/ssl/openssl.py", line 76, in wrap_client
return ssl.wrap_socket(
^^^^^^^^^^^^^^^
AttributeError: module 'ssl' has no attribute 'wrap_socket'

from seashell.

enty8080 avatar enty8080 commented on May 23, 2024

@kenzWeb Okay, write these commands one by one in your terminal:

pip3 install --force-reinstall git+https://github.com/EntySec/SeaShell
pip3 install --user -U --no-cache-dir --force-reinstall --no-binary keystone-engine keystone-engine
pip3 install --user -U --no-cache-dir --force-reinstall --no-binary capstone capstone

This should fix all problems

from seashell.

kenzWeb avatar kenzWeb commented on May 23, 2024

^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/seashell/core/device.py", line 131, in handle
session.open(self.client, loader=False)
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/pwny/session.py", line 87, in open
client = self.ssl.wrap_client(client)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/pex/ssl/openssl.py", line 76, in wrap_client
return ssl.wrap_socket(
^^^^^^^^^^^^^^^
AttributeError: module 'ssl' has no attribute 'wrap_socket'

I've already entered it, but I get an error when I go into the app.

from seashell.

enty8080 avatar enty8080 commented on May 23, 2024

@kenzWeb What is your python version?

from seashell.

kenzWeb avatar kenzWeb commented on May 23, 2024

@kenzWeb What is your python version?

last

from seashell.

enty8080 avatar enty8080 commented on May 23, 2024

@kenzWeb Gotcha. I found a problem. I will let you know when I fix it

from seashell.

kenzWeb avatar kenzWeb commented on May 23, 2024

Gotcha. I found a problem. I will let you know when I fix it

Okay, thank you very much

from seashell.

enty8080 avatar enty8080 commented on May 23, 2024

@kenzWeb I fixed the problem, can you please type these commands:

pip3 uninstall pex
pip3 install git+https://github.com/entysec/pex

And then try to use SeaShell.

from seashell.

kenzWeb avatar kenzWeb commented on May 23, 2024

@kenzWeb Я исправил проблему, не могли бы вы ввести следующие команды:

pip3 uninstall pex
pip3 install git+https://github.com/entysec/pex

А затем попробуйте использовать SeaShell.

It works, thank you.

from seashell.

enty8080 avatar enty8080 commented on May 23, 2024

@kenzWeb Have you tired accessing the phone remotely?

from seashell.

fuad00 avatar fuad00 commented on May 23, 2024

bypasses the signature check

let's bypass that signature check in our ipa payloads?

from seashell.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.