Leon Jacobs
Leon Jacobs
The SQLite usage shown in the documentation [here](https://github.com/sensepost/objection/wiki/Using-objection) needs to be updated to reflect the updates since integrating [litecli](https://github.com/dbcli/litecli).
@chaitin mentioned via Telegram that it is possible to bypass FaceID when reading the keychain [here](https://github.com/sensepost/objection/blob/5c6f152be3c7322a/agent/src/ios/keychain.ts#L71) with: ```javascript searchDictionary.setObject_forKey_( Module.findExportByName('Security', 'kSecUseAuthenticationUIFail')!.readPointer(), Module.findExportByName('Security', 'kSecUseAuthenticationUI')!.readPointer()) ```
**Describe the bug** Keychain ACL Parsing appears to be broken even though entries have ACL's configured. Current debugging shows that [this](https://github.com/sensepost/objection/blob/cac7038657965ebb1376988f674ffcb8492aa216/agent/src/ios/keychain.ts#L173) line is always hit, possibly meaning that `SecAccessControlGetConstraints` did...
* **Problem**: It does not look like SeAT grabs loyalty point data, even though the [scope](https://github.com/eveseat/eveapi/blob/59ed7416c0f5c16b771f63cc6fac5355015d0cc6/src/Config/eveapi.scopes.php#L39) for it is requested by default. * **Expected**: Loyalty point data to be pulled...
While both appear to still be the same version, a deprecation warning is shown when using homebrew to install usbmuxd. eg: ```text ❯ brew info usbmuxd Warning: Use libusbmuxd instead...
I have a dylib in an iOS applications Documents directory. When loading with `Module.load(dylibPath);`, an exception is thrown as follows: ``` Error: unable to find module '/var/mobile/Containers/Data/Application/87C72D23-BA24-4636-9E52-54DC14072D47/Documents/m.dylib' at Object.value [as...
I know it is not officially released yet, but it looks like SSH port forwarding is not working, even with all of the forwarding options enabled in the `security.forwarding` configuration....
context: https://twitter.com/s3cu14r/status/1729784785575334393 Would be nice to be able to cleanup via the CLI or WebUI.
## Proposed changes This PR is an implementation proposal for #4779, making it possible to further apply issue/tag filters to issue trackers via a new, per tracker `allow-list` / `deny-list`...
### Please describe your feature request: Right now, we have the ability to limit what gets exported / logged in issue trackers using the `allow-list` / `deny-list` options. These filters...