mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-04-28 17:56:28 -04:00
fix(cicd): Added automatic clean-up to wordlist updater
This commit is contained in:
parent
7a0cb3bbf5
commit
58c655165b
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ jobs:
|
|||
wget https://raw.githubusercontent.com/ItsIgnacioPortal/utf8fixer/f42bfe64db0bc095e9e93a10ac6bba746f09670c/utf8fixer.py
|
||||
chmod +x utf8fixer.py
|
||||
python ./utf8fixer.py Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-10000.txt utf8
|
||||
rm utf8fixer.py
|
||||
|
||||
- name: Commit files if changed
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue