diff --git a/rparodi/level09/README.md b/rparodi/level09/README.md index cbab13b..6ff967e 100644 --- a/rparodi/level09/README.md +++ b/rparodi/level09/README.md @@ -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|=�p�n��DB�Du{�� ``` -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