Open
Description
Is your proposal related to a problem?
When i chose localhost i could not gain access to page from my internal network for testing purposes. Zphisher was setup on a remote server via SSH. since the default localhost sets up at 127.0.0.1 it is only acessible to the local loopback.
Describe the solution you'd like
I had to modify zphisher.sh Line #96 HOST='0.0.0.0'
Additional context
No response