GitBook: [master] 517 pages modified

This commit is contained in:
CPol 2021-09-22 15:45:35 +00:00 committed by gitbook-bot
parent 9690080102
commit 78263a7294
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
1 changed files with 2 additions and 6 deletions

View File

@ -1,7 +1,3 @@
---
description: 'https://pentesterlab.com/'
---
# Electronic Code Book \(ECB\)
## ECB
@ -35,11 +31,11 @@ Now, the attacker just need to discover if the format is `<username><delimiter><
| Username length: | Password length: | Username+Password length: | Cookie's length \(after decoding\): |
| :--- | :--- | :--- | :--- |
| 2 | 3 | 5 | 8 |
| 2 | 2 | 4 | 8 |
| 3 | 3 | 6 | 8 |
| 3 | 4 | 7 | 8 |
| 4 | 4 | 8 | 16 |
| 4 | 5 | 9 | 16 |
| 7 | 7 | 14 | 16 |
## Exploitation of the vulnerability