From c9cbeced5b3f2bdd7407e29c0811e65954132540 Mon Sep 17 00:00:00 2001 From: Root THC Date: Tue, 24 Feb 2026 12:42:47 +0000 Subject: initial --- exploits/7350wurm/shellcode/t.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 exploits/7350wurm/shellcode/t.c (limited to 'exploits/7350wurm/shellcode/t.c') diff --git a/exploits/7350wurm/shellcode/t.c b/exploits/7350wurm/shellcode/t.c new file mode 100644 index 0000000..7c1aa4f --- /dev/null +++ b/exploits/7350wurm/shellcode/t.c @@ -0,0 +1,12 @@ + +#include + +int +main (int argc, char *argv[]) +{ + char * foo[4] = { "./codedump", "a", "b", NULL }; + + execve (foo[0], foo, NULL); +} + + -- cgit v1.3