Skip to content

Phishing Portal

Dominik edited this page Mar 22, 2026 · 2 revisions

Phishing Portal

Why do you need this

This feature allows you to quickly set up a new Wi-Fi network by entering its name, for example 'Free Airline Wifi'. When user connects, phishing portal is presented from HTML file asking to log in using for example FB credentials. These are logged into portals.txt on SD card and presented on flipper screen.

How does it work

Operator enters SSID name and selects HTML file. When victim connects, operator will see entered credentials on the flipper screen and these will be logged on SD card as well.

Commands Workflow

  1. Prepare portal HTML:
list_sd
select_html 1
  1. Start phishing portal with chosen SSID:
start_portal Free_Airline_Wifi
  1. Monitor output for client connections and submitted fields:
AP: Client connected - MAC: ...
Password: ...
Portal data saved to portals.txt
  1. Stop portal:
stop

Clone this wiki locally