Skip to content

Instantly share code, notes, and snippets.

@anas-cherni
anas-cherni / tictactoe.html
Created July 1, 2026 09:53
Tic-Tac-Toe game
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tic-Tac-Toe</title>
<style>
:root { --bg:#0f1220; --cell:#1b2036; --line:#2c3358; --x:#5eead4; --o:#f0abfc; --txt:#e5e7eb; }
* { box-sizing: border-box; }
body {
@anas-cherni
anas-cherni / CVE-2023-50694.txt
Last active January 20, 2024 11:23
CVE-2023-50694- http request smuggling in HTTPbeast v.0.4.1 and before
> [Suggested description]
> An issue in dom96 HTTPbeast v.0.4.1 and before allows a remote attacker
> to send a malicious crafted request due to insufficient parsing in the parser.nim
> component.
>
>
> [VulnerabilityType Other]
> HTTP Request Smuggling
>
> ------------------------------------------
@anas-cherni
anas-cherni / gist:dd297786750f300a2bab3bb73fee919b
Last active January 20, 2024 11:21
CVE-2023-50693 - HTTP Request Smuggling in Jester v.0.6.0 and beofre
> [Suggested description]
> An issue in Jester v.0.6.0 and before allows a remote attacker to
> send a malicious crafted request.
>
> [VulnerabilityType Other]
> HTTP Request Smuggling
>
> ------------------------------------------
>
> [Affected Product Code Base]