GithubHelp home page GithubHelp logo

angel's Introduction

ANGEL: Android Data Collection Script

ANGEL is a script designed to automate the collection of essential data from Android devices.

ANGEL Introduction

ANGEL is a powerful script designed for Android devices, aimed at automating the collection of essential data. This tool simplifies the process of gathering critical information, making it invaluable for developers, testers, and forensic analysts.

Purpose and Use Cases

Developed as part of a cybersecurity project, ANGEL serves as a crucial tool for professionals in digital forensics, providing a fast and efficient way to gather necessary data from Android devices. It's particularly useful for scenarios involving security analysis, data recovery, and educational purposes

Key Features

Key features of ANGEL include automated data extraction, compatibility with a wide range of Android devices, and user-friendly operation, ensuring that even those with minimal technical expertise can effectively utilize the tool

To use ANGEL, follow these steps:...

To test ANGEL in a virtual environment, follow these steps:

1. Set Environment variable for adb

run
press keyboard's "windows key" button and "r" button will pops up "run.exe" type sysdml.cpl

sysdm cpl image
you can see system properties then get to the Advance tab

image
when you reached advanced tab press Environment Variables

sysdmcpl path
now select System variables's Path

image
add your adb path ex) "C:\Users\yourusername\AppData\Local\Android\Sdk\platform-tools"
adb success
(if you set adb environment properly, cmd will show like this)
if you followed all step described above run adb on cmd if your terminal already executed exit that terminal then retry it

2-1) Using Nox Player

  1. Enable Root Access: Ensure that the option to get Root privilege is enabled in Nox Player.

    Nox-Root
  2. Connect Your Nox Player: Establish a connection with your Nox player.

    adb connect
  3. Execute Shell: Access the shell with root privileges.

    shell access

2-2) Using Android Studio

  1. Open avd: Open Android Virtual Device

    open avd
  2. Select Hardware: Select Hardware which has Play Store mark

    create device
  3. Select System Image: Select System Image which has Target's "~~~ Google APIs"

    select system image
    q) why should i choose Target's Google API -> a) Because we need root access so the virtual device already rooted status

  4. type adb devices: make sure you should type adb devices before execute adb shell

    adb devices
  5. type adb root: now get root access

    adb root
  6. type adb shell: now you got access to Android shell

    adb shell
    As shown above, you can access the shell with root access.

3. Check Your Environment's Architecture

Determine the architecture of your environment.
image

getprop ro.product.cpu.abi

or you can try follow command

uname -m

For example, the output above indicates an x86 architecture.

4. Push the ANGEL Script

image
Push the ANGEL scripts and the Frida server to your environment. You can download the Frida server from following link:
https://github.com/frida/frida/releases

5. Grant Permission

grant permission

Disconnecting from the ADB Session:

After completing your tasks using ADB, it's recommended to properly disconnect the session, especially when working with specific IP addresses and port numbers. To disconnect from an ADB session and if you want to ensure that all ADB processes are terminated and to reset the ADB server, use the following command:

(Please note that the following command examples are based on the scenario where ADB was connected to a NOX Player. They demonstrate how to proceed with the disconnection in this specific context)

terminate

adb disconnect 127.0.0.1:62001

and

adb kill-server

[*] Error handling

If you encounter issues where characters appear shattered after executing Android_main.sh, it may be due to the text type being CRLF instead of LF. In this case, you can convert the line endings using the following command:

sed

  • Command Example -
sed -i 's/\r$//' [yourfilename]

(Note: Since we've set the document format to LF in .gitattributes, related issues are unlikely to occur. However, this information is provided just in case.)

Requirements

The primary requirement for this project is ADB (Android Debug Bridge). If you only need ADB without the full Android Studio suite, you can download the Android SDK Platform-Tools from Google. This package includes ADB and other essential tools.

After downloading, unzip the package to your desired location and set up the ADB path in your system's Environment Variables to use ADB from the command line or terminal.

Usage

Ensure that the steps are clearly numbered or bulleted for easy following. Check for any technical jargon that might be unclear to a general audience and clarify or simplify as needed.

License

Currently, Our Project uses MIT License

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. For detailed guidelines, please refer to our CONTRIBUTING.md.

angel's People

Contributors

64db0y avatar choi-dotol avatar jujuling avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.