Skip to content

Commit

Permalink
change fingerprint url
Browse files Browse the repository at this point in the history
  • Loading branch information
dogancanbakir committed May 14, 2024
1 parent 37e6a46 commit 70c5d1e
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 70c5d1e

Please sign in to comment.