
자신만의 맞춤형 WiFi Pineapple Tetra 펌웨어를 모든 MIPS 24Kc 아키텍처 기반 라우터에 맞게 빌드하세요. (WiFi Pineapple Tetra DIY)
Sweet Pineapple Builder는 WiFi Pineapple Tetra 커스텀 이미지를 생성하는 전체 과정을 자동화하는 Python 스크립트입니다. WiFi Pineapple Tetra 펌웨어는 OpenWrt(19.07.2)의 커스텀 버전이므로 MIPS 24Kc 아키텍처 기반의 모든 라우터에 맞춤화된 자체 커스텀 펌웨어를 만들 수 있습니다.
자세한 내용은 전체 블로그 게시물을 참조하세요: https://samy.link/blog/build-your-own-wifi-pineapple-tetra-for-7

현재 스크립트는 다음 라우터만 지원합니다:
| Brand | Device | CPU (MHZ) | Flash MB | RAM MB | More info |
|---|---|---|---|---|---|
| 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 |
이 저장소를 클론하고 실행하세요:
pip install -r requirements.txt
python3 sweetPineappleBuilder.py
그런 다음 목록에서 라우터를 선택하면 끝입니다.
이제 다운로드 및 컴파일 프로세스가 완료될 때까지 약 10분 정도 기다려 주세요.
더 간단하게 만들기 위해 도구와 모든 OpenWrt 패키지가 사전 설치된 Docker 이미지(~1.4GB)도 만들었습니다.
사용하려면 다음을 실행하세요:
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
걱정하지 마세요. Releases 섹션에서 모든 사전 컴파일된 이미지를 찾을 수 있습니다!
https://gitlab.com/Naqwada/sweet-pineapple-builder/-/releases/v1.0.1
이미지 컴파일에 어려움이 있다면 제 블로그 게시물(https://samy.link/blog/build-your-own-wifi-pineapple-tetra-for-7)을 확인하거나 'issues' 탭에 티켓을 생성해 주시면 도움을 드리겠습니다.
| 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 |
| Device | Firmware Image |
|---|
| WZR450HP2 | 최신 버전 다운로드 |
| WZR600DHP | 최신 버전 다운로드 |
| WZRHPAG300H | 최신 버전 다운로드 |
| WZRHPG300NH | 최신 버전 다운로드 |
| WZRHPG300NH2 | 최신 버전 다운로드 |
| WZRHPG450H | 최신 버전 다운로드 |
| DGL5500A1 | 최신 버전 다운로드 |
| DIR835A1 | 최신 버전 다운로드 |
| dir-869-a1 | 최신 버전 다운로드 |
| gl-ar300 | 최신 버전 다운로드 |
| gl-ar300m | 최신 버전 다운로드 |
| gl-ar750 | 최신 버전 다운로드 |
| gl-ar750s | 최신 버전 다운로드 |
| archer-c7-v2 | 최신 버전 다운로드 |
| archer-c7-v4 | 최신 버전 다운로드 |
| archer-c7-v5 | 최신 버전 다운로드 |