Skip to content

Instantly share code, notes, and snippets.

View Johnie-Musyoki's full-sized avatar

Johnie Johnie-Musyoki

View GitHub Profile
@Johnie-Musyoki
Johnie-Musyoki / drozer.md
Created October 30, 2023 11:04 — forked from castexyz/drozer.md
Drozer commands
  • Drozer - Drozer allows you to search for security vulnerabilities in apps and devices by assuming the role of an app and interacting with the Dalvik VM, other apps' IPC endpoints and the underlying OS.
    • Starting a session
      • adb forward tcp:31415 tcp:31415
      • drozer console connect
      • drozer console connect --server <ip>
    • List modules
      • ls
      • ls activity
    • Retrieving package information
  • run app.package.list -f