g0ldencybersec / EasyEASM

Zero-dollar attack surface management tool
MIT License
249 stars 35 forks source link

Installation issue #15

Open Redteamer0101 opened 7 months ago

Redteamer0101 commented 7 months ago

First of all thank you for this amazing tool.

I'm facing an issue in installation after running go install github.com/g0ldencybersec/EasyEASM/easyeasm@latest this command there isn't any success msg or error msg nothig it just execute for few minutes and ends.

after that I tried running easyeasm it says command not found. same with running installation command with sudo having issue

Base OS Windows 10, guest os kali linux new one.

i'm installing in kali linux.

d4rk30 commented 5 months ago

It should have been installed successfully. After installing using the go install command, the address will be in the ~/go/bin directory by default. If you don’t know where your default directory is, please use the go env command.