Skip to content

Latest commit

 

History

History
102 lines (86 loc) · 3.11 KB

File metadata and controls

102 lines (86 loc) · 3.11 KB

Version 0.1.19

  • reworked dynamic analysis dashboard
  • Some bugfixes
  • Made code ready for indent/service testing features (0.1.20)

Version 0.1.18

  • Added logcat viewer / stream
  • Fixed a bug with dynamic filesystem data
  • Fixed styling issues with dynamic filesystem viewer

Version 0.1.17

  • Added additional rules for detection of secrets, keys and security misconfigurations

Version 0.1.16

  • Updated jadx to the latest version (1.3.3)
  • Fixed a bug with the React Native script

Version 0.1.15

  • Reworked AndroidManifest parser
  • Added checks for network Security Config
  • Switched to a less eye blinding yellow in the source code browser
  • Added checks for missing v2 and/or v3 signatures

Version 0.1.14

  • Option to send keystrokes or text as device input
  • Fixed Dockerfile on *nix systems
  • Added lxml as a required dependency
  • Persistent dynamic analysis logs
  • Option to download static and device files
  • Fixed the frida kafka mess
  • Mild bug fixing

Version 0.1.13

  • Improved folder icons in static / dynamic file browser
  • More verbose info when a framework is detected
  • Added functionality to create and view screenshots
  • Added the possibility to set RegEx capture groups using the web interface

Version 0.1.12

  • Fixed docker-compose service start
  • Added "strings" like feature for binary files
  • Optimized requirements for Windows
  • Added temporary bypass for broken lz4 wheel
  • Attempted fix on frida Kafka mess
  • Checks and some deobfuscation for the Cordova framework

Version 0.1.11

  • Code refactoring
  • Bugfixes

Version 0.1.10

  • Improved containerised stuff
  • Switched docker to postgres
  • Fixed issue with dynamic filesystem browser
  • Added retries to reporter
  • Database optimizations
  • Added automatic directory cleanup for static analysis
  • Documentation and template fixes

Version 0.1.9

  • Bugfixes
  • Template fixes
  • Fixed broken proxy server by replacing it with mitmproxy

Version 0.1.8

  • Reinstall for incompatible frida versions
  • Possibility to start static analyser on remote application
  • Possibility to install previously analysed applications
  • Improved static code search engine
  • Template fixes
  • Partially fixed broken proxy server

Version 0.1.7

  • working Docker (including some USB support)
  • Template fixes
  • Generic fixes
  • Better namespace removal for AndroidManifest checks
  • Improved logging

Version 0.1.6

  • Create automatic frida patches from static source code (just click on the method and a patch template will automatically be created)
  • Improved SSL strip script
  • Switched Highlight.js themes
  • Docker (yay!)

Version 0.1.5

  • Frida running in a different thread
  • Automatically reporting send messages to Kafka (if enabled)
  • Viewer for Frida script output
  • Made sure default Frida scripts use send() instead of console.log()
  • Fixed issue with root checker
  • More verbose collector / proxy start messages
  • Possibility to kill applications using Frida

Version 0.1.4

  • Updated vulnerability database
  • Automated extraction of application icons
  • Configurable proxy port/host
  • Better scan listing (web)
  • Improved static file filtering
  • Some other bugfixes (probably)