avatarRavindra Dagale

Summary

The web content discusses resolving the "package crypto/ecdh is not in GOROOT" error by updating the Go language to version 1.20 or later, particularly in the context of installing the TLSX tool.

Abstract

The article addresses an issue encountered by users when the Go language-based tool, such as TLSX, fails to install due to the error message "package crypto/ecdh is not in GOROOT." This problem is linked to an outdated version of Go, specifically version 1.19 or earlier. The solution provided is to update the Go installation to version 1.20 or above. The author, Ravindra Dagale, a security researcher, offers a comprehensive guide available on their blog to assist users in updating their Go language version. The guide aims to help users remain competitive in the field of bug bounties by ensuring they have the latest tools and software updates.

Opinions

  • The author believes that updating to the latest version of Go is crucial for successful tool installation and staying competitive in bug bounties.
  • The author expresses that the error message is indicative of a need for an updated

Package crypto/ecdh is not in GOROOT

Hi there, you might have received an error “package crypto/ecdh is not in GOROOT” during any Go language based tool installation.

This is because the respective tool need an updated version or latest version of Go Language.

We were trying to install TLSX tool but unable to install it successfully because for this error. And our Go installation version was 1.19.

But After updating the Go version to 1.20 or above (latest) we were able to install TLSX tool successfully.

Now the challenge is to updating our old version of Go language, for that we have written a step by step blog for it.. you can check it out to update your Go version by following the given steps..!!!!!

Thank You For Reading, Hope You Liked It…!!! 😊

Ravindra Dagale 🙆‍♂️ Security Researcher | Information Security Connect at : Instagram | YouTube

Go
Updates
Kali Linux
Bug Bounty
Tutorial
Recommended from ReadMedium