> For the complete documentation index, see [llms.txt](https://blog.s1rn3tz.ovh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.s1rn3tz.ovh/pentest-mobile/android/collecte-dinformations.md).

# Collecte d'informations

## Sites

* <https://apkcombo.com/>: Site permettant de télécharger des apk en ligne.
* <https://play.google.com/>: Google play store.
* <https://galaxystore.samsung.com/>: Galaxy Store.
* <https://appgallery.huawei.com/>: Huawei AppGallery.
* <https://apkpure.fr/>: APKPure.
* <https://fr.uptodown.com/>: Uptodown.
* <https://f-droid.org/>: Store communautaire.
* [https://play.google.com/store/apps/details?id=com.absinthe.libchecker](https://play.google.com/store/apps/details?id=com.absinthe.libchecker\&hl=fr\&pli=1): Application permettant de lister des informations utiles sur les applications installées sur l'appareil (librairies, configurations, composants, Metadata, signatures...)

## Description

Pendant cette phase, on va rechercher le plus d'informations ouvertes sur l'application disponibles via des sites de téléchargement, de la documentation etc. (Dev, version d'android requis, permissions nécessaires...).

Cela permet d'avoir un premier aperçu de ce que l'on peut retrouver dans l'appli et dans le code. (si l'appli demande l'accès aux SMS on retrouvera une fonction type "SMS receiver" par exemple).

Cela permet de ce fait également de connaitre le matériel nécessaire, la version d'android minimum et ainsi de savoir déjà si il est possible d'utiliser l'application depuis un appareil préalablement vulnérable.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/collecte-dinformations.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.
