SafetyNet & 漏洞rootutils 利用

1、https://developers.google.com/android/guides/setup    添加SatetyNet 服務

2、https://developers.google.cn/android/reference/com/google/android/gms/safetynet/SafetyNet    API

3、https://koz.io/inside-safetynet/   

https://blog.csdn.net/gulinxieying/article/details/78677608

https://blog.csdn.net/Gaugamela/article/details/73658554?utm_source=blogxgwz1

使用手冊

4、https://blog.csdn.net/sinat_41104353/article/details/82927440    google play service 版本號

Developer documentation: https://developer.android.com/training/safetynet/attestation.html
Code samples: https://developer.android.com/training/safetynet/attestation.html#samples
Best practices: https://android-developers.googleblog.com/2017/11/10-things-you-might-be-doing-wrong-when.html

 

 

SafetyNet Api Key 申請:

在以下路徑搜索 safetynet.API_KEY 會搜到下邊的鏈接:

https://developer.android.com/training/safetynet/attestation#add-api-key

 

點擊上邊那個Library Page 會跳轉到 

https://developers.google.com/android/reference/com/google/android/gms/safetynet/SafetyNetClient#attest(byte[],%20java.lang.String)

根據上邊說明設置就可以申請 SafetyNet Api key

play consonle

https://support.google.com/googleplay/android-developer/contact/safetynetqr

 

keytool -exportcert -list -v -alias    androiddebugkey   -keystore C:\Users\pradmin...\.android\debug.keystore

 

 

 

 

漏洞rootutils 利用

setexeccon("u:r:rutilsdaemon:s0"

https://blog.csdn.net/weixin_34376986/article/details/89692533

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章