Android Malware Development Basics
$79.99
Android RAT Development — Basics
nEducational tutorial with source code complete for entender how worksn the RATs Android:
n- n
- Reverse shell — Connection TCP reverse a C2 server. Execution of commands shell in the device. n
- SMS interception — BroadcastReceiver that captures SMS entrantes (useful for intercept 2FA codes). n
- Camera capture — Captura fotos silents with camera frontal/trasera via CameraManager API. n
- Location tracking — GPS + network location with reporting periodic to the C2. n
- Persistence — Boot receiver, foreground service, device admin for resistir desinstallation. n
- Evasion basic — Detection of emulatesdor, delay of execution, obfuscation with ProGuard. n
Note: Code educational. Requiere Android Studio and device of test.