App developed for research purposes, to analyze the security of the VoIP protocol on Android 10. To carry out the analysis of VoIP traffic this application has been developed, once started it remains running on the user's device thanks to a BroadcastReceiver that takes care of restarting the Service through ForegroundService. The application detects if there are VoIP calls in progress and if so, connects the device to a Wi-Fi network (attacker's hotspot). The attacker uses Wireshark software for VoIP traffic analysis.
- IDE: Android Studio
- Android Version: Android 10 API 29
- Language: Java
- Network Analyzer: Wireshark
Read here!