Revert "mkdocs.yml: Add syntax highlighting (#89)" (#95)

This reverts commit 7aebfc652c.
This commit is contained in:
Nishant Singh
2021-02-24 21:32:15 +05:30
committed by GitHub
parent 7aebfc652c
commit 52e7ed5c5c
11 changed files with 25 additions and 28 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: