Skip to content

ESP8266-based WiFi hacking tool with Deauth + Evil Twin attacks. Mobile UI, easy setup. For educational use only.

Notifications You must be signed in to change notification settings

SudipMHX/PhiSiFi-new-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

🔥 PhiSiFi - New UI

PhiSiFi UI Preview

PhiSiFi is an advanced WiFi hacking tool built using ESP8266.
It performs Deauthentication + Evil Twin AP attacks — together or individually.

⚠️ For educational use only!
Use it on your own devices & networks. Know your country's laws before proceeding.

🚀 Features

  • 🔥 Deauthentication of any WiFi Access Point
  • 🎭 Evil Twin AP to clone target and capture passwords
  • 🔄 Both attacks work simultaneously, no toggling required
  • 📱 Mobile-friendly UI for easy control

🧠 How it works (Simple Guide)

  1. Connect to PhiSiFi_OnFire WiFi
    Password: 244466666x
  2. Pick a target network from the list (auto-refresh every 30s)
  3. Click Start Deauthing to disconnect its users
  4. Click Start Evil-Twin to spawn a fake AP
  5. Connect to the fake AP and wait for password capture
  6. Once a correct password is entered, you'll see:
✅ Mission Successful
SSID : wifi-name
PASSWORD : wifi-password

Access panel anytime at: 192.168.4.1/admin

🛠 Install PhiSiFi (via Arduino IDE)

1. Install Arduino IDE

👉 Download here

2. Add Deauther Board URL

Go to: File → Preferences → Paste below into Additional Board URLs:

https://raw.githubusercontent.com/SpacehuhnTech/arduino/main/package_spacehuhn_index.json

3. Install Board

  • Tools → Board → Boards Manager
  • Search: deauther → Click Install

4. Open Code

👉 ESP8266_PhiSiFi.ino

5. Select Board & Port

  • Board: ESP8266 Deauther
  • Port: your ESP8266 device

6. Upload

✅ Click Upload

🛠 Install PhiSiFi (via NodeMCU Flasher)

🔹 Step 1: Download Bin File

👉 Download PhiSiFi Firmware (.bin)

🔹 Step 2: Download NodeMCU Flasher

👉 NodeMCU Flasher (Windows)

🔹 Step 3: Flash the Bin File

  1. Connect your ESP8266 to PC
  2. Open NodeMCU Flasher
  3. Go to Config tab → select the downloaded .bin file
  4. Go to Advanced tab and set:
    • Baud rate: 115200
    • Flash size: 4MB or 1MB (depends on your ESP8266)
  5. Click Flash

⚡ Done! Now connect to PhiSiFi_OnFire WiFi to get started.

🧪 Troubleshooting

  • Doesn’t work? I made this for fun. Test before using.
  • 📖 Read: Deauth not working?
  • 💬 Have ideas or fixes? Let me know via issues.

🙌 Credits

📄 License

Licensed under the MIT License

Scripts may follow their individual project’s license.

About

ESP8266-based WiFi hacking tool with Deauth + Evil Twin attacks. Mobile UI, easy setup. For educational use only.

Topics

Resources

Stars

Watchers

Forks

Languages

  • C++ 100.0%