1 2 3 4 5 ··· 7 下一页
摘要: 下载地址: 蓝奏:https://wws.lanzous.com/b01hk5stg 密码:2ihv 百度云:https://pan.baidu.com/s/1wPjTR7jyM5VAxN-10yd45Q 提取码:mszlGitHub:https://github.com/Xiaojunv/spid 阅读全文
posted @ 2020-07-28 18:29 小君~ 阅读(1233) 评论(0) 推荐(1) 编辑
摘要: 1.先去网站下载对应的系统-py版本-适合自己的电脑.egg https://pypi.org/project/frida/#files 2.下载好后执行 -一定要下载适合自己系统的 easy_install frida-xxxxx.egg 3.新开个终端执行 sudo pip3 install f 阅读全文
posted @ 2022-04-28 21:24 小君~ 阅读(404) 评论(0) 推荐(0) 编辑
摘要: 注:沙盒写入log的话 xcode只能在debug模式下才能整体导出读取内容,线上release版本是没有权限导出读取的,release版本日志可以使用idevicesyslog mac配合读取 1.创建 NSString *pathDocuments = [self documentsDir]; 阅读全文
posted @ 2022-02-21 10:56 小君~ 阅读(721) 评论(0) 推荐(0) 编辑
摘要: 清空相关信息,再构造唯一id等可做一键新机 清空全部key chain + (void)clearKeyChain { NSMutableDictionary *query = [NSMutableDictionary dictionaryWithObjectsAndKeys: (__bridge 阅读全文
posted @ 2022-01-07 11:12 小君~ 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 注:OSI参考模型:应用层、表示层、会话层、传输层、网络层、数据链路层、物理层 应用层:应用层为应用程序提供访问网络服务的接口,为用户直接提供各种网络服务。常见应用层的网络服务协议有:HTTP,HTTPS,FTP,POP3、SMTP等。 表示层:提供各种用于应用层数据的编码和转换功能,确保一个系统的 阅读全文
posted @ 2021-11-23 21:04 小君~ 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 原博客:http://www.swiftyper.com/2016/12/16/debuging-objective-c-blocks-in-lldb/ 注:本篇文章都是在 64 位系统下进行分析,如果是 32 位系统,整型与指针类型的大小都是与 64 位不一致的,请自行进行修改。 Block 的内 阅读全文
posted @ 2021-10-14 14:14 小君~ 阅读(749) 评论(0) 推荐(0) 编辑
摘要: #import "fishHookDemo.h" #import "fishhook.h" #import <mach-o/dyld.h> #include<string.h> @implementation fishHookDemo char *arr[1000]; + (void)load{ s 阅读全文
posted @ 2021-09-10 16:09 小君~ 阅读(348) 评论(1) 推荐(1) 编辑
摘要: 1.clutch 下载地址 : https://github.com/kjcracks/clutch/releases 下载好后版本名去掉 上传到手机中 sudo scp -P 2222 ./Clutch root@localhost:/usr/bin 进入手机 ssh -p 2222 root@1 阅读全文
posted @ 2021-08-31 17:55 小君~ 阅读(165) 评论(0) 推荐(0) 编辑
摘要: Frida: 1.拦截器 frida-trace oc方法hook: frida-trace -U -m "类方法+/实例方法-[类名 方法名:]" 应用名 -m hook某方法 -M 排除某方法 执行后找到相应的js文件函数块添加相应代码打印内容 var objcData = new ObjC.O 阅读全文
posted @ 2021-05-06 15:28 小君~ 阅读(1371) 评论(0) 推荐(0) 编辑
摘要: #抓包工具 Fiddler 或 Charles 这类使用的代理的抓包软件与Wireshark是完全不同的(Wireshark 使用的网卡数据复制,只要是经过指定网卡都会被抓取),其只能对使用代理的应用层网络协议生效,比如常见的HTTP(https),Websocket 。 我们启动Fiddler 或 阅读全文
posted @ 2021-04-27 19:39 小君~ 阅读(1129) 评论(0) 推荐(1) 编辑
摘要: https://bbs.pediy.com/thread-263839.htm https://www.ioshacker.net/thread-360-1-1.html https://bbs.pediy.com/thread-259424.htm 一、环境准备 设备mac ios(越狱借助unc 阅读全文
posted @ 2021-02-04 16:53 小君~ 阅读(448) 评论(0) 推荐(1) 编辑
1 2 3 4 5 ··· 7 下一页