Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kelvinBen/iosReverseTools
iosReverseTools是ios逆向渗透测试辅助工具集合
https://github.com/kelvinBen/iosReverseTools
class-dump hook ios logify monkey tools
Last synced: 21 days ago
JSON representation
iosReverseTools是ios逆向渗透测试辅助工具集合
- Host: GitHub
- URL: https://github.com/kelvinBen/iosReverseTools
- Owner: kelvinBen
- Created: 2018-06-08T00:59:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-08T07:23:51.000Z (over 6 years ago)
- Last Synced: 2024-11-18T12:09:56.874Z (24 days ago)
- Topics: class-dump, hook, ios, logify, monkey, tools
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - kelvinBen/iosReverseTools - iosReverseTools是ios逆向渗透测试辅助工具集合 (Python)
README
# iosReverseTools是ios逆向渗透测试辅助工具集合
### [tweakAuxiliaryUtils.py ](https://github.com/kelvinBen/iosReverseTools/tree/master/tweakAuxiliaryUtils)
项目背景:
在使用Monkey的时候往往需要先使用class-dump工具dump出头文件,然后使用logify.pl工具生成Tweak.xm文件(即初始hook代码),经过这一系列的操作还是比较费时的。现在你只需要使用tweakAuxiliaryUtils.py 工具你就可以一键生成你想要的Tweak.xm文件了。
### [otoolTest.sh](https://github.com/kelvinBen/iosReverseTools/tree/master/otoolTest)
项目背景:
在做iOS渗透测试的时候经常需要使用otool对ipa的二进制文件进行静态检测,每次需要输入多次命令,此工具(otoolTest.sh)的目的在于简化输入命令的次数。