Trước tiên, mình muốn gửi lời cảm ơn tới:
Eltion: Tác giả của đoạn mã JavaScript hook tuyệt vời từ dự án GitHub: https://github.com/Eltion/Facebook-SSL-Pinning-Bypass

Lê Quang Minh: Người đã giới thiệu mình tới ứng dụng Reqable – một công cụ capture request tiện lợi, hỗ trợ nhiều giao thức và giúp bypass SSL pinning của Facebook dễ dàng hơn.

Cài python, cài adb và thêm vào biến môi trường cái này dễ và có nhiều bài hướng dẫn rồi nên mình không hướng dẫn thêm.


Các lệnh trong video

pip install frida-tools

1. Đẩy Frida vào Android:
adb push frida-server-16.6.6-android-x86_64 /data/local/tmp/frida-server
2. Cấp quyền:
adb shell "chmod 755 /data/local/tmp/frida-server"
3. Kết nối shell vào LDPlayer:
adb shell
4. Chạy Frida server (chế độ nền):
/data/local/tmp/frida-server &
5. Hook Facebook:
frida -U -f com.facebook.katana -l facebook_ssl_bypass.js


Các file trên mình sẽ up nó tại đây:

Video hướng dẫn tại đây

Truy cập nhóm để xem video

Comment Facebook