Intercepting network traffic on Android
Intercept communications.
Analyze data packets.
Hijack sessions.
SSL Strip connections.
Monitor target's web activity.
Intercepting network traffic on Android
Rooted device/android emulator
Anbox official site “Anbox puts the Android operating system into a container, abstracts hardware access and integrates core system services into a GNU/Linux system. Every Android application will be integrated with your operating system like any other native application”.
Anbox is built on top of LXC (Linux Containers) technologies to separate system from the host, the system is always updated with the latest version of the android open source project.
Anbox vs emulators
Anbox runs android system using the same kernel, hardware, etc., to host without any emulation layer, allowing better integration with host operating system.
other emulators (for example Genymotion) is that while others need to run on an emulator that creates its own system, with its own kernel, virtual hardware, etc.,
$ adb install path/to/my-app.apk
How To Install Anbox On Linux System?
Anbox is only distributed as .snap application.
$ snap install --classic anbox-installer
A udev rule to set correct permissions for /dev/binder and /dev/ashmem;
Genymotion – This is probably the Best Android emulator when it comes to Linux Platform due to some unique abilities present only in genymotion