From 70c5d1e89a65523d2cc8e892a8e8bab7176eb113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fan=20Can=20Bak=C4=B1r?= Date: Tue, 14 May 2024 13:23:25 +0300 Subject: [PATCH] change fingerprint url --- cmd/update-fingerprints/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/update-fingerprints/main.go b/cmd/update-fingerprints/main.go index d7cff49e..312dc944 100644 --- a/cmd/update-fingerprints/main.go +++ b/cmd/update-fingerprints/main.go @@ -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", "_"}