subzy icon indicating copy to clipboard operation
subzy copied to clipboard

Subdomain takeover vulnerability checker

Results 21 subzy issues
Sort by recently updated
recently updated
newest added

go install -v github.com/lukasikic/subzy go install: version is required when current directory is not in a module Try 'go install github.com/lukasikic/subzy@latest' to install the latest version

I updated the detection mechanism by adding False_Positive fingerprints. Additionally, I observed the Unbounce fingerprint on many Google 404 sites and therefore included a false positive fingerprint for that scenario.

please update with new feature output json file, Thanks

When I give the following command, I get an error. ```bash $ subzy -targets findomain_subd.txt 2021/05/05 05:17:56 Error processing: Process: Fingerprints: unexpected end of JSON input ```

┌──(kali㉿kali)-[~] └─$ sudo go install -v github.com/lukasikic/subzy@latest go: finding module for package github.com/mitchellh/go-homedir go: finding module for package github.com/logrusorgru/aurora go: found github.com/logrusorgru/aurora in github.com/logrusorgru/aurora v2.0.3+incompatible go: found github.com/mitchellh/go-homedir in github.com/mitchellh/go-homedir...

When i try to install subzy through sudo go get -u -v github.com/lukasikic/subzy command getting this error please guide me on this .

This pull request aims to enhance the accuracy and coverage of subdomain takeover detection by updating the fingerprints.json file - Introduce new fingerprints for popular services and platforms to subdomain...

Fix for https://github.com/PentestPad/subzy/issues/41 subzy is reporting the findings even though the result is 'Not Vulnerable'. Instead of manually updating the fingerprints file, it can be solved in a simple way.

I have just install subzy . I'm using go 1.18 version. my go apth env is set as well. even I did export GOPATH=$HOME/go and found that i have go/bin/subzy...