Skip to content

Commit 5ce951b

Browse files
committed
update readme
1 parent 499003c commit 5ce951b

File tree

4 files changed

+68
-2
lines changed

4 files changed

+68
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ src/MEVShareCTF/.env
1414
# Private challenges
1515
src/**/_*
1616

17+
_*
18+
1719
# Python
1820
__pycache__
1921

README.md

Lines changed: 63 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
This repository collects blockchain challenges in CTFs and wargames.
44

55
These challenges are categorized by topic, not by difficulty or recommendation.
6-
Some of them include writeups and solutions (e.g., [Paradigm CTF 2022](src/ParadigmCTF2022/)).
6+
Some of them include personal writeups and solutions (e.g., [Paradigm CTF 2022](src/ParadigmCTF2022/)).
77
Please be aware that these contain spoilers. For contribution guidelines, please see [CONTRIBUTING.md](CONTRIBUTING.md).
88

99
---
1010

1111
**Table of Contents**
12+
- [CTF List](#ctf-list)
1213
- [Ethereum](#ethereum)
1314
- [Smart contract basics](#smart-contract-basics)
1415
- [EVM puzzles](#evm-puzzles)
@@ -76,6 +77,67 @@ Please be aware that these contain spoilers. For contribution guidelines, please
7677

7778
---
7879

80+
## CTF List
81+
82+
**Always-on CTFs / Practice CTFs**
83+
84+
🔗: External link
85+
86+
| CTF Name | Note |
87+
| ----------------------------------------------------------------------------- | --------------------------- |
88+
| [Ethernaut](src/Ethernaut/) | |
89+
| [Damn Vulnerable DeFi](https://github.com/theredguild/damn-vulnerable-defi) 🔗 | |
90+
| [fvictorio's EVM puzzles](src/FvictorioEVMPuzzles/) | |
91+
| [Capture the Ether](src/CaptureTheEther/) | |
92+
| [Oak Security CosmWasm CTF](src/OakSecurityCosmWasmCTF/) | |
93+
| [Cipher Shastra](https://ciphershastra.com/) 🔗 | |
94+
| [ONLYPWNER](https://onlypwner.xyz/) 🔗 | No solution sharing allowed |
95+
96+
**Scheduled CTFs**
97+
98+
| CTF Name | Event Month |
99+
| -------------------------------------------------------------------------------------------------------------------------- | -------------------- |
100+
| [smileyCTF 2025](src/SmileyCTF/) | 2025-06 |
101+
| [DiceCTF 2025 Quals](src/DiceCTF2025/) | 2025-03 |
102+
| [SECCON CTF 13 Quals](https://github.com/minaminao/my-ctf-challenges/tree/main/ctfs/seccon-ctf-13-quals) | 2024-11 |
103+
| [SCAN 2024 CTF](src/Scan2024CTF/) | 2024-10 |
104+
| [BlazCTF 2024](src/BlazCTF2024/) | 2024-09 |
105+
| [The Flare-On Challenge 11](src/FlareOn11/) | 2024-09 |
106+
| [SekaiCTF 2024](src/ProjectSekaiCTF2024/) | 2024-08 |
107+
| [corCTF2024](src/CorCTF2024/) | 2024-07 |
108+
| [HITCON CTF 2024 Quals](https://github.com/minaminao/my-ctf-challenges/tree/main/ctfs/hitcon-ctf-2024-quals/lustrous) | 2024-07 |
109+
| [SECCON Beginners CTF 2024](src/SECCONBeginnersCTF2024/) | 2024-06 |
110+
| [osu!gaming CTF 2024](src/Osu!GamingCTF2024) | 2024-03 |
111+
| [DiceCTF 2024 Quals](src/DiceCTF2024/) | 2024-02 |
112+
| [LA CTF 2024](src/LACTF2024/) | 2024-02 |
113+
| [BlazCTF 2023](src/BlazCTF2023/) | 2023-12 |
114+
| [Paradigm CTF 2023](src/ParadigmCTF2023/) | 2023-10 |
115+
| [MetaTrust Web3 Security CTF](src/MetaTrustCTF/) | 2023-09 |
116+
| [SECCON CTF 2023 Quals](https://github.com/minaminao/my-ctf-challenges/tree/main/ctfs/seccon-ctf-2023-quals/tokyo-payload) | 2023-09 |
117+
| [MEV-Share CTF](src/MEVShareCTF/) | 2023-08 |
118+
| [SekaiCTF 2023](src/ProjectSekaiCTF2023) | 2023-08 |
119+
| [corCTF 2023](src/CorCTF2023/) | 2023-07 |
120+
| [SEETF 2023](src/SEETF2023) | 2023-06 |
121+
| [NumenCTF](src/NumenCTF/) | 2023-03 |
122+
| [EKOPARTY CTF 2022](src/EkoPartyCTF2022/) | 2022-11 |
123+
| [N1CTF 2022](src/N1CTF2022/) | 2022-11 |
124+
| [SekaiCTF 2022](src/ProjectSekaiCTF2022) | 2022-10 |
125+
| [0CTF/TCTF 2022](src/0CTF2022/) | 2022-09 |
126+
| [Balsn CTF 2022](src/BalsnCTF2022) | 2022-09 |
127+
| [DownUnderCTF 2022](src/DownUnderCTF2022/) | 2022-09 |
128+
| [DeFi-Security-Summit-Stanford](src/DeFiSecuritySummitStanford/) | 2022-08 |
129+
| [MapleCTF 2022](src/MapleCTF2022) | 2022-08 |
130+
| [Paradigm CTF 2022](src/ParadigmCTF2022/) | 2022-08 |
131+
| [Paradigm CTF 2021](src/ParadigmCTF2021/) | 2021-02 |
132+
| [0x41414141 CTF](src/0x41414141CTF/) | 2021-01 |
133+
| [DarkCTF](src/DarkCTF/) | 2020-09 |
134+
| [Curta](src/Curta/) | Occasional, Inactive |
135+
| [EthernautDAO](src/EthernautDAO/) | Occasional, Inactive |
136+
| [HuffChallenge](src/HuffChallenge/) | Occasional, Inactive |
137+
| [QuillCTF](src/QuillCTF2022/) | Occasional, Inactive |
138+
139+
---
140+
79141
## Ethereum
80142

81143
Note:

src/Curta/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://www.curta.wtf/docs

src/QuillCTF2022/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# QuillHash CTF 2022 Solutions
22

3-
Here's the link to the challenges page: https://quillctf.super.site/challenges. I highly recommend to solve the problems before checking the solutions!
3+
Here's the link to the challenges page: https://quillctf.super.site/challenges.
4+
https://quillaudits.notion.site/5fa2aeaa032640fea65b50d8616bb9d9?v=59ddedede7f14024bad19d411316c475
45

56
---
67

0 commit comments

Comments
 (0)