sensepost / sensepost/objection
Does objection have the function of exporting results?
Open
Nobody has claimed this yet.
✨enhancement
- Dominant language
- Python
- Stars
- 9.4k
- Forks
- 1k
- Avg merge
- 14d 5h
- Merged PRs (30d)
- 1
Description
When a command outputs too many results, it often overflows the console.
Is there a feature to export the results to a local file?
For example:
ios hooking list classes -o output.txt
or
ios hooking list classes >> output.txt
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the CLI handling for ios hooking list classes and checking whether objection already has an output or file option. Compare its current command output behavior with shell redirection, then define completion as supporting a documented way to save large result sets to a local file without overflowing the console.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, python
- Domain
- cli, mobile-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100