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
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
if: ${{ endsWith(matrix.file, '.yml') || endsWith(matrix.file, '.md') }}
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: ${{ needs.get-changed-files.outputs.fetch-depth }}
|
fetch-depth: ${{ needs.get-changed-files.outputs.fetch-depth }}
|
||||||
- name: Setup Ruby v2.6
|
- name: Setup Ruby v2.6
|
||||||
|
if: ${{ endsWith(matrix.file, '.yml') || endsWith(matrix.file, '.md') }}
|
||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: 2.6
|
ruby-version: 2.6
|
||||||
- name: Install awesome_bot
|
- name: Install awesome_bot
|
||||||
|
if: ${{ endsWith(matrix.file, '.yml') || endsWith(matrix.file, '.md') }}
|
||||||
run: |
|
run: |
|
||||||
gem install awesome_bot
|
gem install awesome_bot
|
||||||
- name: Set output
|
- name: Set output
|
||||||
|
@ -101,6 +104,7 @@ jobs:
|
||||||
|
|
||||||
echo "FILEPATH=${file_path}" >> "$GITHUB_OUTPUT"
|
echo "FILEPATH=${file_path}" >> "$GITHUB_OUTPUT"
|
||||||
- name: "Check URLs of file: ${{ matrix.file }}"
|
- name: "Check URLs of file: ${{ matrix.file }}"
|
||||||
|
if: ${{ endsWith(matrix.file, '.yml') || endsWith(matrix.file, '.md') }}
|
||||||
run: |
|
run: |
|
||||||
awesome_bot "${{ matrix.file }}" --allow-redirect --allow-dupe --allow-ssl || true;
|
awesome_bot "${{ matrix.file }}" --allow-redirect --allow-dupe --allow-ssl || true;
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
|
|
|
@ -57,13 +57,18 @@
|
||||||
### Capture the flag
|
### Capture the flag
|
||||||
|
|
||||||
* [ångstromCTF](https://angstromctf.com)
|
* [å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*)
|
* [CTFlearn](https://ctflearn.com) (email address *requested*)
|
||||||
* [CTFtime](https://ctftime.org)
|
* [CTFtime](https://ctftime.org)
|
||||||
* [DamnVulnerableDefi](https://www.damnvulnerabledefi.xyz)
|
* [DamnVulnerableDefi](https://www.damnvulnerabledefi.xyz)
|
||||||
* [echoCTF](https://echoctf.red) (email address *requested*)
|
* [echoCTF](https://echoctf.red) (email address *requested*)
|
||||||
|
* [Exploit Education](https://exploit.education)
|
||||||
* [Google CTF](https://capturetheflag.withgoogle.com) (email address *requested*)
|
* [Google CTF](https://capturetheflag.withgoogle.com) (email address *requested*)
|
||||||
* [Hacker101](https://ctf.hacker101.com) (email address *requested*)
|
* [Hacker101](https://ctf.hacker101.com) (email address *requested*)
|
||||||
* [Hackthebox](https://www.hackthebox.eu) (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*)
|
* [HackThisSite](https://www.hackthissite.org) (email address *requested*)
|
||||||
* [InCTF](https://inctf.in)
|
* [InCTF](https://inctf.in)
|
||||||
* [Microcorruption](https://microcorruption.com/login)
|
* [Microcorruption](https://microcorruption.com/login)
|
||||||
|
@ -71,8 +76,12 @@
|
||||||
* [Picoctf](https://picoctf.org/resources.html) (email address *requested*)
|
* [Picoctf](https://picoctf.org/resources.html) (email address *requested*)
|
||||||
* [ringzer0ctf](https://ringzer0ctf.com/home) (email address *required*)
|
* [ringzer0ctf](https://ringzer0ctf.com/home) (email address *required*)
|
||||||
* [ROP Wargame Repository](https://github.com/xelenonz/game)
|
* [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)
|
* [SmashTheStack](http://www.smashthestack.org/main.html#wargames)
|
||||||
* [TryHackMe](https://tryhackme.com) (email address *requested*)
|
* [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
|
### Data science
|
||||||
|
|
Loading…
Reference in New Issue