mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings
synced 2025-12-06 17:02:53 +01:00
Fix typo in table header
This commit is contained in:
parent
7faf14a960
commit
ed28a07244
1 changed files with 1 additions and 1 deletions
|
|
@ -459,7 +459,7 @@ Most databases interpret certain ASCII control characters and encoded spaces (su
|
||||||
**ASCII Whitespace Support by Database**:
|
**ASCII Whitespace Support by Database**:
|
||||||
|
|
||||||
| DBMS | Supported Whitespace Characters (Hex) |
|
| DBMS | Supported Whitespace Characters (Hex) |
|
||||||
|--------------|----------------------------------------------___-|
|
|--------------|--------------------------------------------------|
|
||||||
| SQLite3 | 0A, 0D, 0C, 09, 20 |
|
| SQLite3 | 0A, 0D, 0C, 09, 20 |
|
||||||
| MySQL 5 | 09, 0A, 0B, 0C, 0D, A0, 20 |
|
| MySQL 5 | 09, 0A, 0B, 0C, 0D, A0, 20 |
|
||||||
| MySQL 3 | 01–1F, 20, 7F, 80, 81, 88, 8D, 8F, 90, 98, 9D, A0|
|
| MySQL 3 | 01–1F, 20, 7F, 80, 81, 88, 8D, 8F, 90, 98, 9D, A0|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue