muraenateam / muraena

Muraena is an almost-transparent reverse proxy aimed at automating phishing and post-phishing activities.
https://muraena.phishing.click/
BSD 3-Clause "New" or "Revised" License
925 stars 171 forks source link

Can't install latest Muraena with go install ... #72

Closed 10tecs closed 2 years ago

10tecs commented 2 years ago

Hello. Title basically, thanks for any hints.

go install github.com/muraenateam/muraena@v0.1.7
go: github.com/muraenateam/muraena@v0.1.7: github.com/muraenateam/muraena@v0.1.7: invalid version: unknown revision v0.1.7

and @latest will just pull 0.1.4, probably because:

$ go list -m -versions github.com/muraenateam/muraena
github.com/muraenateam/muraena v0.1.1 v0.1.2 v0.1.3 v0.1.4
Chomikmarkus commented 2 years ago

Have same issue pulls version v 0.1.4

10tecs commented 2 years ago

I manually downloaded and unzipped 1.7 in the ~/go/bin folder, then in muraena-master: make build cd build ./muraena

good luck champ.

Chomikmarkus commented 2 years ago

Thanks worked for me!!!