PentestPad / subzy

Subdomain takeover vulnerability checker
https://www.pentestpad.com
GNU General Public License v2.0
989 stars 149 forks source link

Changes #4

Closed joanbono closed 5 years ago

joanbono commented 5 years ago

Hi there @LukaSikic

I made few changes in the code to make it more go-friendly. Now it will install subzy by doing:

go get -u -v github.com/lukasikic/subzy
go install -v github.com/lukasikic/subzy

Also, I have added a Makefile, so instead of putting the binary in the repo, you can create a release:

make all

From here you will see every file inside the build/ folder.

Thanks

LukaSikic commented 5 years ago

Thanks 😉