v0.12.1
What's Changed
- Add new output formats
only-url
only-param
only-header
only-cookie
jsonl
- e.g
noir -b my_app -f only-param
- Update help messages
Full Changelog: v0.12.0...v0.12.1
Why was the only-*
formats added?
Sometimes, we may want to extract specific values from source code. To facilitate this, we have introduced the only-* format. For example, when analyzing source code for fuzzing, there may be a need to obtain a list of parameters. In such cases, you can easily extract them using the only-param format without the need for additional parsing.