mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-13 23:07:07 +00:00
.. | ||
README.md |
Mobile Device Security
The following are several of the resources covered in the Wireless Networks, IoT, and Mobile Devices Hacking (The Art of Hacking Series) LiveLessons.
OWASP Resources
OWASP Mobile Security Project
OWASP Mobile Top 10:
- https://www.owasp.org/index.php/Mobile_Top_10_2016-Top_10
- https://www.owasp.org/index.php/OWASP_Mobile_Security_Project#tab=Top_10_Mobile_Risks
OWASP Mobile Security Testing Guide:
OWASP Mobile Application Security Verification Standard (MASVS)
Android
Android Research and Reverse Tools
Android Reverse Engineering Arsenals
APK Tool
Dex2jar and JD-GUI
Dex2jar and JD-GUI are two different tools that are often used for reverse engineering Android apps. Dex2jar converts .dex files to .jar. JD-GUI is a Java decompiler that can decompile .jar files to the original Java source.
Apple iOS
Damn Vulnerable iOS Application (DVIA)
- DVIA Home Page
- DVIA OWASP Project Page
- DVIA Github Source
- DVIA Learning Resources