mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-07-17 07:34:40 +00:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user