We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
固件: https://www.tenda.com.cn/download/detail-3901.html
环境: Ubuntu 20.04 + 编译好的 binwalk
已知: 单独使用 binwalk -Me US_AX1806V2.0br_v1.0.0.1_cn_2997_ZGDX01.bin 可以解出 _US_AX1806V2.0br_v1.0.0.1_cn_2997_ZGDX01.bin.extracted/ubifs-root/2086951552/rootfs_ubifs 文件系统
binwalk -Me US_AX1806V2.0br_v1.0.0.1_cn_2997_ZGDX01.bin
_US_AX1806V2.0br_v1.0.0.1_cn_2997_ZGDX01.bin.extracted/ubifs-root/2086951552/rootfs_ubifs
复现:
./fap.py -q ./qemu-builds/2.5.0/ ./testcases/US_AX1806V2.0br_v1.0.0.1_cn_2997_ZGDX01.bin [+] Firmware: US_AX1806V2.0br_v1.0.0.1_cn_2997_ZGDX01.bin [+] Extracting the firmware... [!] Image extraction failed
尝试修改 firmadyne/source/extractor/extractor.py 的递归层数但不起作用,以上情况同样发生在 FirmAE 中
The text was updated successfully, but these errors were encountered:
在 ExtractionItem 的 __del__ 函数加睡眠检查解压目录
ExtractionItem
__del__
def __del__(self): if self.database: self.database.close() if self.temp: self.printf(">> Cleaning up %s..." % self.temp) import time time.sleep(600) Extractor.io_rm(self.temp)
Directory: /tmp/tmp0zmyyj0t >> Cleaning up /tmp/tmp0zmyyj0t... ls/tmp/tmp0zmyyj0t/_US_AX1806V2.0br_v1.0.0.1_cn_2997_ZGDX01.bin.extracted/ubifs-root/2086951552 METADATA rootfs_ubifs
会发现解压函数并未再深入到 rootfs_ubifs 目录检查文件系统
Sorry, something went wrong.
No branches or pull requests
固件:
https://www.tenda.com.cn/download/detail-3901.html
环境:
Ubuntu 20.04 + 编译好的 binwalk
已知:
单独使用
binwalk -Me US_AX1806V2.0br_v1.0.0.1_cn_2997_ZGDX01.bin
可以解出_US_AX1806V2.0br_v1.0.0.1_cn_2997_ZGDX01.bin.extracted/ubifs-root/2086951552/rootfs_ubifs
文件系统复现:
./fap.py -q ./qemu-builds/2.5.0/ ./testcases/US_AX1806V2.0br_v1.0.0.1_cn_2997_ZGDX01.bin [+] Firmware: US_AX1806V2.0br_v1.0.0.1_cn_2997_ZGDX01.bin [+] Extracting the firmware... [!] Image extraction failed
尝试修改 firmadyne/source/extractor/extractor.py 的递归层数但不起作用,以上情况同样发生在 FirmAE 中
The text was updated successfully, but these errors were encountered: