> 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/bypass/contournement-des-protections-biometriques.md).

# Contournement des protections biometriques

## Contournement via deeplink

{% embed url="<https://infosecwriteups.com/bypass-of-biometrics-password-security-functionality-for-android-8e0174ac7cac>" %}

{% embed url="<https://hackerone.com/reports/637194>" %}

## Contournement via frida

```
frida -U -f com.exemple.targetapp --no-pause -l fingerprint-bypass.js

frida -U -f com.exemple.targetapp --no-pause -l fingerprint-bypass-via-exception-handling.js
```
