Compare commits

...

4 Commits

Author SHA1 Message Date
André de Lemos 6daa7fc0b4
Merge 9b5ad16aab into 3e5b5a51d1 2024-11-19 21:22:55 +00:00
Leithen 3e5b5a51d1
Skip check if file is not .yml or .md (#11760) 2024-11-19 16:22:42 -05:00
Lemostrash 9b5ad16aab contribution ctf platforms 2024-10-02 14:59:23 -03:00
Lemostrash 0b0b75614a contribution ctf platforms 2024-10-02 14:58:52 -03:00
2 changed files with 13 additions and 0 deletions

View File

@ -74,14 +74,17 @@ jobs:
fail-fast: false
steps:
- name: Checkout
if: ${{ endsWith(matrix.file, '.yml') || endsWith(matrix.file, '.md') }}
uses: actions/checkout@v4
with:
fetch-depth: ${{ needs.get-changed-files.outputs.fetch-depth }}
- name: Setup Ruby v2.6
if: ${{ endsWith(matrix.file, '.yml') || endsWith(matrix.file, '.md') }}
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
- name: Install awesome_bot
if: ${{ endsWith(matrix.file, '.yml') || endsWith(matrix.file, '.md') }}
run: |
gem install awesome_bot
- name: Set output
@ -101,6 +104,7 @@ jobs:
echo "FILEPATH=${file_path}" >> "$GITHUB_OUTPUT"
- name: "Check URLs of file: ${{ matrix.file }}"
if: ${{ endsWith(matrix.file, '.yml') || endsWith(matrix.file, '.md') }}
run: |
awesome_bot "${{ matrix.file }}" --allow-redirect --allow-dupe --allow-ssl || true;
- uses: actions/upload-artifact@v4

View File

@ -57,13 +57,18 @@
### Capture the flag
* [ångstromCTF](https://angstromctf.com)
* [Attack Defense](https://attackdefense.com) (email address *requested*)
* [CryptoHack](https://cryptohack.org) (email address *requested*)
* [Cmd Challenge](https://cmdchallenge.com)
* [CTFlearn](https://ctflearn.com) (email address *requested*)
* [CTFtime](https://ctftime.org)
* [DamnVulnerableDefi](https://www.damnvulnerabledefi.xyz)
* [echoCTF](https://echoctf.red) (email address *requested*)
* [Exploit Education](https://exploit.education)
* [Google CTF](https://capturetheflag.withgoogle.com) (email address *requested*)
* [Hacker101](https://ctf.hacker101.com) (email address *requested*)
* [Hackthebox](https://www.hackthebox.eu) (email address *requested*)
* [Hacka Flag](https://hackaflag.com.br) (email address *requested*)
* [HackThisSite](https://www.hackthissite.org) (email address *requested*)
* [InCTF](https://inctf.in)
* [Microcorruption](https://microcorruption.com/login)
@ -71,8 +76,12 @@
* [Picoctf](https://picoctf.org/resources.html) (email address *requested*)
* [ringzer0ctf](https://ringzer0ctf.com/home) (email address *required*)
* [ROP Wargame Repository](https://github.com/xelenonz/game)
* [Root Me](https://www.root-me.org) (email address *required*)
* [SmashTheStack](http://www.smashthestack.org/main.html#wargames)
* [TryHackMe](https://tryhackme.com) (email address *requested*)
* [Vulnhub](https://www.vulnhub.com)
* [W3Challs](https://w3challs.com) (email address *requested*)
* [Zenk Security](https://www.zenk-security.com) (email address *requested*)
### Data science