SecLists/.bin/etc-files-list-update
g0tmi1k 74a331a039 [Github Action] Updated LFI-etc-files-of-all-linux-packages.txt 2022-11-01 20:38:52 +00:00
..
deb-url-history [Github Action] Updated LFI-etc-files-of-all-linux-packages.txt 2022-11-01 20:38:52 +00:00
util move scripts to .bin 2022-07-06 05:30:22 +00:00
README.md update auto commit message, rename wordlist and references to it, title case in markdown headings 2022-07-25 16:26:11 +00:00
current_distro move scripts to .bin 2022-07-06 05:30:22 +00:00
update.sh update auto commit message, rename wordlist and references to it, title case in markdown headings 2022-07-25 16:26:11 +00:00

README.md

Etc File List Updater

Overview

The purpose of this set of scripts is to update the file Fuzzing/LFI/LFI-etc-files-of-all-linux-packages.txt. It is intended to be run periodically. The scripts scan all deb packages in the ubuntu apt repository that have been updated since the last scan. URLs that have been scanned will be added to a data file that can be stored in git.

Running

The script must be run from its working directory.

cd .bin/etc-files-list-update && ./update.sh

Details

URLs for deb files that have already been scanned are stored in gzip format in the deb-url-history/ directory. The current ubuntu distro for which packages are retrieved is stored in the file current_distro. This should be changed every few years.