Skip to content

Commit

Permalink
Merge pull request #86 from projectdiscovery/change_fingerprint_url
Browse files Browse the repository at this point in the history
change fingerprint url
  • Loading branch information
dogancanbakir authored May 14, 2024
2 parents e2d79cd + 70c5d1e commit cbd7def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/update-fingerprints/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ type OutputFingerprint struct {
CPE string `json:"cpe,omitempty"`
}

const fingerprintURL = "https://raw.githubusercontent.com/Lissy93/wapalyzer/master/src/technologies/%s.json"
const fingerprintURL = "https://raw.githubusercontent.com/enthec/webappanalyzer/main/src/technologies/%s.json"

func makeFingerprintURLs() []string {
files := []string{"a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "_"}
Expand Down

0 comments on commit cbd7def

Please sign in to comment.