Its like WiFi Pineapple but for only 2$
This project is for testing and educational purposes. Use this on your own device or network. I don't take any responsibility for what you do with this program.
This is basically fake captive portal for NodeMCU (ESP8266 Module) with DNS spoofing. It has functionality simillar to the Wifi Pineapple's Evil Portal attack. When you are connected to the AP It ask for social media credential in exchange of FREE INTERNET ACCESS it also allows you to host and display your own pages to captive portal without having root access.
Simple. The ESP8266 creates a captive portal, then the captive portal redirects all clients to a local IP address which where the webpages is hosted (192.168.4.100:8080). Instead of displaying the webpages that inside ESP8266 which is ugly because you need to flash again to change the page. So why not redirect it to a local IP then host pages there.
- Change ESP8266 SSID
- Host own custom webpages
- DNS Hijacking
Main menu | Main server log | Main Captive portal page |
---|---|---|
- Download ESP8266 Flash Download Tools.
- Flash the
bin/DarkFi.bin
to your ESP8266.
- Download ESP8266 Loader
- Connect to esp8266 using OTG cable
- Upload the
bin/DarkFi.bin
git clone https://github.com/7wp81x/DarkFi
cd DarkFi/
bash install.sh