mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-11 11:48:10 +00:00
@@ -30,6 +30,9 @@ jobs:
|
|||||||
- name: Generate default-passwords.txt
|
- name: Generate default-passwords.txt
|
||||||
run: |
|
run: |
|
||||||
./csvq -N -f CSV 'select Password from `Passwords/Default-Credentials/default-passwords.csv`' > Passwords/Default-Credentials/default-passwords.txt
|
./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
|
- name: Switching from HTTPS to SSH
|
||||||
run: git remote set-url origin git@github.com:${{ github.repository }}.git
|
run: git remote set-url origin git@github.com:${{ github.repository }}.git
|
||||||
- name: Check for changes
|
- name: Check for changes
|
||||||
|
|||||||
Reference in New Issue
Block a user