Add love. - bitreich-httpd - Bitreich HTTPD service | |
git clone git://bitreich.org/bitreich-httpd git://enlrupgkhuxnvlhsf6lc3fziv5h2h… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit d00c948b82e8f5a60c6122e493181b67d626f2cd | |
parent 07d7b3c75a7a993294b4a7a1ac189e73e01e2bc5 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Sun, 23 Jun 2024 10:31:43 +0200 | |
Add love. | |
... and strange WAF headers. | |
Diffstat: | |
M bitreich-httpd.c | 33 +++++++++++++++++++++++++++++… | |
1 file changed, 31 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/bitreich-httpd.c b/bitreich-httpd.c | |
@@ -50,6 +50,7 @@ printheaders(char *ctype) | |
printf("X-Irritate: Be irritated.\r\n"); | |
printf("X-Use-Gopher: gopher://bitreich.org\r\n"); | |
printf("If-By-Whiskey: Terrorist\r\n"); | |
+ printf("X-Powered-By: love\r\n"); | |
printf("Permission-Policy: interest-cohort=()\r\n"); | |
printf("Fuck-Off: Google\r\n"); | |
printf("Server: bitreich-httpd/2.0\r\n"); | |
@@ -58,10 +59,38 @@ printheaders(char *ctype) | |
printf("X-Goat-1: /_/'_____/)\r\n"); | |
printf("X-Goat-2: \" | |\r\n"); | |
printf("X-Goat-3: |\"\"\"\"\"\"| \r\n"); | |
- printf("X-Varnish: 37337\r\n"); | |
- printf("Via: 1.1 varnish\r\n"); | |
printf("Host: bitreich.org\r\n"); | |
printf("Connection: close\r\n"); | |
+ /* Have some fun with the websters. */ | |
+ printf("X-Fun-Begins: Yes!\r\n"); | |
+ printf("Content-Security: secure\r\n"); | |
+ printf("X-Cachwall-Reason: no reason\r\n"); | |
+ printf("X-Powered-By: binarysec\r\n"); | |
+ printf("X-Here-We-Match: squid\r\n"); | |
+ printf("aessecure-code: Kot\r\n"); | |
+ printf("X-CDN: jup\r\n"); | |
+ printf("X-Backside-Trans: ok\r\n"); | |
+ printf("X-dotDefender-denied: 1\r\n"); | |
+ printf("X-ASPNET-Version: got me\r\n"); | |
+ printf("X-Powered-By-360wzb: Of course!\r\n"); | |
+ printf("asp-id: here I am\r\n"); | |
+ printf("X-Not-Here: cloudfront\r\n"); | |
+ printf("WZWS-RAY: anyu yuuuuu\r\n"); | |
+ printf("Strict-Transport: Prussian\r\n"); | |
+ printf("X-Sucuri-Block: We are sucur!\r\n"); | |
+ printf("gladius_blockchain_driven_cyber_protection_network_session: oi… | |
+ printf("GW-Server: grey.wizard\r\n"); | |
+ printf("X-Cache: wt696969696969cdn\r\n"); | |
+ printf("X-Cache: YUNDUN\r\n"); | |
+ printf("X-Arrested: dosarrest\r\n"); | |
+ printf("X-Instart-Request-ID: dadadadada\r\n"); | |
+ printf("Via: 1.1 varnish\r\n"); | |
+ printf("X-Cachwall-Action: ACTION! SET!\r\n"); | |
+ printf("X-st8id33133: yeah\r\n"); | |
+ printf("X-Sucuri-ID: Curry is tasty.\r\n"); | |
+ printf("X-Varnish: 37337\r\n"); | |
+ printf("X-Powered-By: waf1337\r\n"); | |
+ printf("X-Instart-CacheKeyMod: ahahahahaha\r\n"); | |
} | |
int |