-
Notifications
You must be signed in to change notification settings - Fork 12
Phishing Portal
Dominik edited this page Mar 22, 2026
·
2 revisions
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.
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.
- Prepare portal HTML:
list_sd
select_html 1- Start phishing portal with chosen SSID:
start_portal Free_Airline_Wifi- Monitor output for client connections and submitted fields:
AP: Client connected - MAC: ...
Password: ...
Portal data saved to portals.txt
- Stop portal:
stop