mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-13 17:29:26 +00:00
fix(cicd): Updated Linux LFI etc-files wordlist path
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/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
|
[ -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
|
# every year, start a new gzip list so there is not as much bloat updating blobs in git
|
||||||
|
|||||||
Reference in New Issue
Block a user