help installing #233
Unanswered
jareddarkweb
asked this question in
Q&A
Replies: 1 comment
-
This sounds like a PATH issue. Make sure the directory where you installed interactsh is in $PATH. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi im trying to setup interactsh , On aws , running ubuntu 18 , and my domain name is on hostinger,
when i try to install the go script i get this error
See https://golang.org/s/go15vendor for details.
root@ip-172-31-90-36:/home/ubuntu# go install -v github.com/projectdiscovery/interactsh/cmd/interactsh-server@latest
can't load package: package github.com/projectdiscovery/interactsh/cmd/interactsh-server@latest: cannot find package "github.com/projectdiscovery/interactsh/cmd/interactsh-server@latest" in any of:
/usr/src/github.com/projectdiscovery/interactsh/cmd/interactsh-server@latest (from $GOROOT)
/root/go/src/github.com/projectdiscovery/interactsh/cmd/interactsh-server@latest (from $GOPATH)
root@ip-172-31-90-36:/home/ubuntu#
Beta Was this translation helpful? Give feedback.
All reactions