3. MANUAL DYNAMIC ANALYSIS

PROXY SETUP

AVD || rooted devices

Additional tools

Do they work?

adb

list devices:

port forwarding for drozer client:

drozer

list available drozer clients

connect to drozer client and end up in drozer-shell: "dr>":

PROXY-AWARE APPS - SETUP

Xamarin

add the following code in the OnCreate or Main method

Traffic routing (remotely sniff via netcat)

Downside - if HTTPS, you are not able to see any request bodies

Man-in-the-Middle w/ bettercap

(command may defer due to bettercap version)

Redirect with iptables

verify iptables settings

iptables config:

WHY?

  • In case of XAMARIN (ignores system proxy - not always! give it a try before you cry)

  • Other protocols are used (XMPP or other non-HTTP)

  • To intercept push notifications

  • The app itself verifies the connection and refuse

Last updated

Was this helpful?