Hi folks,
Recently I started the development of a little opensource project. I am quite actively involved in the Android security scene, and Androguard is a very important tool in my mobile security research toolbox.
I decided to build a suite on top of Androguard with a GUI, so the focus on security research is going where it should go: the app, and not the command line wizardry that is a lot of times required.
Features of DroidSec at this point:
- Load .APK from system or dump from connected device
- Android Permissions overview
- Application information
- Show usage of reflection code
- Show usage of dynamic code update
- Show usage of crypto code
- Show usage of permissions
- Decompilation and browsing through .java sources (integration of the Androguard Gui app)
If interested check out at: https://github.com/DarioI/DroidSec. Any positive criticism or useful functions that you would like to see in this tool, please reply. If you want to be a first tester, please PM me with your background and the purpose for using it (just for info as the tool is open source).
This tool can only be used for educational purposes. I am not responsible for any malicious usage.
Here is a first screenshot:
![First screenshot of DroidSec First screenshot of DroidSec]()
Recently I started the development of a little opensource project. I am quite actively involved in the Android security scene, and Androguard is a very important tool in my mobile security research toolbox.
I decided to build a suite on top of Androguard with a GUI, so the focus on security research is going where it should go: the app, and not the command line wizardry that is a lot of times required.
Features of DroidSec at this point:
- Load .APK from system or dump from connected device
- Android Permissions overview
- Application information
- Show usage of reflection code
- Show usage of dynamic code update
- Show usage of crypto code
- Show usage of permissions
- Decompilation and browsing through .java sources (integration of the Androguard Gui app)
If interested check out at: https://github.com/DarioI/DroidSec. Any positive criticism or useful functions that you would like to see in this tool, please reply. If you want to be a first tester, please PM me with your background and the purpose for using it (just for info as the tool is open source).
This tool can only be used for educational purposes. I am not responsible for any malicious usage.
Here is a first screenshot:
