You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get an Lenovo C2E camera which is using Ingenic T21. I have disassembled the camera and soldered the TTL pins and tried to get root using this method: https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks/blob/master/hacks/getroot.md But I can't boot into uboot. It appears it has set Hit any key to stop autoboot: 0. It ignores the keys I presssed. This is the boot log:
After it boot up, if I press any thing, it just shows Jooan login: and asks for Password:. I searched online and it appears Jooan is yet another brand of IP cameras. But no one have hacked them to figure out their password.
Then I soldered the 16MB SPI chip off and dumped it's content using CH341 programmer. The chip dump is uploaded here: https://paste.c-net.org/EsteemedCeleste. Then I used binwalk on it and extracted some files. I found it has a shadow file with this content:
But I found nothing by searching for the hashes online.
Then I don't know what to do to get root. It appears I maybe need to modify the contents on the chip to get root, but I don't know what to modify and how. Is there any guide under this situation?
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I get an Lenovo C2E camera which is using Ingenic T21. I have disassembled the camera and soldered the TTL pins and tried to get root using this method: https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks/blob/master/hacks/getroot.md But I can't boot into uboot. It appears it has set
Hit any key to stop autoboot: 0
. It ignores the keys I presssed. This is the boot log:After it boot up, if I press any thing, it just shows
Jooan login:
and asks forPassword:
. I searched online and it appears Jooan is yet another brand of IP cameras. But no one have hacked them to figure out their password.Then I soldered the 16MB SPI chip off and dumped it's content using CH341 programmer. The chip dump is uploaded here: https://paste.c-net.org/EsteemedCeleste. Then I used binwalk on it and extracted some files. I found it has a
shadow
file with this content:But I found nothing by searching for the hashes online.
Then I don't know what to do to get root. It appears I maybe need to modify the contents on the chip to get root, but I don't know what to modify and how. Is there any guide under this situation?
The text was updated successfully, but these errors were encountered: