# Objection

## 1.Enumération des applications

Avant d'utiliser objection, pour lister les applications de notre iphone/ipad, on utilise frida-ps :&#x20;

```bash
frida-ps -Uai
# Cette commande permet de connecter frida à notre ipad et de lister les processus, les applications installé. 
```

<figure><img src="https://1236449586-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnLNcn403FNHCLyLwYmTO%2Fuploads%2FjJzw5mqHTg1WII2V1Ggk%2Fimage.png?alt=media&#x26;token=96b04851-2afd-405f-8193-36a3fe7db606" alt=""><figcaption></figcaption></figure>

## 2. Lancement de objection

```bash
objection -g com.highaltitudehacks.DVIAswiftv2 explore
```

<figure><img src="https://1236449586-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnLNcn403FNHCLyLwYmTO%2Fuploads%2F8zAK48t7TJhQuBRdcDmg%2Fimage.png?alt=media&#x26;token=918a7ee8-6eb6-4b4e-a463-71d77c39b966" alt=""><figcaption></figcaption></figure>

## 3.Afficher un fichier plist

```bash
ios plist cat *.plist
```

## 4.Keychain dump

```
ios keychain dump
```

## 5.Bypass l'authentification

```bash
objection -g Identifier_app explore --startup­-command 'ios jailbreak disable'
```

<figure><img src="https://1236449586-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnLNcn403FNHCLyLwYmTO%2Fuploads%2FRn8h454DS5wZfIq4Ha0n%2Fimage.png?alt=media&#x26;token=d9106842-0cd9-456a-bf11-fe0f864bf557" alt=""><figcaption></figcaption></figure>

<figure><img src="https://1236449586-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnLNcn403FNHCLyLwYmTO%2Fuploads%2F3YrxhkqH4ZWb7zgEl4WM%2Fimage.png?alt=media&#x26;token=43d2cf7e-bd56-4125-a889-59febd39cc60" alt=""><figcaption></figcaption></figure>
