htr-tech / zphisher

An automated phishing tool with 30+ templates. This Tool is made for educational purpose only ! Author will not be responsible for any misuse of this toolkit !
GNU General Public License v3.0
11.52k stars 3.88k forks source link

Default Localhost loopback #853

Open Ichsehedich999 opened 9 months ago

Ichsehedich999 commented 9 months ago

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

babzsrs commented 8 months ago

how did u fix this ? i am currently facing the same problem my friend

rajihawa commented 8 months ago

+1

Ichsehedich999 commented 8 months ago

modify zphisher.sh Line #96

Original line: HOST='127.0.0.1'

Replace with: HOST= '0.0.0.0'