Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated busybox is affecting some modules #469

Open
cyberMilosz opened this issue Oct 22, 2024 · 0 comments
Open

Outdated busybox is affecting some modules #469

cyberMilosz opened this issue Oct 22, 2024 · 0 comments

Comments

@cyberMilosz
Copy link
Contributor

A few modules currently rely on busybox, namely:

  • shell.send
  • scanner.misc.readablefiles
  • scanner.misc.sflagbinaries
  • scanner.misc.writablefiles

The version of busybox shipped with drozer is an ancient x86 build which doesn't run on most modern devices.

image

It's also unclear why these modules rely on busybox, since the commands needed by the modules above (find, nc) are already present and executable on a reasonably modern non-rooted Android device.

What needs to happen:

  1. Rewrite the modules so they don't require busybox. Maybe use busybox as a fallback?
  2. Rethink how we do busybox - shipping a random compiled binary is less than ideal, but if we must do it, let's at least make sure we're matching the target platform(s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants