mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-06 08:53:59 +01:00
parent
38f3177476
commit
24905d3473
1 changed files with 3 additions and 0 deletions
|
|
@ -30,6 +30,9 @@ jobs:
|
|||
- name: Generate default-passwords.txt
|
||||
run: |
|
||||
./csvq -N -f CSV 'select Password from `Passwords/Default-Credentials/default-passwords.csv`' > Passwords/Default-Credentials/default-passwords.txt
|
||||
sort -u --output temp.txt default-passwords.txt
|
||||
rm default-passwords.txt
|
||||
mv temp.txt default-passwords.txt
|
||||
- name: Switching from HTTPS to SSH
|
||||
run: git remote set-url origin git@github.com:${{ github.repository }}.git
|
||||
- name: Check for changes
|
||||
|
|
|
|||
Loading…
Reference in a new issue