You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
At this moment there is no way to add external ip for the island. This means that if island is on Wi-fi and our target is outside the wireless network, island will be able to exploit it, but monkey won't connect back.
To Reproduce
Steps to reproduce the behavior:
Start island in a private network
Exploit host outside of LAN
Exploiting monkey passes local IP to the host, but due to NAT that IP is invalid.
Exploited host can't connect back. Expected behavior
Monkey could detect when it's inside a private network and the host is outside, get it's external IP and pass it instead of internal
OR
We support multiple servers in command line. In config user can manually type in external ip that will always be passed as a backup IP to monkey command line
The text was updated successfully, but these errors were encountered:
VakarisZ
changed the title
No way to add external ip in island's server.
No way to add island's external IP
Oct 17, 2019
Describe the bug
At this moment there is no way to add external ip for the island. This means that if island is on Wi-fi and our target is outside the wireless network, island will be able to exploit it, but monkey won't connect back.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Monkey could detect when it's inside a private network and the host is outside, get it's external IP and pass it instead of internal
OR
We support multiple servers in command line. In config user can manually type in external ip that will always be passed as a backup IP to monkey command line
The text was updated successfully, but these errors were encountered: