PentestPad / subzy

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

Error #10

Closed anasbousselham closed 2 years ago

anasbousselham commented 3 years ago

lukasikic/subzy@v0.0.0-20210222175241-2686ade229f9/subzy.go:4:2: local import "./src" in non-local package lukasikic/subzy@v0.0.0-20210222175241-2686ade229f9/src/process.go:5:2: cannot find package

shawalahmad123 commented 3 years ago

Same issue in mac book pro...

himmat1005 commented 3 years ago

image

Same issue. Anyone able to get rid of it either on Windows or Kali Linux. Please let me know. Thanks.

anasbousselham commented 3 years ago

I think we need to downgrade Go to 1.14

Dhruv-Pindawala commented 3 years ago

Same is the case with me. When I opened the file subzy.go in VScode, I threw me an error.

The error was: go: cannot find main module, but found .git/config in d:\Applications\subzy to create a module there, run: go mod init Process exiting with code: 1 signal: false Error killing process 8984: Error: Command failed: taskkill /pid 8984 /T /F ERROR: The process "8984" not found.

LukaSikic commented 3 years ago

@anasbousselham I just pushed a code update, please try now and let me know if it works.

Dhruv-Pindawala commented 3 years ago

@LukaSikic It is still not working. The problem is that there is no go.mod file. We just need to add that file. in subzy directory