htr-tech / nexphisher

Advanced Phishing tool
https://github.com/htr-tech/zphisher
GNU General Public License v3.0
3.24k stars 559 forks source link

Cant access localhost ! #95

Closed blaze-Youssef closed 3 years ago

blaze-Youssef commented 3 years ago

Hello, I have a problem when choosing the localhost option for hosting, I can't acces the page from outside the device (local network), I noticed that it displays listening on 127.0.0.1, Wich after I google it, I realized that it listens only only for the local machine connections. Any help I'll be thankful 😊.

blaze-Youssef commented 3 years ago

Well, After searching I found a way how to solve it! But the next problem is how to chanhe port! I think it's important to add this option !

chrisfal10 commented 3 years ago

In the directory of nexphisher Type cd .htr

rm -r -f ngrok

Then make sure you have wget and unzip (apt install wget unzip)

Then

wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-arm.zip

unzip ngrok-stable-linux-arm.zip

chmod +x ngrok

After this make sure u get ur token from ngrok

And Type

./ngrok authtokenYOUR_AUTH_TOKEN_HERE`

And done run the command it should work

chrisfal10 commented 3 years ago

After this select ngrok as option and a link will be generated like this Screenshot_20210511-222756_Termux With the link you will able to access from any phone

htr-tech commented 3 years ago

yeah

In the directory of nexphisher Type cd .htr

rm -r -f ngrok

Then make sure you have wget and unzip (apt install wget unzip)

Then

wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-arm.zip

unzip ngrok-stable-linux-arm.zip

chmod +x ngrok

After this make sure u get ur token from ngrok

And Type

./ngrok authtokenYOUR_AUTH_TOKEN_HERE`

And done run the command it should work

💘