Skip to content
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 2 commits into from
Mar 15, 2023
Merged

Add self update option #356

merged 2 commits into from
Mar 15, 2023

Conversation

RamanaReddy0M
Copy link
Contributor

@RamanaReddy0M RamanaReddy0M commented Mar 14, 2023

Description:

  • add update flags
UPDATE:
   -up, -update                 update katana to latest version
   -duc, -disable-update-check  disable automatic katana update check

- upgrade goflags and utils deps
@RamanaReddy0M RamanaReddy0M linked an issue Mar 14, 2023 that may be closed by this pull request
@RamanaReddy0M RamanaReddy0M self-assigned this Mar 14, 2023
Copy link
Member

@ehsandeep ehsandeep left a 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          

@ehsandeep ehsandeep merged commit 4ca73e3 into dev Mar 15, 2023
@ehsandeep ehsandeep deleted the issuse-355-add-self-update-option branch March 15, 2023 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add update check and self update options
4 participants