docs(lvl09): adding the english readme
This commit is contained in:
parent
8ca64d08de
commit
11be7b4919
1 changed files with 6 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
Lors de mon arriver sur le level09 je remarque un fichier level09
|
||||
When arriving on level09 I notice a file level09.
|
||||
|
||||
```bash
|
||||
ls -l
|
||||
|
|
@ -7,13 +7,13 @@ total 12
|
|||
----r--r-- 1 flag09 level09 26 Mar 5 2016 token
|
||||
```
|
||||
|
||||
Token a plein de character illisible
|
||||
Token has a lot of unreadable characters.
|
||||
```bash
|
||||
cat token
|
||||
f4kmm6p|=<3D>p<EFBFBD>n<EFBFBD><6E>DB<44>Du{<7B><>
|
||||
```
|
||||
|
||||
Afin de recuperer les characteres
|
||||
In order to recover the characters:
|
||||
```bash
|
||||
cat token | hexdump -C
|
||||
00000000 66 34 6b 6d 6d 36 70 7c 3d 82 7f 70 82 6e 83 82 |f4kmm6p|=..p.n..|
|
||||
|
|
@ -21,7 +21,7 @@ cat token | hexdump -C
|
|||
0000001a
|
||||
```
|
||||
|
||||
Je pense que le binaire est donc le programme qui permet "d'encrypter" le fichier si c'est correct alors l'algorithme suivi est donc str\[i] + i
|
||||
I think that the binary is therefore the program which allows to “encrypt” the file. If this is correct then the algorithm followed is therefore str[i] + i.
|
||||
|
||||
```bash
|
||||
./level09 aaa
|
||||
|
|
@ -36,7 +36,8 @@ a + 2 = c
|
|||
f3iji1ju5yuevaus41q1afiuq
|
||||
```
|
||||
|
||||
Je tente de me connect sur flag09 et ca marche et j'obtient donc le flag:
|
||||
I try to connect on flag09 and it works and I therefore obtain the flag:
|
||||
|
||||
```bash
|
||||
getflag
|
||||
Check flag.Here is your token : s5cajpm8ev6xhw998prwg728z
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue