2023-11-04
— Written by pl4int3xt
— 6 min read
Bsides Nairobi 2023 CTF
2023-10-23
— Written by pl4int3xt
— 3 min read
#Intents
#Intent Filters An Intent is a messaging object you can use to request an action from another app component. They facilitate communication between components.
2023-10-05
— Written by pl4int3xt
— 2 min read
#Android
#Reverse Engineering
#FЯIDA
#Javascript
#Hooking Learn how to use FЯIDA to hook methods in android applications and bypass security mechanisms
2023-10-05
— Written by pl4int3xt
— 5 min read
#Android
#Reverse Engineering
#Burpsuite
#https
#SSL Pinning
#FЯIDA SSL pinning is a technique that helps to prevent MITM attacks by hardcoding the SSL/TLS certificate’s public key into the app, but we can bypass it using FЯIDA
2023-10-05
— Written by pl4int3xt
— 2 min read
#Android
#Reverse Engineering
#Burpsuite
#http Getting started on intercepting network traffic in android applications and manipulate requests send by the API