Skip to content

Releases: WithSecureLabs/drozer

drozer 3.0.2

23 Apr 16:45
1e485e4
Compare
Choose a tag to compare

Multiple fixes:

  • External module repositories (including WithSecure's official one) are now functional
  • scanner.provider.traversal bug fixes - module should now work as intended
  • Byte array extras can now be used in Intents (except when interacting with Services - see #431)
  • drozer will no longer crash if the readline package is not available (slowly paving the way towards native Windows compatibility)
  • list --unsupported should now work as intended
  • Trying to load a broken module will no longer crash drozer, instead handling the exception gracefully

drozer 3.0.1

02 Apr 21:18
e939f5d
Compare
Choose a tag to compare

Fixed some bugs:

  • drozer should now work on Android 6 (API 23) and below
  • fixed the contributors module
  • modified how drozer handles --extra intent parcelable <intent object>
    • drozer will now use class android.content.Intent method praseUri(String, int) to generate the Intent object

drozer 3.0.0

27 Mar 19:08
5c6bc3a
Compare
Choose a tag to compare

Compatibility with Python 3 and modern Java.

With many thanks to:
Ken Gannon @ NCC Group
William Ben Embarek @ TDC NET

2.4.4

09 Nov 12:09
5879d52
Compare
Choose a tag to compare
  • [Build Process] AppVeyor updated to deploy Windows installer
  • [Build Process] Fixed versioning of whl, deb and rpm packages
  • [Bug Fixes] Several bug fixes

2.4.3

26 Jul 13:17
Compare
Choose a tag to compare

Changelog

  • [Build Process] Automated Travis and AppVeyor deployment
  • [Build Process] Fixed Deb/RPM Package Building

2.5.0

16 May 18:26
Compare
Choose a tag to compare

Yay

2.4.2

19 Jan 13:03
Compare
Choose a tag to compare

Changelog

  • [Bugfix] Updated PyOpenSSL to fix Issue #239
  • [Bugfix] Fixed setup.py to install Drozer without setting PYTHONPATH environment variable. Submitted by @nixawk
  • [Documentation] Fixed documentation to resolve issue #240

2.4.1

06 Dec 11:57
Compare
Choose a tag to compare

Changelog

  • [Bugfix] Compiled correctly with make apks to fix issue #225

2.4.0-alpha

01 Sep 18:41
Compare
Choose a tag to compare

Changelog

  • [Bugfix] Fixed bug in sharedUID package search
  • [Bugfix] Fixed bug in web delivery page
  • [Bugfix] Fixed bug in busybox path
  • [Upgrade] Updated busybox for PIE Support
  • [Bugfix] Referenced aapt-osx in setup script
  • [Feature] Added pyyaml support for latest apktool
  • [Dependency] Protobuf 2.6.1 jar update
  • [Upgrade] Updated apktool arguments to support new apktool.
  • [Upgrade] Updated to Dx: android 19
  • [Upgrade] Updated to apktool 2.0.3
  • [Upgrade] pdated to protobuf 2.6.1
  • [Bugfix] Fixed pyopenssl error
  • [Upgrade] Support for Java 7 & 8
  • [Drop Support] No longer supports apktool 1.*
  • [Drop Support] No longer supports Java 1.6

2.3.4

02 Feb 11:56
Compare
Choose a tag to compare

Updated missing tag & release as per #177