Skip to content

Commit e2faffc

Browse files
committed
Fix minor formatting and wording
1 parent 0ed9c9c commit e2faffc

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Source code and solution of CTF challenges that I created.
44

55
## vsCTF 2022
66

7-
| Challenge Name | Category | Difficulty | Solves |
8-
| :--------------: | :----------: | :------: | :----: |
7+
| Challenge Name | Category | Difficulty | Solves |
8+
| :------------------------------------------------------------------------------: | :-------: | :--------: | :----: |
99
| [**Baby RSA**](./vsctf-2022/Crypto/Baby%20RSA/) | Crypto | Easy | 68 |
1010
| [**Strongest RSA**](./vsctf-2022/Crypto/Strongest%20RSA/) | Crypto | Easy | 53 |
1111
| [**Secure Grading System**](./vsctf-2022/Crypto/Secure%20Grading%20System/) | Crypto | Medium | 21 |
@@ -21,8 +21,8 @@ Source code and solution of CTF challenges that I created.
2121

2222
## SekaiCTF 2022
2323

24-
| Challenge Name | Category | Difficulty (out of 5) | Solves |
25-
| :--------------: | :----------: | :------: | :----: |
24+
| Challenge Name | Category | Difficulty (out of 5) | Solves |
25+
| :--------------------------------------------------------------------------------: | :------: | :-------------------: | :----: |
2626
| [**Time Capsule**](./sekaictf-2022/Crypto/Time%20Capsule/) | Crypto | 1 | 178 |
2727
| [**Secure Image Encryption**](./sekaictf-2022/Crypto/Secure%20Image%20Encryption/) | Crypto | 2 | 49 |
2828
| [**Robust CBC**](./sekaictf-2022/Crypto/SRobust%20CBC/) | Crypto | 4 | 10 |
@@ -36,7 +36,7 @@ Source code and solution of CTF challenges that I created.
3636

3737
## Security BSides Ahmedabad CTF 2022
3838

39-
| Challenge Name | Category | Difficulty | Solves |
40-
| :--------------: | :----------: | :------: | :----: |
41-
| [**Password Checker**](./security-bsides-ahmedabad-ctf-2022/Reverse/Password%20Checker/) | Reverse | Easy | 2 |
42-
| [**Cyrene**](./security-bsides-ahmedabad-ctf-2022/Reverse/Cyrene/) | Reverse | Medium | 1 |
39+
| Challenge Name | Category | Difficulty | Solves |
40+
| :---------------------------------------------------------------------------------------: | :-------: | :--------: | :----: |
41+
| [**Password Checker**](./security-bsides-ahmedabad-ctf-2022/Reverse/Password%20Checker/) | Reverse | Easy | 2 |
42+
| [**Cyrene**](./security-bsides-ahmedabad-ctf-2022/Reverse/Cyrene/) | Reverse | Medium | 1 |

security-bsides-ahmedabad-ctf-2022/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22

33
## CTF Information
44

5-
- Event: Local event
65
- Format: Jeopardy, 7 hours
76
- Website: N/A
87
- Participated teams: Around 40
98

109
## My challenges
1110

12-
I was invited by `thehackerscrew` leader `Moriarty` and authored 2 challenges for this CTF. They were fairly easy, but unfortunately got few solves because it was a local event.
11+
I was invited by `thehackerscrew` leader `Moriarty` and authored 2 challenges . Both were fairly easy, but unfortunately only got few solves because it was a local event :(
1312

1413
| Challenge Name | Category | Difficulty | Solves |
1514
| :--------------: | :----------: | :------: | :----: |

sekaictf-2022/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
- Event: https://ctftime.org/event/1619
66
- Format: Jeopardy, 48 hours
77
- Website: https://ctf.sekai.team/
8+
- Official writeups: https://github.com/project-sekai-ctf/sekaictf-2022
89
- Participated teams: 852 (508 teams have solved a challenge besides sanity check and survey)
910

1011
## My challenges
1112

12-
I have authored 10 challenges for `SekaiCTF`. Difficulty of each challenge is listed in the table below.
13+
I have authored 10 challenges. Difficulty of each challenge is listed in the table below.
1314

1415
| Challenge Name | Category | Difficulty (out of 5) | Solves |
1516
| :--------------: | :----------: | :------: | :----: |

vsctf-2022/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
## My challenges
1111

12-
I have authored 12 challenges for `vsCTF`. Most challenges are beginner-friendly and straightforward.
12+
I have authored 12 challenges. Most challenges are beginner-friendly and straightforward.
1313

1414
| Challenge Name | Category | Difficulty | Solves |
1515
| :--------------: | :----------: | :------: | :----: |

0 commit comments

Comments
 (0)