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

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

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

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

工具目录

分类

查看所有分类
Loading categories
iOSForensic — iOS 取证工具 | Kitploit
工具/GitHubGitHub/flo354/iosforensic
iOS安全取证分析信息收集移动取证数字取证日志分析Archived
GitHubflo354/iosforensic

iOSForensic

iOS 取证工具

查看仓库
6526612年前Kitploit 审核通过

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
网站

iOSForensic

iOSForensic 是一个用于 iOS 取证的 Python 工具。 它能获取文件、日志,提取 sqlite3 数据库并将 .plist 文件解压缩为 xml。

安装

只需克隆此 Git 仓库并安装依赖项。

依赖项

Linux

  • OpenSSH
  • sshpass
  • sqlite3
  • python >= 2.6
  • Python-magic
  • plistutil

设备

  • 已越狱的设备
  • OpenSSH
  • syslogd 到 /var/log/syslog(这是应用程序的名称,安装后请重启手机)
  • 开启 WiFi
  • 在某些固件上,需要 USB 连接

使用方法

选项

  • -h --help : 显示帮助信息
  • -a --about : 显示相关信息
  • -v --verbose : 详细模式
  • -i --ip : iOS 终端的本地 IP 地址
  • -p --port : iOS 终端的 SSH 端口(默认 22)
  • -P --password : iOS 终端的 root 密码(默认 alpine)

示例

root@kitploit:~
./iOSForensic.py -i 192.168.1.10 [OPTIONS] APP_NAME.app INCOMPLETE_APP_NAME APP_NAME2_WITHOUT_DOT_APP
./iOSForensic.py -i 192.168.1.10 -p 1337 -P pwd MyApp.app angry MyApp2

作者

由 Florian Pradines (Phonesec) 编写,该工具自 2014 年 6 月起被列为推荐的 OWASP iOS 安全项目。

您可以通过我的网站联系我。

许可协议

root@kitploit:~
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
下载工具