TheHackerDev / race-the-web

Tests for race conditions in web applications. Includes a RESTful API to integrate into a continuous integration pipeline.
MIT License
588 stars 68 forks source link

Kali Linux install issues #3

Open Hax0rG1rl opened 6 years ago

Hax0rG1rl commented 6 years ago

Hi there,

I do experience some issue trying to compile this.

This is what I did:

image

image

image

Any ideas? Thanks!

TheHackerDev commented 6 years ago

I just tried updating dep (go get -u github.com/golang/dep/cmd/dep), then running it in the RTW folder (cd /path/to/RTW/; dep ensure). It seemed to work for me.

Try installing dep- go install -i github.com/golang/dep/cmd/dep, then running dep ensure in the RTW directory. This will ensure that you not only get dep, but also install the binary on your system.

Cheers, Aaron (insp3ctre)