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

SafetyNet & 漏洞rootutils 利用_第1张图片

 

点击上边那个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

 

你可能感兴趣的:(java)