Replace ``` with `

pull/4/head
Maik de Kruif 3 years ago
parent e87378c335
commit 90652210c6
No known key found for this signature in database
GPG Key ID: 46C1200ACD3A432F
  1. 2
      content/posts/adventofctf/challenge_5.md

@ -52,7 +52,7 @@ Here's an example of a query to check login credentials:
FROM `users` SELECT * WHERE `username`='' AND `password`=''
```
_Note: the backticks (`\``) mean the content of it is a column in the database._
_Note: the backticks (\`) mean the content of it is a column in the database._
The username and password values are inserted in this query and if there is a result, the database will return it.

Loading…
Cancel
Save