Skip to content

1.9.6

Compare
Choose a tag to compare
@leonjza leonjza released this 13 Aug 10:36
· 93 commits to master since this release
32d7252

new

  • The pwd command will now do the same as pwd print, fixing #395 (b550b94)
  • Plugins can now extend the HTTP API by returning a Flask Blueprint in the http_api method of the plugin itself. An example plugin that does this is included here, and will be exposed when specifying the -a flag to the explore command. (a2d988b)
  • Add new hooks to the iOS jailbreak bypass module for calls to fopen and -[UIApplication canOpenURL:]. Thanks @haxxinen (#390)

fixes

  • Major update checker refactor. The update checker will now only fire once a day, and will store version information in ~/.objection/version_info. This commit also fixed #386 (bca9776)

other

Code Diff Since v1.9.5