sensepost / sensepost/objection

Provide Official Docker Images

Open
#528 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

✨enhancement
Dominant language
Python
Stars
9.4k
Forks
1k
Avg merge
14d 5h
Merged PRs (30d)
1

Description

Hi folks!

First off thanks for the fantastic work you are doing here! We recommend objection for @mitmproxy users to bypass certificate pinning^1 and have only received overall great feedback so far once people got it working. 😃 One pain point that has been pointed out to me repeatedly now is that objection patchapk can be tedious. Installing suitable versions of aapt, adb, jarsigner and apktool is somewhat painful, in particular on Windows. For example, aapt in the Wiki points to https://elinux.org/Android_aapt which only points to https://developer.android.com/guide/developing/tools/aapt.html which is a 404. All that is surmountable of course (aapt is in the Android SDK platform tools), but also unnecessarily tedious.

To make this process easier, it would be super nice if there would be an official Docker image that allowed users to just run:

docker run --rm -it -v C:\apks\:/data objection/objection patchapk /data/foo.apk

and get a patched APK file.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No repository files or tests are named. Start by identifying the Docker/build entry points and the Android tools needed by objection patchapk (aapt, adb, jarsigner, and apktool); done means an official image supports the shown volume-mounted command and produces a patched APK.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, docker
Domain
devops, mobile-dev
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.