Giter VIP home page Giter VIP logo

apollo's Introduction

Apple Pattern of Life Lazy Output'er (APOLLO)

v1.1

  • MacOS Support - many new modules. Initial support for 10.15 but also some older versions 10.13 & 10.14. If I missed labeling a query with an older version, please let me know or do a pull request on that module.
  • Added "support" for Android/Windows - just need modules created (that will not be me).
  • Software has bugs, always ensure your data makes sense and go to the original data to verify. Test, test, test!
  • Find a bug or a better query, let me know!
  • Many more modules to come!
  • Python 3

Dependencies

On macOS 10.15 to install six and simplekml dependencies:

  • sudo easy_install pip
  • pip3 install six
  • pip3 install simplekml

Usage

python3 apollo.py -o {csv, sql} -p {apple, android, windows, yolo} -v {8,9,10,11,12,13,10.13,10.14,10.15,and9,and10,and11,win10_1803,win10_1809,win10_1903,win10_1909,yolo} -k <modules directory> <data directory>

Output Options (-o)

  • csv - CSV
  • sql - SQLite Database

KMZ Output(-k)

Platform Options (-p)

  • apple
  • android
  • windows
  • yolo - Just parse whatever. Use for ARTEMIS parsing.

Version Options (-v)

  • iOS 8, 9, 10, 11, 12
  • macOS 10.13, 10.14, 10.15
  • Android and8, and9, and10
  • Windows 10 win10_1803, win10_1809, win10_1903, win10_1909
  • yolo - Just parse whatever. Use for ARTEMIS parsing.

Getting Errors? Try This (Windows users, use eqivlent commands)

You may see that APOLLO reports back "0 databases" found when executed, most likely from CurrentPowerlog.PLSQL and locationd modules. Two common directories with databases that cause problems due to permissions (depends on how files were extracted from device):

  • /private/var/root/Library/Caches/locationd/
  • /private/var/containers/Shared/SystemGroup/[GUID]/Library/BatteryLife

Fix Permissions:

  • chmod -R 755 /private/var/containers/Shared/SystemGroup/[GUID_for BatteryLife Data]/
  • chmod -R 755 /private/var/root

Still not working?

  • Check database permissions - Use chmod to give some databases with "all blank" permissions some sort of permission. (Happens with many types of physical-logical extractions.)
  • Check database ownership - Use chown to take ownership of the files.

To Do List

  • Powerlog Gzip Files
  • Database Coalescing
  • Visualizations
  • Accept Zip file input
  • Output Formats (JSON?)
  • Modules:
    • Screen Time
    • Additional Health modules
    • Additional Native App Specific Modules

Thank You!

References

apollo's People

Contributors

abrignoni avatar krypterry avatar mac4n6 avatar

Watchers

 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.