Add X-Goat support. - bitreich-httpd - Bitreich HTTPD service | |
git clone git://bitreich.org/bitreich-httpd git://enlrupgkhuxnvlhsf6lc3fziv5h2h… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 24b9dc39989a25a24c9c612490da39f05303e633 | |
parent 039f323567a86353748dde66820b9ce1f81c622e | |
Author: Christoph Lohmann <[email protected]> | |
Date: Mon, 20 Sep 2021 18:21:59 +0200 | |
Add X-Goat support. | |
Diffstat: | |
M bitreich-httpd.c | 4 ++++ | |
1 file changed, 4 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/bitreich-httpd.c b/bitreich-httpd.c | |
@@ -51,6 +51,10 @@ printheaders(char *ctype) | |
printf("Fuck-Off: Google\r\n"); | |
printf("Server: bitreich-httpd/2.0\r\n"); | |
printf("X-Alarm: <script>window.alert(\"Turn off Javascript, it hurts … | |
+ printf("X-Goat-0: (_(\r\n"); | |
+ printf("X-Goat-1: /_/'_____/)\r\n"); | |
+ printf("X-Goat-2: \" | |\r\n"); | |
+ printf("X-Goat-3: |\"\"\"\"\"\"| \r\n"); | |
printf("Host: bitreich.org\r\n"); | |
printf("Connection: close\r\n"); | |
} |