mkdocs.yml: Add syntax highlighting (#89)

* mkdocs.yml: Add syntax highlighting

* Add languages to codeblocks
This commit is contained in:
Ayan Banerjee
2021-02-24 17:52:44 +05:30
committed by GitHub
parent 770dc96145
commit 7aebfc652c
11 changed files with 28 additions and 25 deletions

View File

@@ -100,7 +100,7 @@ BGP Security
- A successful exploit will allow attackers to access, modify, or delete information in the database.
- It permits attackers to steal sensitive information stored within the backend databases of affected websites, which may include such things as user credentials, email addresses, personal information, and credit card numbers
```
```sql
SELECT USERNAME,PASSWORD from USERS where USERNAME='<username>' AND PASSWORD='<password>';
Here the username & password is the input provided by the user. Suppose an attacker gives the input as " OR '1'='1'" in both fields. Therefore the SQL query will look like: