Files
SecLists/.github/scripts/etc-files-list-update/README.md
T
2022-07-06 05:04:01 +00:00

18 lines
769 B
Markdown

# etc file list updater
## overview
The purpose of this set of scripts is to update the file `Fuzzing/LFI/LFI-coyote0x90-linux-etc-files.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.
```bash
cd .github/scripts/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.