https://github.com/grausof/keyke-hack
Hack for keyke ip camera firmware (clone of YI camera). This hack enables telnet and ftp!
https://github.com/grausof/keyke-hack
camera camera-firmware hack ip-camera keyke-camera
Last synced: about 1 year ago
JSON representation
Hack for keyke ip camera firmware (clone of YI camera). This hack enables telnet and ftp!
- Host: GitHub
- URL: https://github.com/grausof/keyke-hack
- Owner: grausof
- Created: 2019-12-28T18:07:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-26T08:37:43.000Z (almost 5 years ago)
- Last Synced: 2025-02-05T02:38:09.742Z (over 1 year ago)
- Topics: camera, camera-firmware, hack, ip-camera, keyke-camera
- Language: Shell
- Homepage:
- Size: 675 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# keyke-hack
This hack includes :
- Telnet server activated
- FTP server activated
for KEYKE camera 1080p based on MStar Infinity3 chipset.

# Getting Started
! MicroSD card must stay in the camera for this hack to function !
## Prepare the microSD Card
- Clone this repository onto computer: git clone https://github.com/grausof/keyke-hack
- Format a microSD card in FAT32 format and copy the test folder inside sd folder onto root of microSD card. (there must be only one test folder on the sd card)
- In the root of microSD will contain a folder named test.
## Starting your Camera
If the camera is plugged in, unplug the camera.
- Insert the microSD card containing updated test folder.
- Plug in the camera.
- Then the camera will start up, running hack script if your camera's firmware version meets requirements. After plugging in the camera for around 20 seconds, the LED's color stays red.
- Wait 1 minute and then unplug the camera and remove the sd card
- In the sd card you will find an 'init.sh.bck' file which is a backup of the replaced file in the camera
- If the file is present, the hack was successful. Now you can connect to the camera via telnet and ftp
If the hack does not work, and the camera stucks during booting process. In this situation, a serial connection to the camera board is required to debug further the problem.
## Using the Camera
You can find the IP address of the camera from the app used for configuration in settings.
### Telnet Server
The telnet server is on port 23.
Default user is root, without password. You can change the password with this command: "/home/app/localbin/busybox passwd"
### FTP Server
The FTP server is on port 21.
No authentication is needed, you can login as anonymous.
## Acknowledgments
Special thanks to the following people.
- @TheCrypt0 - [https://github.com/TheCrypt0/yi-hack-v4](https://github.com/TheCrypt0/yi-hack-v4)
- @xmflsct - [https://github.com/xmflsct/yi-hack-1080p](https://github.com/xmflsct/yi-hack-1080p)
- All the people who worked on the previous projects "yi-hack".
### DISCLAIMER
### I AM NOT RESPONSIBLE FOR ANY USE OR DAMAGE THIS SOFTWARE MAY CAUSE. THIS IS INTENDED FOR EDUCATIONAL PURPOSES ONLY. USE AT YOUR OWN RISK.