From 90f0ef4168fbd26e99fca8e3f22b2c9d70a811cc Mon Sep 17 00:00:00 2001 From: molangning <133737702+molangning@users.noreply.github.com> Date: Tue, 30 Jul 2024 17:22:59 +0800 Subject: [PATCH] feat: increased update frequency to 3d --- .bin/wordlist-updaters/sources.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bin/wordlist-updaters/sources.json b/.bin/wordlist-updaters/sources.json index b7aeb216f..d4a29678e 100644 --- a/.bin/wordlist-updaters/sources.json +++ b/.bin/wordlist-updaters/sources.json @@ -5,7 +5,7 @@ "source": "https://raw.githubusercontent.com/wallarm/jwt-secrets/master/jwt.secrets.list", "output": "Passwords/scraped-JWT-secrets.txt", "post_run_script": "", - "frequency": "6h" + "frequency": "3d" }, { "name": "Trickest wordlist update", @@ -19,4 +19,4 @@ "Discovery/Web-Content/CMS/trickest-cms-wordlist/" ] } -] \ No newline at end of file +]