في هذا الفيديو تطرقنا الى كيفية ربط اجهزة الاندرويد مع اداة

Burp suite

التواصل على الايميل
[email protected]

الخطوات المستخدمة في الشرح:
1. Download android studio
2. Add a device
3. Go to the SDK folder (/Users/rami/Library/Android/sdk/)
4. Show both the emulator and the platform-tools
5. Run emulator with: ./emulator -avd Pixel_PenTest -writable-system -http-proxy 127.0.0.1:8080
6. Burpsuite export cer DER
1.sudo openssl x509 -inform DER -in here2.der -out here.pem
2.openssl x509 -inform PEM -subject_hash_old -in here.pem |head -1
3. mv here.pem 9a5ba575.0
7. Push the file to the android emulator:
1. adb root
2. adb remount
3. adb push /Users/rami/Desktop/9a5ba575.0 /sdcard
4. mv 9a5ba575.0 /system/etc/security/cacerts
5. ls -l
6. chmod 644 9a5ba575.0

المرجع الي استخدمته
 
 • Setting up an And...  


#الثغرات
#اختبار الثغرات
#penetrationtester
#الامن السيبراني
#امن التطبيقات