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 to interact-client and interact-server #505

Merged
merged 2 commits into from Mar 17, 2023

Conversation

RamanaReddy0M
Copy link
Contributor

Proposed Changes

UPDATE:
   -up, -update                 update intarctsh to the latest version
   -duc, -disable-update-check  disable automatic update check

Reference

@RamanaReddy0M RamanaReddy0M changed the title Add self update option to interact-client and interact-server (#502) Add self update option to interact-client and interact-server Mar 16, 2023
@RamanaReddy0M RamanaReddy0M linked an issue Mar 16, 2023 that may be closed by this pull request
@RamanaReddy0M
Copy link
Contributor Author

Interactsh-Client

 ✗ ./interactsh-client -up

    _       __                       __       __  
   (_)___  / /____  _________ ______/ /______/ /_ 
  / / __ \/ __/ _ \/ ___/ __ '/ ___/ __/ ___/ __ \
 / / / / / /_/  __/ /  / /_/ / /__/ /_(__  ) / / /
/_/_/ /_/\__/\___/_/   \__,_/\___/\__/____/_/ /_/ 1.1.0

                projectdiscovery.io

3.86 MiB / 3.86 MiB [--------------------------------------------------------] 100.00% 97.56 MiB p/s

[INF] interactsh sucessfully updated 1.1.0 -> 1.1.1 (latest)

  ## What's Changed                                                           
                                                                              
  • Fixed  interactsh-server  docker build fail by @Bisstocuz in              
  https://github.com/projectdiscovery/interactsh/pull/485                     
  • Fixed issue with wildcard certifcate loading by @Mzack9999 in             
  https://github.com/projectdiscovery/interactsh/pull/487                     
  • Added asnmap info of ip in interactsh-client  json output by @Mzack9999 in
  https://github.com/projectdiscovery/interactsh/pull/427                     
                                                                              
  Full Changelog:                                                             
  https://github.com/projectdiscovery/interactsh/compare/v1.1.0...v1.1.1

Interactsh Server

./interactsh-server -up

    _       __                       __       __  
   (_)___  / /____  _________ ______/ /______/ /_ 
  / / __ \/ __/ _ \/ ___/ __ '/ ___/ __/ ___/ __ \
 / / / / / /_/  __/ /  / /_/ / /__/ /_(__  ) / / /
/_/_/ /_/\__/\___/_/   \__,_/\___/\__/____/_/ /_/ 1.1.0

                projectdiscovery.io

4.82 MiB / 4.82 MiB [--------------------------------------------------------] 100.00% 16.85 MiB p/s

[INF] interactsh sucessfully updated 1.1.0 -> 1.1.1 (latest)

  ## What's Changed                                                           
                                                                              
  • Fixed  interactsh-server  docker build fail by @Bisstocuz in              
  https://github.com/projectdiscovery/interactsh/pull/485                     
  • Fixed issue with wildcard certifcate loading by @Mzack9999 in             
  https://github.com/projectdiscovery/interactsh/pull/487                     
  • Added asnmap info of ip in interactsh-client  json output by @Mzack9999 in
  https://github.com/projectdiscovery/interactsh/pull/427                     
                                                                              
  Full Changelog:                                                             
  https://github.com/projectdiscovery/interactsh/compare/v1.1.0...v1.1.1      

Copy link
Member

@tarunKoyalwar tarunKoyalwar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm !

@ehsandeep ehsandeep merged commit a80442d into dev Mar 17, 2023
7 checks passed
@ehsandeep ehsandeep deleted the issue-502-add-self-update-support branch March 17, 2023 12:26
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 option
3 participants