fix(cicd): Updated Linux LFI etc-files wordlist path

This commit is contained in:
ItsIgnacioPortal
2026-03-06 20:55:40 -03:00
parent 320ef285f9
commit 508ba2b0a8
+1 -1
View File
@@ -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