From a4795a0492a7c7bf42851fce3503f60847135680 Mon Sep 17 00:00:00 2001 From: ashutosh1206 Date: Sun, 14 Apr 2019 02:21:10 +0530 Subject: [PATCH] Added CBC Bit Flipping Challenges --- Block-Cipher/Attack-CBC-Bit-Flipping/Challenges/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Block-Cipher/Attack-CBC-Bit-Flipping/Challenges/README.md b/Block-Cipher/Attack-CBC-Bit-Flipping/Challenges/README.md index 3a3b0b5..c247bc6 100644 --- a/Block-Cipher/Attack-CBC-Bit-Flipping/Challenges/README.md +++ b/Block-Cipher/Attack-CBC-Bit-Flipping/Challenges/README.md @@ -1,8 +1,11 @@ # Challenges - + | S.No. | Challenge | CTF | Year | Difficulty Level | Points | |-------|:--------------------------------------------------------------------:|:------------------------:|:----:|:----------------:|:------:| | 1 | [Cryptopals Challenge-16](http://cryptopals.com/sets/2/challenges/16)| _None_ |_None_| _None_ | _None_ | | 2 | [Secret-Server](Secret-Server/) | HITCON Quals | 2017 | _None_ | 221 | -| 3 | [CNVService](CNVService/) | AceBear Security Contest | 2018 | _None_ | 856 | \ No newline at end of file +| 3 | [CNVService](CNVService/) | AceBear Security Contest | 2018 | _None_ | 856 | +| 4 | [USSH 3.0](https://ctftime.org/task/6311) | CTFZone CTF Quals | 2018 | _None_ | 138 | +| 5 | [Into The Darkness](https://ctftime.org/task/6580) | HackIT CTF | 2018 | _None_ | 862 | +| 6 | [level-21](http://websec.fr/level21) | websec.fr | Wargame | medium | 3 |