
Erstellen Sie Ihre eigene benutzerdefinierte WiFi Pineapple Tetra Firmware, zugeschnitten auf jeden Router, der auf der MIPS 24Kc-Architektur basiert. (WiFi Pineapple Tetra DIY)
Sweet Pineapple Builder ist ein Python-Skript, das den gesamten Prozess der Erstellung eines benutzerdefinierten WiFi Pineapple Tetra-Images automatisiert. Da die Firmware des WiFi Pineapple Tetra eine benutzerdefinierte Version von OpenWrt (19.07.2) ist, ist es daher möglich, unsere eigene benutzerdefinierte Firmware zu erstellen, die auf jeden Router basierend auf der MIPS 24Kc-Architektur zugeschnitten ist.
Ausführlicher Blogbeitrag für weitere Details: https://samy.link/blog/build-your-own-wifi-pineapple-tetra-for-7

Derzeit unterstützt das Skript nur die folgenden Router:
| Marke | Gerät | CPU (MHz) | Flash MB | RAM MB | Weitere Informationen |
|---|---|---|---|---|---|
| HAK5 | Pineapple Tetra | 580 | 32 + 2GB eMMC | 64 | https://openwrt.org/toh/hwdata/hak5/hak5_wifi_pineapple_mark_7 |
| Buffalo | WZR450HP2 | 400 | 32 | 64 | https://openwrt.org/toh/buffalo/wzr-450hp2 |
| Buffalo | WZR600DHP | 680 | 32 | 128 | https://openwrt.org/toh/hwdata/buffalo/buffalo_wzr-600dhp |
| Buffalo | WZRHPAG300H | 680 | 32 | 128 | https://openwrt.org/toh/hwdata/buffalo/buffalo_wzr-hp-ag300h_v1 |
| Buffalo | WZRHPG300NH | 400 | 32 | 64 | https://openwrt.org/toh/hwdata/buffalo/buffalo_wzr-hp-g300nh_v1 |
| Buffalo | WZRHPG300NH2 | 400 | 32 | 64 | https://openwrt.org/toh/hwdata/buffalo/buffalo_wzr-hp-g300nh2_v2 |
| Buffalo | WZRHPG450H | 400 | 32 | 64 | https://openwrt.org/toh/hwdata/buffalo/buffalo_wzr-hp-g450h_v1 |
| D-Link | DGL5500A1 | 720 | 16 | 128 | https://openwrt.org/toh/hwdata/d-link/d-link_dgl-5500_a1 |
| D-Link | DIR835A1 | 560 | 16 | 128 | https://openwrt.org/toh/d-link/dir-835_a1 |
| D-Link | dir-869-a1 | 750 | 16 | 64 | https://openwrt.org/toh/hwdata/d-link/d-link_dir-869_a1 |
Klone dieses Repository und führe aus:
pip install -r requirements.txt
python3 sweetPineappleBuilder.py
Wähle dann deinen Router aus der Liste und das war's.
Sei nun geduldig für etwa 10 Minuten, um den Download- und Kompilierungsprozess abzuschließen.
Um die Sache noch einfacher zu machen, habe ich auch ein Docker-Image mit dem Tool und allen bereits vorinstallierten OpenWrt-Paketen erstellt, ~1,4 GB.
Um es zu verwenden, führe einfach aus:
docker pull naqwada/sweetpineapplebuilder
docker run -dit naqwada/sweetpineapplebuilder sleep infinity
docker ps -a
docker exec -it <CONTAINER ID> /bin/bash
cd /home/Sweet-Pineapple-Builder
python3 sweetPineappleBuilder.py
Keine Sorge, du findest im Abschnitt Releases alle vorkompilierten Images!
https://gitlab.com/Naqwada/sweet-pineapple-builder/-/releases/v1.0.1
Wenn du Schwierigkeiten hast, das Image zu kompilieren, kannst du dir meinen Blogbeitrag ansehen (https://samy.link/blog/build-your-own-wifi-pineapple-tetra-for-7) oder ein Ticket im Tab „Issues“ erstellen, und ich werde versuchen zu helfen.
| GL.iNet | gl-ar300 | 560 | 16 | 128 | https://openwrt.org/toh/hwdata/gl.inet/gl.inet_gl-ar300 |
| GL.iNet | gl-ar300m | 650 | 16 | 128 | https://openwrt.org/toh/gl.inet/gl-ar300m |
| GL.iNet | gl-ar750 | 650 | 16 | 128 | https://openwrt.org/toh/hwdata/gl.inet/gl.inet_gl-ar750 |
| GL.iNet | gl-ar750s | 775 | 16 | 128 | https://openwrt.org/toh/hwdata/gl.inet/gl.inet_gl-ar750s |
| TP-Link | archer-c7-v2 | 720 | 16 | 128 | https://openwrt.org/toh/hwdata/tp-link/tp-link_archer_c7_ac1750_v2.0 |
| TP-Link | archer-c7-v4 | 775 | 16 | 128 | https://openwrt.org/toh/hwdata/tp-link/tp-link_archer_c7_v4 |
| TP-Link | archer-c7-v5 | 750 | 16 | 128 | https://openwrt.org/toh/hwdata/tp-link/tp-link_archer_c7_v5 |
| Gerät | Firmware-Image |
|---|
| WZR450HP2 | Download latest version |
| WZR600DHP | Download latest version |
| WZRHPAG300H | Download latest version |
| WZRHPG300NH | Download latest version |
| WZRHPG300NH2 | Download latest version |
| WZRHPG450H | Download latest version |
| DGL5500A1 | Download latest version |
| DIR835A1 | Download latest version |
| dir-869-a1 | Download latest version |
| gl-ar300 | Download latest version |
| gl-ar300m | Download latest version |
| gl-ar750 | Download latest version |
| gl-ar750s | Download latest version |
| archer-c7-v2 | Download latest version |
| archer-c7-v4 | Download latest version |
| archer-c7-v5 | Download latest version |