Skip to content

Instantly share code, notes, and snippets.

View RKX1209's full-sized avatar

Ren Kimura RKX1209

View GitHub Profile
@RKX1209
RKX1209 / vulnserver.c
Created August 9, 2025 10:32
seccamp25 C1
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <arpa/inet.h>
#include <sys/socket.h>
#define MAX_LEN 512
#define PORT 4444