PentestPad / subzy

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

Not able to install subzy #23

Closed prajeshy closed 2 years ago

prajeshy commented 2 years ago

I am not able to install subzy in my mac as well as kali linux because of the issue below :

"go: found github.com/logrusorgru/aurora in github.com/logrusorgru/aurora v2.0.3+incompatible"

I have also attached the screenshot , please help me installing the same

Screenshot 2022-01-24 at 9 07 23 AM

.

reewardius commented 2 years ago

git clone https://github.com/LukaSikic/subzy cd subzy go mod init subzy.go go mod tidy go build . cp subzy.go subzy cp subzy /usr/local/bin

enjoy!