sensepost / ruler

A tool to abuse Exchange services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error building ruler

Raikia opened this issue · comments

I can't seem to get Ruler to build using the command:

go get github.com/sensepost/ruler

img

I'm quite unfamiliar with Go so I apologize if I'm missing something basic, but I'm just following the "Getting Started" wiki page

Hi 👋

This should be resolved, the issue is due to the dependency being converted to a go module, as noted in this merged PR: #104

you could try with GO111MODULE=auto