Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.9.6 source code.tar.gz | 2020-08-13 | 1.7 MB | |
1.9.6 source code.zip | 2020-08-13 | 1.8 MB | |
README.md | 2020-08-13 | 1.4 kB | |
Totals: 3 Items | 3.5 MB | 0 |
new
- The
pwd
command will now do the same aspwd print
, fixing [#395] (https://github.com/sensepost/objection/commit/b550b9449ec8c5048b232bf0cf1323210b711b2b) - 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 theexplore
command. (https://github.com/sensepost/objection/commit/a2d988bf8114e27101b27aec461705038e0bb87c) - 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] (https://github.com/sensepost/objection/commit/bca97762497783e8cc5929b4dd4c32427316d4c9)
other
- Bump agent dependencies (https://github.com/sensepost/objection/commit/4fd28182f7171ca820c11794965a89b81506d6d0)
- Bump lodash version (https://github.com/sensepost/objection/commit/9e99a012ccc176a76c1b50ef5febe675226f81de)
- Bump agent dependencies (https://github.com/sensepost/objection/commit/76848d803d262fbd6a7764440d1d6018e1db3af9)