khansaad1275 / WifiPhish

Hack Anyone's WiFi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WifiPhish

Author: github.com/manish2414

YouTube: youtube.com/manishtechnical24

Don't copy this code

Hack Anyone's WiFi

cheese

What is WifiPhish?

WifiPhish is technique to hack anyone's WiFi in minutes. WifiPhish hosts a fake website on in built PHP server and uses ngrok to generate a link which we will forward to the target, which can be used on over internet. The Website asks for WiFi password from the user saying that for security purpose and once the user submits the password, the website gets redirected to google.com and we get the password.

Features

It can hack any type of security of WiFi and help you get the password.

Remember, it will not bypass mac filtering but it will get you the password of WiFi.

Port Forwarding using Ngrok

This tool can be used on :

  • Kali Linux
  • Termux
  • Ubuntu
  • Perrot Sec OS

Requirements packages for termux

apt-get install git php -y

Installing (Kali Linux/Termux):

git clone https://github.com/manish2414/WifiPhish 
cd WifiPhish
chmod +x ngrok

Starting ngrok server

./ngrok http 1234 (you can give any 4 digit port number)

Open new session(termux) or new tab(Kali Linux) and run the codes given below

cd WifiPhish
php -S localhost:1234

Now share the ngrok link generated in 1st session(Termux) or 1st tab(Kali linux).

To view hacked passwords

cat hacked.txt

Video Demo

How to hack wifi

For more videos, subcribe Manish Technical YouTube Channel

Contact me

YouTube

https://www.youtube.com/manishtechnical24

Website

https://www.techieworld.ga

Facebook

https://www.facebook.com/techieworld24

GitHub

https://www.github.com/manish2414

📢 Warning

This tool is only for educational purpose. If you use this tool for other purposes or any illegal activity, I will not be responsible in such cases.

About

Hack Anyone's WiFi


Languages

Language:HTML 93.8%Language:PHP 6.2%