new
- The
pwdcommand will now do the same aspwd print, fixing #395 (b550b94) - Plugins can now extend the HTTP API by returning a Flask Blueprint in the
http_apimethod of the plugin itself. An example plugin that does this is included here, and will be exposed when specifying the-aflag to theexplorecommand. (a2d988b) - Add new hooks to the iOS jailbreak bypass module for calls to
fopenand-[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)