2022-04-28 16:01:33 +00:00
|
|
|
|
<details>
|
|
|
|
|
|
2023-08-03 19:12:22 +00:00
|
|
|
|
<summary><a href="https://cloud.hacktricks.xyz/pentesting-cloud/pentesting-cloud-methodology"><strong>☁️ HackTricks云 ☁️</strong></a> -<a href="https://twitter.com/hacktricks_live"><strong>🐦 推特 🐦</strong></a> - <a href="https://www.twitch.tv/hacktricks_live/schedule"><strong>🎙️ Twitch 🎙️</strong></a> - <a href="https://www.youtube.com/@hacktricks_LIVE"><strong>🎥 Youtube 🎥</strong></a></summary>
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
2023-08-03 19:12:22 +00:00
|
|
|
|
- 你在一个**网络安全公司**工作吗?你想在HackTricks中看到你的**公司广告**吗?或者你想获得**PEASS的最新版本或下载PDF格式的HackTricks**吗?请查看[**订阅计划**](https://github.com/sponsors/carlospolop)!
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
2023-08-03 19:12:22 +00:00
|
|
|
|
- 发现我们的独家[**NFTs**](https://opensea.io/collection/the-peass-family)收藏品[**The PEASS Family**](https://opensea.io/collection/the-peass-family)
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
2023-08-03 19:12:22 +00:00
|
|
|
|
- 获得[**官方PEASS和HackTricks的衣物**](https://peass.creator-spring.com)
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
2023-08-03 19:12:22 +00:00
|
|
|
|
- **加入** [**💬**](https://emojipedia.org/speech-balloon/) [**Discord群组**](https://discord.gg/hRep4RUj7f) 或 [**telegram群组**](https://t.me/peass) 或 **关注**我在**Twitter**上的[**🐦**](https://github.com/carlospolop/hacktricks/tree/7af18b62b3bdc423e11444677a6a73d4043511e9/\[https:/emojipedia.org/bird/README.md)[**@carlospolopm**](https://twitter.com/hacktricks_live)**.**
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
2023-08-03 19:12:22 +00:00
|
|
|
|
- **通过向[hacktricks repo](https://github.com/carlospolop/hacktricks)和[hacktricks-cloud repo](https://github.com/carlospolop/hacktricks-cloud)提交PR来分享你的黑客技巧**。
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
|
|
|
|
</details>
|
|
|
|
|
|
|
|
|
|
|
2023-08-03 19:12:22 +00:00
|
|
|
|
对于这一部分,将使用工具[**Objection**](https://github.com/sensepost/objection)。\
|
|
|
|
|
首先,通过执行类似以下命令来获取一个Objection的会话:
|
2021-05-20 12:17:20 +00:00
|
|
|
|
```bash
|
|
|
|
|
objection -d --gadget "iGoat-Swift" explore
|
|
|
|
|
objection -d --gadget "OWASP.iGoat-Swift" explore
|
|
|
|
|
```
|
2023-08-03 19:12:22 +00:00
|
|
|
|
你也可以执行 `frida-ps -Uia` 来检查手机上正在运行的进程。
|
|
|
|
|
|
|
|
|
|
# 应用程序的基本枚举
|
|
|
|
|
|
|
|
|
|
## 本地应用程序路径
|
|
|
|
|
|
|
|
|
|
* `env`: 查找应用程序在设备内部存储的路径
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
env
|
|
|
|
|
|
|
|
|
|
Name Path
|
|
|
|
|
----------------- -----------------------------------------------------------------------------------------------
|
|
|
|
|
BundlePath /private/var/containers/Bundle/Application/179A6E8B-E7A8-476E-BBE3-B9300F546068/iGoat-Swift.app
|
|
|
|
|
CachesDirectory /var/mobile/Containers/Data/Application/A079DF84-726C-4AEA-A194-805B97B3684A/Library/Caches
|
|
|
|
|
DocumentDirectory /var/mobile/Containers/Data/Application/A079DF84-726C-4AEA-A194-805B97B3684A/Documents
|
|
|
|
|
LibraryDirectory /var/mobile/Containers/Data/Application/A079DF84-726C-4AEA-A194-805B97B3684A/Library
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## 列出包、框架和库
|
|
|
|
|
|
|
|
|
|
* `ios bundles list_bundles`: 列出应用程序的包
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
ios bundles list_bundles
|
|
|
|
|
Executable Bundle Version Path
|
|
|
|
|
------------ -------------------- --------- -------------------------------------------
|
|
|
|
|
iGoat-Swift OWASP.iGoat-Swift 1.0 ...8-476E-BBE3-B9300F546068/iGoat-Swift.app
|
|
|
|
|
AGXMetalA9 com.apple.AGXMetalA9 172.18.4 ...tem/Library/Extensions/AGXMetalA9.bundle
|
|
|
|
|
```
|
|
|
|
|
* `ios bundles list_frameworks`: 列出应用程序使用的外部框架
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
ios bundles list_frameworks
|
|
|
|
|
Executable Bundle Version Path
|
|
|
|
|
------------------------------ -------------------------------------------- ---------- -------------------------------------------
|
|
|
|
|
ReactCommon org.cocoapods.ReactCommon 0.61.5 ...tle.app/Frameworks/ReactCommon.framework
|
|
|
|
|
...vateFrameworks/CoreDuetContext.framework
|
|
|
|
|
FBReactNativeSpec org.cocoapods.FBReactNativeSpec 0.61.5 ...p/Frameworks/FBReactNativeSpec.framework
|
|
|
|
|
...ystem/Library/Frameworks/IOKit.framework
|
|
|
|
|
RCTAnimation org.cocoapods.RCTAnimation 0.61.5 ...le.app/Frameworks/RCTAnimation.framework
|
|
|
|
|
jsinspector org.cocoapods.jsinspector 0.61.5 ...tle.app/Frameworks/jsinspector.framework
|
|
|
|
|
DoubleConversion org.cocoapods.DoubleConversion 1.1.6 ...pp/Frameworks/DoubleConversion.framework
|
|
|
|
|
react_native_config org.cocoapods.react-native-config 0.12.0 ...Frameworks/react_native_config.framework
|
|
|
|
|
react_native_netinfo org.cocoapods.react-native-netinfo 4.4.0 ...rameworks/react_native_netinfo.framework
|
|
|
|
|
PureLayout org.cocoapods.PureLayout 3.1.5 ...ttle.app/Frameworks/PureLayout.framework
|
|
|
|
|
GoogleUtilities org.cocoapods.GoogleUtilities 6.6.0 ...app/Frameworks/GoogleUtilities.framework
|
|
|
|
|
RCTNetwork org.cocoapods.RCTNetwork 0.61.5 ...ttle.app/Frameworks/RCTNetwork.framework
|
|
|
|
|
RCTActionSheet org.cocoapods.RCTActionSheet 0.61.5 ....app/Frameworks/RCTActionSheet.framework
|
|
|
|
|
react_native_image_editor org.cocoapods.react-native-image-editor 2.1.0 ...orks/react_native_image_editor.framework
|
|
|
|
|
CoreModules org.cocoapods.CoreModules 0.61.5 ...tle.app/Frameworks/CoreModules.framework
|
|
|
|
|
RCTVibration org.cocoapods.RCTVibration 0.61.5 ...le.app/Frameworks/RCTVibration.framework
|
|
|
|
|
RNGestureHandler org.cocoapods.RNGestureHandler 1.6.1 ...pp/Frameworks/RNGestureHandler.framework
|
|
|
|
|
RNCClipboard org.cocoapods.RNCClipboard 1.5.1 ...le.app/Frameworks/RNCClipboard.framework
|
|
|
|
|
react_native_image_picker org.cocoapods.react-native-image-picker 2.3.4 ...orks/react_native_image_picker.framework
|
|
|
|
|
[..]
|
|
|
|
|
```
|
|
|
|
|
* `memory list modules`: 列出内存中加载的模块
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
memory list modules
|
|
|
|
|
Name Base Size Path
|
|
|
|
|
----------------------------------- ----------- ------------------- ------------------------------------------------------------------------------
|
|
|
|
|
iGoat-Swift 0x104ffc000 2326528 (2.2 MiB) /private/var/containers/Bundle/Application/179A6E8B-E7A8-476E-BBE3-B9300F54...
|
|
|
|
|
SubstrateBootstrap.dylib 0x105354000 16384 (16.0 KiB) /usr/lib/substrate/SubstrateBootstrap.dylib
|
|
|
|
|
SystemConfiguration 0x1aa842000 495616 (484.0 KiB) /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguratio...
|
|
|
|
|
libc++.1.dylib 0x1bdcfd000 368640 (360.0 KiB) /usr/lib/libc++.1.dylib
|
|
|
|
|
libz.1.dylib 0x1efd3c000 73728 (72.0 KiB) /usr/lib/libz.1.dylib
|
|
|
|
|
libsqlite3.dylib 0x1c267f000 1585152 (1.5 MiB) /usr/lib/libsqlite3.dylib
|
|
|
|
|
Foundation 0x1ab550000 2732032 (2.6 MiB) /System/Library/Frameworks/Foundation.framework/Foundation
|
|
|
|
|
libobjc.A.dylib 0x1bdc64000 233472 (228.0 KiB) /usr/lib/libobjc.A.dylib
|
|
|
|
|
[...]
|
|
|
|
|
```
|
|
|
|
|
* `memory list exports <module_name>`: 列出已加载模块的导出项
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
memory list exports iGoat-Swift
|
|
|
|
|
Type Name Address
|
|
|
|
|
-------- -------------------------------------------------------------------------------------------------------------------------------------- -----------
|
|
|
|
|
variable _mh_execute_header 0x104ffc000
|
|
|
|
|
function _mdictof 0x10516cb88
|
|
|
|
|
function _ZN9couchbase6differ10BaseDifferD2Ev 0x10516486c
|
|
|
|
|
function _ZN9couchbase6differ10BaseDifferD1Ev 0x1051648f4
|
|
|
|
|
function _ZN9couchbase6differ10BaseDifferD0Ev 0x1051648f8
|
|
|
|
|
function _ZN9couchbase6differ10BaseDiffer5setupEmm 0x10516490c
|
|
|
|
|
function _ZN9couchbase6differ10BaseDiffer11allocStripeEmm 0x105164a20
|
|
|
|
|
function _ZN9couchbase6differ10BaseDiffer7computeEmmj 0x105164ad8
|
|
|
|
|
function _ZN9couchbase6differ10BaseDiffer7changesEv 0x105164de4
|
|
|
|
|
function _ZN9couchbase6differ10BaseDiffer9addChangeENS0_6ChangeE 0x105164fa8
|
|
|
|
|
function _ZN9couchbase6differlsERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEERKNS0_6ChangeE 0x1051651d8
|
|
|
|
|
function _ZN9couchbase6differlsERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEERKNS1_6vectorINS0_6ChangeENS1_9allocatorIS8_EEEE 0x105165280
|
|
|
|
|
variable _ZTSN9couchbase6differ10BaseDifferE 0x1051d94f0
|
|
|
|
|
variable _ZTVN9couchbase6differ10BaseDifferE 0x10523c0a0
|
|
|
|
|
## 列出APP的类
|
|
|
|
|
|
|
|
|
|
* `ios hooking list classes`:列出APP的类
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
ios hooking list classes
|
|
|
|
|
|
|
|
|
|
AAAbsintheContext
|
|
|
|
|
AAAbsintheSigner
|
|
|
|
|
AAAbsintheSignerContextCache
|
|
|
|
|
AAAcceptedTermsController
|
|
|
|
|
AAAccount
|
|
|
|
|
AAAccountManagementUIResponse
|
|
|
|
|
AAAccountManager
|
|
|
|
|
AAAddEmailUIRequest
|
|
|
|
|
AAAppleIDSettingsRequest
|
|
|
|
|
AAAppleTVRequest
|
|
|
|
|
AAAttestationSigner
|
|
|
|
|
[...]
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
* `ios hooking search classes <search_term>`:搜索包含特定字符串的类。您可以搜索与主APP包名称相关的唯一术语,以找到APP的主要类,如下例所示:
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
ios hooking search classes iGoat
|
|
|
|
|
iGoat_Swift.CoreDataHelper
|
|
|
|
|
iGoat_Swift.RCreditInfo
|
|
|
|
|
iGoat_Swift.SideContainmentSegue
|
|
|
|
|
iGoat_Swift.CenterContainmentSegue
|
|
|
|
|
iGoat_Swift.KeyStorageServerSideVC
|
|
|
|
|
iGoat_Swift.HintVC
|
|
|
|
|
iGoat_Swift.BinaryCookiesExerciseVC
|
|
|
|
|
iGoat_Swift.ExerciseDemoVC
|
|
|
|
|
iGoat_Swift.PlistStorageExerciseViewController
|
|
|
|
|
iGoat_Swift.CouchBaseExerciseVC
|
|
|
|
|
iGoat_Swift.MemoryManagementVC
|
|
|
|
|
[...]
|
|
|
|
|
```
|
2021-05-20 12:17:20 +00:00
|
|
|
|
|
2023-08-03 19:12:22 +00:00
|
|
|
|
## 列出类方法
|
2022-01-16 18:11:15 +00:00
|
|
|
|
|
2023-08-03 19:12:22 +00:00
|
|
|
|
* `ios hooking list class_methods`:列出特定类的方法
|
2022-01-16 18:11:15 +00:00
|
|
|
|
|
2023-08-03 19:12:22 +00:00
|
|
|
|
```bash
|
|
|
|
|
ios hooking list class_methods iGoat_Swift.RCreditInfo
|
|
|
|
|
- cvv
|
|
|
|
|
- setCvv:
|
|
|
|
|
- setName:
|
|
|
|
|
- .cxx_destruct
|
|
|
|
|
- name
|
|
|
|
|
- cardNumber
|
|
|
|
|
- init
|
|
|
|
|
- initWithValue:
|
|
|
|
|
- setCardNumber:
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
* `ios hooking search methods <search_term>`:搜索包含特定字符串的方法
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
ios hooking search methods cvv
|
|
|
|
|
[AMSFinanceVerifyPurchaseResponse + _dialogRequestForCVVFromPayload:verifyType:]
|
|
|
|
|
[AMSFinanceVerifyPurchaseResponse - _handleCVVDialogResult:shouldReattempt:]
|
|
|
|
|
[AMSFinanceVerifyPurchaseResponse - _runCVVRequestForCode:error:]
|
|
|
|
|
[iGoat_Swift.RCreditInfo - cvv]
|
|
|
|
|
[iGoat_Swift.RCreditInfo - setCvv:]
|
|
|
|
|
[iGoat_Swift.RealmExerciseVC - creditCVVTextField]
|
|
|
|
|
[iGoat_Swift.RealmExerciseVC - setCreditCVVTextField:]
|
|
|
|
|
[iGoat_Swift.DeviceLogsExerciseVC - cvvTextField]
|
|
|
|
|
[iGoat_Swift.DeviceLogsExerciseVC - setCvvTextField:]
|
|
|
|
|
[iGoat_Swift.CloudMisconfigurationExerciseVC - cvvTxtField]
|
|
|
|
|
[iGoat_Swift.CloudMisconfigurationExerciseVC - setCvvTxtField:]
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
# 基本Hooking
|
|
|
|
|
|
|
|
|
|
现在,您已经枚举了应用程序使用的类和模块,可能已经找到了一些有趣的类和方法名称。
|
|
|
|
|
|
|
|
|
|
## Hook一个类的所有方法
|
|
|
|
|
|
|
|
|
|
* `ios hooking watch class <class_name>`:Hook一个类的所有方法,转储所有初始参数和返回值
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
ios hooking watch class iGoat_Swift.PlistStorageExerciseViewController
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Hook一个单独的方法
|
|
|
|
|
|
|
|
|
|
* `ios hooking watch method "-[<class_name> <method_name>]" --dump-args --dump-return --dump-backtrace`:Hook一个特定类的特定方法,每次调用该方法时转储参数、回溯和返回值
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
ios hooking watch method "-[iGoat_Swift.BinaryCookiesExerciseVC verifyItemPressed]" --dump-args --dump-backtrace --dump-return
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## 更改布尔返回值
|
|
|
|
|
|
|
|
|
|
* `ios hooking set return_value "-[<class_name> <method_name>]" false`:这将使所选方法返回指定的布尔值
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
ios hooking set return_value "-[iGoat_Swift.BinaryCookiesExerciseVC verifyItemPressed]" false
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## 生成hooking模板
|
|
|
|
|
|
|
|
|
|
* `ios hooking generate simple <class_name>`:
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
ios hooking generate simple iGoat_Swift.RCreditInfo
|
|
|
|
|
|
|
|
|
|
var target = ObjC.classes.iGoat_Swift.RCreditInfo;
|
|
|
|
|
|
|
|
|
|
Interceptor.attach(target['+ sharedSchema'].implementation, {
|
|
|
|
|
onEnter: function (args) {
|
|
|
|
|
console.log('Entering + sharedSchema!');
|
|
|
|
|
},
|
|
|
|
|
onLeave: function (retval) {
|
|
|
|
|
console.log('Leaving + sharedSchema');
|
|
|
|
|
},
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Interceptor.attach(target['+ className'].implementation, {
|
|
|
|
|
onEnter: function (args) {
|
|
|
|
|
console.log('Entering + className!');
|
|
|
|
|
},
|
|
|
|
|
onLeave: function (retval) {
|
|
|
|
|
console.log('Leaving + className');
|
|
|
|
|
},
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Interceptor.attach(target['- cvv'].implementation, {
|
|
|
|
|
onEnter: function (args) {
|
|
|
|
|
console.log('Entering - cvv!');
|
|
|
|
|
},
|
|
|
|
|
onLeave: function (retval) {
|
|
|
|
|
console.log('Leaving - cvv');
|
|
|
|
|
},
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Interceptor.attach(target['- setCvv:'].implementation, {
|
|
|
|
|
onEnter: function (args) {
|
|
|
|
|
console.log('Entering - setCvv:!');
|
|
|
|
|
},
|
|
|
|
|
onLeave: function (retval) {
|
|
|
|
|
console.log('Leaving - setCvv:');
|
|
|
|
|
},
|
|
|
|
|
});
|
|
|
|
|
```
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<details>
|
|
|
|
|
|
2023-04-25 18:35:28 +00:00
|
|
|
|
<summary><a href="https://cloud.hacktricks.xyz/pentesting-cloud/pentesting-cloud-methodology"><strong>☁️ HackTricks Cloud ☁️</strong></a> -<a href="https://twitter.com/hacktricks_live"><strong>🐦 Twitter 🐦</strong></a> - <a href="https://www.twitch.tv/hacktricks_live/schedule"><strong>🎙️ Twitch 🎙️</strong></a> - <a href="https://www.youtube.com/@hacktricks_LIVE"><strong>🎥 Youtube 🎥</strong></a></summary>
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
2023-08-03 19:12:22 +00:00
|
|
|
|
- 您在**网络安全公司**工作吗?您想在HackTricks中看到您的公司广告吗?或者您想获得PEASS的最新版本或下载PDF格式的HackTricks吗?请查看[**SUBSCRIPTION PLANS**](https://github.com/sponsors/carlospolop)!
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
2023-08-03 19:12:22 +00:00
|
|
|
|
- 发现我们的独家[NFTs](https://opensea.io/collection/the-peass-family)收藏品[**The PEASS Family**](https://opensea.io/collection/the-peass-family)
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
2023-08-03 19:12:22 +00:00
|
|
|
|
- 获取[**官方PEASS和HackTricks衣物**](https://peass.creator-spring.com)
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
2023-08-03 19:12:22 +00:00
|
|
|
|
- **加入**[**💬**](https://emojipedia.org/speech-balloon/) [**Discord群组**](https://discord.gg/hRep4RUj7f)或[**电报群组**](https://t.me/peass),或在**Twitter**上**关注**我[**🐦**](https://github.com/carlospolop/hacktricks/tree/7af18b62b3bdc423e11444677a6a73d4043511e9/\[https:/emojipedia.org/bird/README.md)[**@carlospolopm**](https://twitter.com/hacktricks_live)**。**
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
2023-08-03 19:12:22 +00:00
|
|
|
|
- **通过向[hacktricks repo](https://github.com/carlospolop/hacktricks)和[hacktricks-cloud repo](https://github.com/carlospolop/hacktricks-cloud)提交PR来分享您的黑客技巧**。
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
|
|
|
|
</details>
|