Commit Graph

115 Commits

Author SHA1 Message Date
ItsIgnacioPortal fa58c66a0d fix(cicd): Fixed another bad filepath 2026-02-07 15:20:27 -03:00
ItsIgnacioPortal ea26501823 fix(cicd): Fixed bad filepath 2026-02-07 15:18:16 -03:00
ItsIgnacioPortal 33c4516540 feat(cicd): Added auto updater for the 'api-endpoints-res.txt' wordlist
Closes #1282
2026-02-07 15:13:16 -03:00
ItsIgnacioPortal d0034e74d2 chore(docs): Moved project logo to .github folder 2026-02-05 20:17:32 -03:00
ItsIgnacioPortal 210c95c8cc fix(docs): Removed redundant title prefix from templates
The title prefixes weren't necessary since new issues are automatically asigned labels anyway by the templates.
2026-01-22 04:06:23 -03:00
ItsIgnacioPortal 83c491235d fix(cicd): Fixed bad filepaths 2025-10-11 21:08:10 -03:00
ItsIgnacioPortal 24905d3473 fix(cicd): Added deduplication to wordlist updater
fixes #1254
2025-10-11 21:03:16 -03:00
Ahmed Nouralla b113d011b0 fix(cicd): Removed trailing spaces from wordlist-updater_default-passwords.yml (PR #1243) 2025-09-02 18:27:53 -03:00
ItsIgnacioPortal c84137d395 chore(cicd): Sorted components filenames in the 'Wordlist Updater - Combined directories' pipeline 2025-07-17 20:09:39 -03:00
ItsIgnacioPortal 0a6fc4629b fix(cicd): Updated paths in the 'Wordlist Updater - Combined directories' pipeline 2025-07-17 20:09:02 -03:00
ItsIgnacioPortal f1a4aa3866 feat(cicd): Created pipeline for automatically updating default-passwords.txt
Closes #1209
2025-06-14 01:39:42 -03:00
ItsIgnacioPortal 6653696651 fix(cicd): More descriptive workflow names 2025-03-21 19:29:27 -03:00
ItsIgnacioPortal 9a9a236728 feat(cicd): Added more workflow_dispatch event triggers 2025-03-21 19:26:34 -03:00
ItsIgnacioPortal a921f0123b fix(cicd): Updated 'GITHUB_REPOSITORY' variable name 2025-03-21 19:17:30 -03:00
ItsIgnacioPortal f5a3cc9aaf chore(cicd): Temporarily disabled the 'wordlist-validator.yml' workflow
Related to #1184
2025-03-20 18:28:41 -03:00
ItsIgnacioPortal 6ad6592da8 fix(cicd): Updated 'tj-actions/changed-files' from v34 to v45.0.7 2025-03-04 17:44:20 -03:00
ItsIgnacioPortal 58c655165b fix(cicd): Added automatic clean-up to wordlist updater 2025-02-22 05:13:44 -03:00
ItsIgnacioPortal d68e46932f fix(cicd): Fixed crash on "remote-wordlists-updater.yml" 2025-02-22 03:35:31 -03:00
ItsIgnacioPortal 9efa493fcc fix(cicd): Fixed line-ending normalization on "remote-wordlists-updater.yml"
Fixes #397
2025-02-18 00:53:16 -03:00
Ignacio J. Perez Portal d22f740722 feat(docs): Improved formatting of the PR template.
fixes #1126
2024-12-20 02:52:22 -03:00
g0tmi1k ee519dcf53 Merge pull request #1086 from ItsIgnacioPortal/ctflearner_contrib-1
feat(wordlist): Created 'common_directories.txt' wordlist

Credit: https://github.com/danielmiessler/SecLists/pull/1080
2024-11-20 10:14:06 +00:00
Ignacio J. Perez Portal 16817a04c2 feat(cicd): Added 'common_directories.txt' to the 'Wordlist Updater - directories' github action 2024-09-10 22:57:31 -03:00
Ignacio J. Perez Portal 82104660b8 fix(docs): Corrected filename of the PR template
https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository
2024-08-12 18:17:11 -03:00
Ignacio J. Perez Portal 1ee0329485 chore: fixed merge conflict 2024-06-13 03:30:00 -03:00
g0tmi1k 6a5e3a97b6 Merge pull request #992 from molangning/patch-issues
Update feature_request.md
2024-06-11 17:11:44 +01:00
Mo Langning 1c935bbdc0 Update feature_request.md 2024-06-12 00:02:26 +08:00
g0tmi1k 7887d37d82 Merge pull request #1020 from ItsIgnacioPortal/contributing
feat(docs): Improved the CONTRIBUTING.md and the PR template.
2024-06-11 16:43:48 +01:00
g0tmi1k bcc0c2f093 Merge pull request #1005 from molangning/patch-remote-wordlist-updater-rebase
Added a remote wordlist updater (rebase)
2024-06-11 16:40:02 +01:00
Ignacio J. Perez Portal 2bc6399bce fix(cicd): Removed insecure commit author from cicd pipelines. 2024-05-10 02:18:02 -03:00
Ignacio J. Perez Portal 8b82f74ee9 fix(docs): Improved PR template
- Removed non-sensical note about creating an issue to track a pull request

- Added note about checking the CONTRIBUTING.md before creating a pull request
2024-04-29 08:09:03 -03:00
Ignacio J. Perez Portal 09d1e4cf21 fix(CICD): Added write permissions to the readme auto-updater workflow
Prevents the error 'remote: Permission to USERNAME/SecLists.git denied to github-actions[bot].' when the action is run automatically from a seclists fork that has the default github-actions security settings
2024-04-24 23:29:14 -03:00
Ignacio J. Perez Portal c2f8dd0977 fix(CICD): Removed hard-coded repo URL 2024-04-24 23:27:11 -03:00
Ignacio J. Perez Portal 9cff6ce832 fix(CICD): Changed job name so it matches the Github Action name 2024-04-24 23:22:06 -03:00
Ignacio J. Perez Portal 9c95afac30 fix(CICD): Fixed github actions which executed on every push, ignoring their path filters.
The list of paths were missing an indentation
2024-04-24 23:20:28 -03:00
Ignacio J. Perez Portal 9de1419b8a fix(CICD): Added write permissions to the trickest-wordlist auto-updater workflow
Prevents the error 'remote: Permission to USERNAME/SecLists.git denied to github-actions[bot].' when the action is run automatically from a seclists fork that has the default github-actions security settings
2024-04-24 22:58:30 -03:00
Ignacio J. Perez Portal 6d53fe0c62 chore(CICD): Removed trailing spaces from a github action trigger paths 2024-04-24 22:48:33 -03:00
Mo Langning 607736efd4 Used env vars as input instead and removed debug line 2024-04-08 08:42:25 +00:00
Mo Langning cc38b6f669 Update remote-wordlists-updater.yml 2024-04-08 13:40:46 +08:00
Mo Langning 34b6d09237 Rename workflow file 2024-04-08 07:48:38 +08:00
Mo Langning 3577c3a670 Added workflow file 2024-04-06 04:15:37 +00:00
Mo Langning d9dd80b90a Changed templates 2024-04-05 10:12:47 +00:00
Mo Langning c0ed6c0a9b Update feature_request.md 2024-03-26 13:04:19 +08:00
Mo Langning 5fbcb2fba3 Reimport files 2024-02-17 03:04:59 +08:00
g0t mi1k b4edd29c3c OCD 2024-02-16 14:14:16 +00:00
g0t mi1k 31bf0cd253 Tweak templates 2024-02-16 14:10:20 +00:00
Mo Langning 6977fffa57 Final draft for question template 2024-02-14 04:40:59 +00:00
Mo Langning ac7a8786a4 moved pr templates 2024-02-14 04:17:48 +00:00
Mo Langning 815b50c793 Added questions template and more 2024-02-14 04:02:54 +00:00
Mo Langning 87886a3f69 Update pull_request_template.md 2023-12-02 15:03:20 +08:00
Mo Langning 9df54d22ec Update feature_request.md 2023-12-02 15:03:01 +08:00