# WebView vulns

## Qu'est ce que WebView ?

Android WebView est un composant système alimenté par Chrome qui permet aux applications Android d'accéder aux pages Web.

Cela permet entre autre d'intégrer une page web dans une application Android un peu à la manière d'une iframe.

Documentation: <https://developer.android.com/reference/android/webkit/WebSettings>

{% hint style="info" %}
La documentation officielle contient le détail des options obsolètes et des possibilités  qu'offre chaque option. Il est important de vérifier s'il existe un risque de sécurité inhérent aux options utilisées dans le contexte de l'application testée.
{% endhint %}

## Liens utiles

{% embed url="<https://djini.ai/1-click-ato-a-studycase-of-common-android-apps-misconfigurations/>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://blog.s1rn3tz.ovh/pentest-mobile/android/webview-vulns.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
