Stefin-Franklin / T-Phish

169 stars 48 forks source link

Ngrok not generating a link. #1

Closed hood1 closed 4 years ago

hood1 commented 4 years ago

The Ngrok server pre-installed with the T-phish is not generating a link. I also try to deleted the Ngrok and downloaded a new one from Ngrok site and then install it but it keeps giving the same problem. Please, how can i solve this problem. Screenshot_20200505-065855

mart90-bot commented 4 years ago

Same problem

hdss1990 commented 4 years ago

Dame issue here

user420-ops commented 4 years ago

Screenshot_2020-05-15-12-40-20-23 Why this is not work

hood1 commented 4 years ago

To resolve this issue, it`s very simple, all you need to do is to power on your hotspot before launching the Ngrok server.

hood1 commented 4 years ago

To resolve this, kindly follow the steps below carefully. Step 1: Delete the ngrok in the T-phish folder. Use command: rm -rf ngrok Step 2: Register on ngrok site and download a linux arm ngrok. Step 3: unzip the ngrok zip file, use command: unzip ngrokfilename.zip Step 4: copy the extracted file into the T-phish folder and also copy to the home folder. Use command: cp -v ngrok /$HOME or /filedirectory Step 5: use command: chmod +x ngrok , to change it mode. After that, copy the ngrok authentication file given to you after registering at the ngrok site. Step 6: use command: ./ngrok authtoken yourgiventoken Step 7: launch T-phish or other app that uses ngrok and ON your hotspot while launching. I believe it should start working with this little help. This are samples of what i have done with it. Screenshot_20200520-223731 Screenshot_20200520-223846

NganDii commented 4 years ago
  1. Remove ngrok if installed.
  2. Copy your ngrok auth token from https://dashboard.ngrok.com/get-started/setup
  3. Paste this.. cd $HOME && pkg update && pkg upgrade && pkg install git && git clone https://github.com/NganDii/T-Phish && cd T-Phish && bash Install.sh
  4. Paste your ngrok token when asked and Boom!
  5. It works without hotspot on.

Note: Stephin Sir I don't know if I am allowed but I made some changes and uploaded on my github account to make it work.

lightningbolt7 commented 3 years ago

How do I do it on Kali Linux, plz help me

Projectboyy commented 1 year ago

How do I do it on Kali Linux, plz help me!!!

zelao12 commented 1 year ago

how do i do it in kali

DomoKrch commented 10 months ago

once ShellPhish activated Ngrok session, look for the address on localhost:4040

narfnarf123 commented 6 months ago

I cannot bring it to work either on Kali. Installed T-Phish, copied ngrok to home, inserted auth token via "./ngrok authtoken xxxxx"

Then starting T-Phish, choosing attack, ... , "Starting ngrok server" , needs ~10 seconds, but the "Send this link to target" information is completely empty.

grafik

Using it with Kali VM on my Windows PC. VM has access to the internet, of cause, otherwise download would not work ...

Any ideas?

4. Paste your ngrok token when asked and Boom!

I was never asked about the token.

└─$ ngrok config check Valid configuration file at /home/kali/.config/ngrok/ngrok.yml

grafik