美文网首页
工具的使用

工具的使用

作者: richar_ | 来源:发表于2017-09-12 17:10 被阅读0次

    原创文章转载请注明出处

    0x0 keychain-dumper

    终端输入命令克隆到本地:

    git clone https://github.com/ptoomey3/Keychain-Dumper.git keychain-dumper

    使用ifunbox打开iPhone文件系统,将keychain-dumper中同名的可执行文件拖拽到iPhone根目录

    使用SSH连接iPhone,cd / 切换到根目录,输入以下两条命令赋予权限

    chmod +x ./keychain_dumper

    chmod +r /private/var/Keychains/keychain-2.db

    ./keychain_dumper 执行,可以查看钥匙串内容

    图1 查看钥匙串内容 可以使用command+F进行内容查找

    或使用如下命令:

    Usage: keychain_dumper [-e]|[-h]|[-agnick]

    <no flags>: Dump Password Keychain Items (Generic Password, Internet Passwords)

    -a: Dump All Keychain Items (Generic Passwords, Internet Passwords, Identities, Certificates, and Keys)

    -e: Dump Entitlements

    -g: Dump Generic Passwords

    -n: Dump Internet Passwords

    -i: Dump Identities

    -c: Dump Certificates

    -k: Dump Keys

    相关文章

      网友评论

          本文标题:工具的使用

          本文链接:https://www.haomeiwen.com/subject/ekocsxtx.html