-
Notifications
You must be signed in to change notification settings - Fork 639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add self update option #356
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- upgrade goflags and utils deps
ehsandeep
approved these changes
Mar 14, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
./katana -update
__ __
/ /_____ _/ /____ ____ ___ _
/ '_/ _ / __/ _ / _ \/ _ /
/_/\_\\_,_/\__/\_,_/_//_/\_,_/
projectdiscovery.io
8.07 MiB / 8.07 MiB [---------------------------------------------------------] 100.00% 2.13 MiB p/s
[INF] katana sucessfully updated 0.0.2 -> 0.0.3 (latest)
## What's Changed
• Added custom field support for custom data extraction by @ShubhamRasal in
https://github.com/projectdiscovery/katana/pull/225
• Added support to store http request/responses to file by @edoardottt in
https://github.com/projectdiscovery/katana/pull/185
• Added option to specify local chrome binary path (-scp) by @parthmalhotra
in https://github.com/projectdiscovery/katana/pull/202
• Added chrome requirements recommended setup for ubuntu by @Mzack9999 in
https://github.com/projectdiscovery/katana/pull/251
• Added example to use katana as a library by @ShubhamRasal in
https://github.com/projectdiscovery/katana/pull/205
• Added support for error logs (-elog) option by @Mzack9999 in
https://github.com/projectdiscovery/katana/pull/267
• Added self-diagnostic functionality (-hc) option by @Mzack9999 in
https://github.com/projectdiscovery/katana/pull/260
• Added prototype of cycle detection by @Mzack9999 in
https://github.com/projectdiscovery/katana/pull/250
• Fixed a bug to use proxy in headless mode by @parthmalhotra in
https://github.com/projectdiscovery/katana/pull/169
• Fixed a bug to load complete response in headless mode by @parthmalhotra
in https://github.com/projectdiscovery/katana/pull/195
• Fixed a bug in the extension match/filer option by @ShubhamRasal in
https://github.com/projectdiscovery/katana/pull/184
• Fixed a bug in the rate limit option by @ShubhamRasal in
https://github.com/projectdiscovery/katana/pull/214
Issues closed in release -
https://github.com/projectdiscovery/katana/milestone/3?closed=1
## New Contributors
• @glaucocustodio made their first contribution in
https://github.com/projectdiscovery/katana/pull/173
• @parthmalhotra made their first contribution in
https://github.com/projectdiscovery/katana/pull/169
• @ShubhamRasal made their first contribution in
https://github.com/projectdiscovery/katana/pull/184
• @0xflotus made their first contribution in
https://github.com/projectdiscovery/katana/pull/268
Full Changelog:
https://github.com/projectdiscovery/katana/compare/v0.0.2...v0.0.3
ShubhamRasal
approved these changes
Mar 15, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description: