Compare commits
4 Commits
c2aa74719c
...
6daa7fc0b4
Author | SHA1 | Date |
---|---|---|
André de Lemos | 6daa7fc0b4 | |
Leithen | 3e5b5a51d1 | |
Lemostrash | 9b5ad16aab | |
Lemostrash | 0b0b75614a |
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue