From 89fb56f617cf057fc6ccdd79849cea66d7f3ca9d Mon Sep 17 00:00:00 2001 From: Swissky Date: Mon, 24 Dec 2018 13:41:37 +0100 Subject: [PATCH] MD Auth - Fix forgotten backtick --- _posts/2018-12-23-SIGSEGV-MD_AUTH.md | 1 - 1 file changed, 1 deletion(-) diff --git a/_posts/2018-12-23-SIGSEGV-MD_AUTH.md b/_posts/2018-12-23-SIGSEGV-MD_AUTH.md index 2379c96..91d735d 100755 --- a/_posts/2018-12-23-SIGSEGV-MD_AUTH.md +++ b/_posts/2018-12-23-SIGSEGV-MD_AUTH.md @@ -56,7 +56,6 @@ The `md5` function is called with the second argument set to `true`, meaning we -``` {% endhighlight %} We can do a single failed attempt in order to get a cookie containing the md5(SALT+"1"), based on the comment in the code we know the SALT is between 0000000-9999999 (7-digit APP_SALT).