Installing📚go+HERCULES? | Kali💓Linux 2019.1🔥✔️
MunYa
#GoLang #go #Hercules #KaliLinux #Linux Golang and Hercules install on Kali-Linux 2019.1 The Go Programming Language https://golang.org/dl/
Linux, macOS, and FreeBSD tarballs Download the archive and extract it into /usr/local, creating a Go tree in /usr/local/go. For example:
tar -C /usr/local -xzf go1.11.5.linux-386.tar.gz (Typically these commands must be run as root or through sudo.)
Mac OS X and Linux
Set the GOPATH environment variable for your workspace:
export GOPATH=$HOME/go Also set the GOPATH/bin variable, which is used to run compiled Go programs.
export PATH=$PATH:$GOPATH/bin
Add /usr/local/go/bin to the PATH environment variable. You can do this by adding this line to your /etc/profile (for a system-wide installation) or $HOME/.profile:
export PATH=$PATH:/usr/local/go/bin Note: changes made to a profile file may not apply until the next time you log into your computer. To apply the changes immediately, just run the shell commands directly or execute them from the profile using a command such as source $HOME/.profile.
https://golang.org/doc/install?download=go1.11.5.linux-386.tar.gz
How to Write Go Code
https://golang.org/doc/code.html
#go go golang #golang #munya munya
google golang golang google Google + golang Golang programming language Golang language
https://nats.io/documentation/tutorials/go-install/
Install Go for NATS In this tutorial you set up your Go environment for running NATS.
Instructions
- Download Go.
Go provides binary distributions for Mac OS X, Windows, and Linux. If you are using a different OS, you can download the Go source code and install from source.
Download the latest version of Go for your platform here: https://golang.org/dl/.
- Install Go.
Follow the instructions for your platform to install the Go tools: https://golang.org/doc/install#install. It is recommended to use the default installation settings.
On Mac OS X and Linux, by default Go is installed to directory /usr/local/go/, and the GOROOT environment variable is set to /usr/local/go/bin.
On Windows, by default Go is installed in the directory C:\Go, the GOROOT environment variable is set to C:\Go, and the bin directory is added to your Path (C:\Go\bin).
- Set your GOPATH.
Your Go working directory (GOPATH) is where you store your Go code. It can be any path you choose but must be separate from your Go installation directory (GOROOT).
The following instructions describe one way you can set your GOPATH. Refer to the official Go documentation for more details: https://golang.org/doc/code.html.
HERCULES is a special payload generator that can bypass antivirus softwares. https://github.com/EgeBalci/HERCULES
AV Evasion Score is a scale(1/10) for determining the effectiveness of the payloads anti virus bypassing ... https://www.youtube.com/watch?v=hOTGgRsNQxE
25947963 Bytes