316 Commits (a641feea366d54f1a1443c9b367918f802f03b71)
 

Author SHA1 Message Date
longzheng268 a641feea36
Merge pull request #21 from longzheng268/copilot/fix-0434bc9c-f07b-499d-9e66-5ce910e7a9de
Fix README button styling for official firmware download link
1 month ago
copilot-swe-agent[bot] 2b1d0df559 Fix README button styling for official firmware download link
Co-authored-by: longzheng268 <38132402+longzheng268@users.noreply.github.com>
1 month ago
copilot-swe-agent[bot] 9f3d4d459d Initial plan 1 month ago
longzheng268 508eae133a
Update README with old firmware download link
Add link to download old firmware in README.
1 month ago
longzheng268 f12cd433eb
Update firmware downgrade tutorial links in readme 1 month ago
longzheng268 6547aad775
Clean up RD15/RD16 device routing and move firmware downgrade logic to connect6.py
Clean up RD15/RD16 device routing and move firmware downgrade logic to connect6.py
1 month ago
copilot-swe-agent[bot] bac39baac1 Implement RD15/RD16 device routing and device-specific firmware downgrade messages
Co-authored-by: longzheng268 <38132402+longzheng268@users.noreply.github.com>
1 month ago
copilot-swe-agent[bot] eb3d0a28fa Initial plan 1 month ago
longzheng268 02b4c0155a
Add firmware downgrade guidance for BE3600 2.5G routers when exploits fail
Add firmware downgrade guidance for BE3600 2.5G routers when exploits fail
1 month ago
copilot-swe-agent[bot] 14e8e97fff Add firmware downgrade suggestions for BE3600 routers with multilingual support
Co-authored-by: longzheng268 <38132402+longzheng268@users.noreply.github.com>
1 month ago
copilot-swe-agent[bot] 6127f23757 Initial plan 1 month ago
longzheng268 a475d111f0 小米Xiaomi路由器 BE3600 2.5G版 1.0.65版本老固件
小米Xiaomi路由器 BE3600 2.5G版老固件,版本miwifi_rd15_firmware_176cc_1.0.65.bin。
1 month ago
longzheng268 8203a45e16
Fix SSH persistence issue - implement triple redundancy and robust verification
Fix SSH persistence issue - implement triple redundancy and robust verification
1 month ago
copilot-swe-agent[bot] 6f732415d0 Fix syntax error and validate all improvements
Co-authored-by: longzheng268 <38132402+longzheng268@users.noreply.github.com>
1 month ago
copilot-swe-agent[bot] c59828fc0b Implement comprehensive SSH persistence fixes
Co-authored-by: longzheng268 <38132402+longzheng268@users.noreply.github.com>
1 month ago
copilot-swe-agent[bot] cf4a42e2c9 Initial plan 1 month ago
longzheng268 007344151b
Fix SSH connection failure when falling back to TelNet in post_connect
Fix SSH connection failure when falling back to TelNet in post_connect
1 month ago
copilot-swe-agent[bot] 7b82367391 Fix SSH connection failure logic in post_connect method
Co-authored-by: longzheng268 <38132402+longzheng268@users.noreply.github.com>
1 month ago
longzheng268 e3caddebf9
Add SSH permanent execution interface image
Add interface display for successful SSH persistence.
1 month ago
copilot-swe-agent[bot] 116171e74c Initial plan 1 month ago
longzheng268 c50cf1cd32
增加持久化ssh图片演示。 1 month ago
longzheng268 2874e22517
Merge pull request #12 from longzheng268/copilot/fix-2aec28d1-2c25-4e05-ba6b-136a88a0a3fe
Fix language selection issue - show language menu on first run and enable Chinese interface
1 month ago
copilot-swe-agent[bot] b410feddd2 Fix language selection issue - now shows language menu on first run
Co-authored-by: longzheng268 <38132402+longzheng268@users.noreply.github.com>
1 month ago
copilot-swe-agent[bot] 89ea36f2ce Initial plan 1 month ago
longzheng268 a9a777718c
适配breed和原厂Uboot。
安装原厂U-Boot引导加载器
U-Boot特点:
设备原厂Bootloader
设备特定的引导程序
用于恢复原厂引导环境
支持型号:
R3G:uboot_r3g.bin
R3P:uboot_r3p.bin
RM2100: uboot_rm2100.bin
安装命令: python3 install_bl.py uboot...
1 month ago
copilot-swe-agent[bot] 80b8fbae5d Add U-Boot bootloader installation to menu system
Co-authored-by: longzheng268 <38132402+longzheng268@users.noreply.github.com>
1 month ago
copilot-swe-agent[bot] bda7cf66a7 Initial plan 1 month ago
longzheng268 56a052c75a
Fix bootloader installation logic and improve documentation
Fix bootloader installation logic and improve documentation
1 month ago
copilot-swe-agent[bot] b259439aee Fix bootloader installation logic and update documentation
Co-authored-by: longzheng268 <38132402+longzheng268@users.noreply.github.com>
1 month ago
copilot-swe-agent[bot] ae0d1b82a4 Initial plan 1 month ago
longzheng268 86585dab1a
Fix device model spelling errors and improve error handling in install_bl.py
Fix device model spelling errors and improve error handling in install_bl.py
1 month ago
copilot-swe-agent[bot] 83eb2bc1cf Fix logical bugs in install_bl.py - device models, error handling, and code structure
Co-authored-by: longzheng268 <38132402+longzheng268@users.noreply.github.com>
1 month ago
copilot-swe-agent[bot] 17b6f6cc46 Initial plan 1 month ago
longzheng268 901b256726
Add bootloader support for CR660x and TR60x series routers
Add bootloader support for CR660x and TR60x series routers
Changes Made
Enhanced install_bl.py
Added support for CR6006, CR6008, CR6009, TR608, TR609 devices in the breed bootloader installation
Implemented device-specific bootloader file selection:
CR660x/TR60x series → pb-boot-cr660x.img
Existing devices (R3G, R3P, RM2100, RA71) → breed_r3g_eng.bin (unchanged)
Updated device compatibility validation to include the new models
Maintained full backward compatibility with existing functionality
Updated Documentation
Added TR608 and TR609 to the supported devices list in README.md
Enhanced bootloader installation documentation with specific file mappings
Added installation command reference and usage examples
Updated both Chinese and English documentation sections
Technical Implementation
The implementation follows the specified requirements:

Uses the correct MTD write command format: mtd write /tmp/pb-boot-cr660x.img Bootloader
Leverages the existing pb-boot-cr660x.img file (172KB u-boot legacy image)
Maintains the same installation workflow: python3 install_bl.py breed
Device Support Matrix
Device Series	Bootloader File	Status
R3G, R3P, RM2100, RA71	breed_r3g_eng.bin	 Existing
CR6606, CR6608, CR6609	pb-boot-cr660x.img	 New
TR608, TR609	pb-boot-cr660x.img	 New
This enhancement expands bootloader support to 5 additional router models while maintaining compatibility with all existing functionality.
1 month ago
copilot-swe-agent[bot] a0646d8a70 Add bootloader support for CR660x and TR60x series
Co-authored-by: longzheng268 <38132402+longzheng268@users.noreply.github.com>
1 month ago
copilot-swe-agent[bot] ff344ecd18 Initial plan 1 month ago
longzheng268 6f0d15dfa2
add cr660x and tr60x 1 month ago
longzheng268 c9fd6d1060
Update README by removing badges
Removed donation badge and hit counter from README.
1 month ago
longzheng268 2749329a9e
Update README with SSH connection interface preview
Added an image and description for successful SSH connection interface.
1 month ago
longzheng268 72e02aca12
完善中文luci中文语言包和脚本中文
Add comprehensive Chinese language support with multilingual menu system
现在脚本支持中文显示,以及增设luci的中文语言包。
1 month ago
copilot-swe-agent[bot] cf5f47d2a2 Complete Chinese language support implementation with comprehensive testing
Co-authored-by: longzheng268 <38132402+longzheng268@users.noreply.github.com>
1 month ago
longzheng268 06b00fc560
成功连接ssh展示 1 month ago
copilot-swe-agent[bot] fecdb0fbe1 Implement Chinese language support for menu system
Co-authored-by: longzheng268 <38132402+longzheng268@users.noreply.github.com>
1 month ago
copilot-swe-agent[bot] 7746369052 Initial plan 1 month ago
longzheng268 1f869ddc31
成功界面展示 1 month ago
longzheng268 83b3461e39
增加中文语言包 1 month ago
longzheng268 d9078c69d7
增加中文教程
完善详细的中文教程README文档
1 month ago
copilot-swe-agent[bot] bf5d5f9d97 Add comprehensive Chinese tutorial README
Co-authored-by: longzheng268 <38132402+longzheng268@users.noreply.github.com>
1 month ago
copilot-swe-agent[bot] 9396d143d3 Initial plan 1 month ago
remittor 3050110486 connect7: Add new exploit "get_icon" (for RD23 and other)
vuln/exploit author: remittor
exploit public: https://archive.md/1PWkM
discovery date: 2024-12-30
2 months ago