EntySec / SeaShell

SeaShell Framework is an iOS post-exploitation framework that enables you to access the device remotely, control it and extract sensitive information.
https://theapplewiki.com/wiki/SeaShell
MIT License
364 stars 48 forks source link

does not work on the global network, but only on the local network #17

Closed kenzWeb closed 5 months ago

kenzWeb commented 5 months ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

If you connect to the ip using dynamic dns , the device that is logged into the application does not display, it turns out that so far it works only in the local network

enty8080 commented 5 months ago

@kenzWeb It shouldn't, you should configure port forwarding if you want it to work over global network.

kenzWeb commented 5 months ago

@kenzWeb It shouldn't, you should configure port forwarding if you want it to work over global network.

Got it, thanks. How can I do that?