Speeding up tests by partitioning

Speeding up tests by partitioning
This post is on a practical tip on how to speed up your tests for CI pipelines. If you already followed your framework's official guide and added in the mentioned configurations or flags, this might b...
0 Read More

TryHackMe: HTTP Request Smuggling

Headers Involved Emphasis on headers: Content-Length that states the number of characters of the content, example: ⛶POST /update HTTP/1.1 Host: example.com Content-Length: 13 Content-Type...
0 Read More