Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 370 Bytes

File metadata and controls

14 lines (11 loc) · 370 Bytes

03 – Mobile Application Security

Mobile apps are the main target for attackers.

OWASP Mobile Top 10

  • Insecure Data Storage.
  • Insecure Communication.
  • Reverse Engineering.
  • Insufficient Cryptography.

Ethical Hacking Techniques

  • Static analysis (APK decompilation).
  • Dynamic analysis (runtime testing).
  • Tools: MobSF, Drozer, Burp Suite.