Book Image

Learning Pentesting for Android Devices

By : Aditya Gupta
Book Image

Learning Pentesting for Android Devices

By: Aditya Gupta

Overview of this book

Table of Contents (18 chapters)
Learning Pentesting for Android Devices
Credits
Foreword
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Using AFLogical to extract contacts, calls, and text messages


AFLogical is a tool written by viaForensics in order to create a logical acquisition from the device and present the result to the forensic examiner. It extracts some of the key components from the device, including SMS, contacts, and call logs.

In order to use AFLogical, we need to download the source code of the project from the GitHub repo https://github.com/viaforensics/android-forensics. Once downloaded, we could then import this project to our Eclipse workspace and build it. We could import an existing project into our Eclipse workspace by navigating to File | New | Other | Android | Android Project from our existing code and then selecting the path of the downloaded source.

Once we have imported the project to our workspace, we could then run it on our device by right-clicking on the project and selecting Run as an Android application. As soon as we run it, we will notice the AFLogical application on our device with options...