From 508ba2b0a80f4f68b0395a685e858faa10b01599 Mon Sep 17 00:00:00 2001 From: ItsIgnacioPortal <46269721+ItsIgnacioPortal@users.noreply.github.com> Date: Fri, 6 Mar 2026 20:55:40 -0300 Subject: [PATCH] fix(cicd): Updated Linux LFI etc-files wordlist path --- .bin/etc-files-list-update/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bin/etc-files-list-update/update.sh b/.bin/etc-files-list-update/update.sh index 5d2b3d05f..d34fa5ac0 100755 --- a/.bin/etc-files-list-update/update.sh +++ b/.bin/etc-files-list-update/update.sh @@ -1,6 +1,6 @@ #!/bin/bash -export listpath="../../Fuzzing/LFI/LFI-etc-files-of-all-linux-packages.txt" +export listpath="../../Fuzzing/LFI/Linux/LFI-etc-files-of-all-linux-packages.txt" [ -f all_files.gz ] && rm all_files.gz # every year, start a new gzip list so there is not as much bloat updating blobs in git