mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-07-27 17:11:08 +00:00
fix(cicd): Updated Linux LFI etc-files wordlist path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user