8000 [bug] ios keychain dump returns an empty list · Issue #720 · sensepost/objection · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
[bug] ios keychain dump returns an empty list #720
Closed
@lisbonresearch

Description

@lisbonresearch

Line 114 of keychain.ts uses the functions concat and filter from the Array class. These functions don't modify the source arrays but return a new one. Since the return (of the filter function) is not stored back on the keychainData variable, this variable will remain an empty list. This causes the command ios keychain dump to always return an empty table.

Metadata

Metadata

Assignees

No one assigned

    Labels

    freshissueDefault label for new, untriaged issues.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0