diff --git a/integrated-security/web-overflow-client/_0/server b/integrated-security/web-overflow-client/_0/server index d732aa0..e3ffcec 100755 Binary files a/integrated-security/web-overflow-client/_0/server and b/integrated-security/web-overflow-client/_0/server differ diff --git a/integrated-security/web-overflow-client/_0/server.c b/integrated-security/web-overflow-client/_0/server.c index 55fd1c6..2da69bd 100644 --- a/integrated-security/web-overflow-client/_0/server.c +++ b/integrated-security/web-overflow-client/_0/server.c @@ -30,6 +30,7 @@ void __attribute__((constructor)) disable_aslr(int argc, char **argv, char **env if ((current_personality & ADDR_NO_RANDOMIZE) == 0) { assert(personality(current_personality | ADDR_NO_RANDOMIZE) != -1); + fprintf(stderr, "NOTE: This program can only be launched ONCE. You will need to\nrestart your container to launch this program again.\n"); chmod("/proc/self/exe", 0755); execve("/proc/self/exe", argv, envp); } diff --git a/integrated-security/web-overflow-client/_1/server b/integrated-security/web-overflow-client/_1/server index 3fc75cc..a51cf1d 100755 Binary files a/integrated-security/web-overflow-client/_1/server and b/integrated-security/web-overflow-client/_1/server differ diff --git a/integrated-security/web-overflow-client/_1/server.c b/integrated-security/web-overflow-client/_1/server.c index a21c760..9351456 100644 --- a/integrated-security/web-overflow-client/_1/server.c +++ b/integrated-security/web-overflow-client/_1/server.c @@ -30,6 +30,7 @@ void __attribute__((constructor)) disable_aslr(int argc, char **argv, char **env if ((current_personality & ADDR_NO_RANDOMIZE) == 0) { assert(personality(current_personality | ADDR_NO_RANDOMIZE) != -1); + fprintf(stderr, "NOTE: This program can only be launched ONCE. You will need to\nrestart your container to launch this program again.\n"); chmod("/proc/self/exe", 0755); execve("/proc/self/exe", argv, envp); } diff --git a/integrated-security/web-overflow-client/_10/server b/integrated-security/web-overflow-client/_10/server index 05d9318..1dfe08a 100755 Binary files a/integrated-security/web-overflow-client/_10/server and b/integrated-security/web-overflow-client/_10/server differ diff --git a/integrated-security/web-overflow-client/_10/server.c b/integrated-security/web-overflow-client/_10/server.c index ebf355f..0d2b695 100644 --- a/integrated-security/web-overflow-client/_10/server.c +++ b/integrated-security/web-overflow-client/_10/server.c @@ -30,6 +30,7 @@ void __attribute__((constructor)) disable_aslr(int argc, char **argv, char **env if ((current_personality & ADDR_NO_RANDOMIZE) == 0) { assert(personality(current_personality | ADDR_NO_RANDOMIZE) != -1); + fprintf(stderr, "NOTE: This program can only be launched ONCE. You will need to\nrestart your container to launch this program again.\n"); chmod("/proc/self/exe", 0755); execve("/proc/self/exe", argv, envp); } diff --git a/integrated-security/web-overflow-client/_11/server b/integrated-security/web-overflow-client/_11/server index f60a18c..90e2b19 100755 Binary files a/integrated-security/web-overflow-client/_11/server and b/integrated-security/web-overflow-client/_11/server differ diff --git a/integrated-security/web-overflow-client/_11/server.c b/integrated-security/web-overflow-client/_11/server.c index f790c50..1cc1871 100644 --- a/integrated-security/web-overflow-client/_11/server.c +++ b/integrated-security/web-overflow-client/_11/server.c @@ -30,6 +30,7 @@ void __attribute__((constructor)) disable_aslr(int argc, char **argv, char **env if ((current_personality & ADDR_NO_RANDOMIZE) == 0) { assert(personality(current_personality | ADDR_NO_RANDOMIZE) != -1); + fprintf(stderr, "NOTE: This program can only be launched ONCE. You will need to\nrestart your container to launch this program again.\n"); chmod("/proc/self/exe", 0755); execve("/proc/self/exe", argv, envp); } diff --git a/integrated-security/web-overflow-client/_12/server b/integrated-security/web-overflow-client/_12/server index 6764ab4..7f84e1b 100755 Binary files a/integrated-security/web-overflow-client/_12/server and b/integrated-security/web-overflow-client/_12/server differ diff --git a/integrated-security/web-overflow-client/_12/server.c b/integrated-security/web-overflow-client/_12/server.c index 078e13b..96eae91 100644 --- a/integrated-security/web-overflow-client/_12/server.c +++ b/integrated-security/web-overflow-client/_12/server.c @@ -30,6 +30,7 @@ void __attribute__((constructor)) disable_aslr(int argc, char **argv, char **env if ((current_personality & ADDR_NO_RANDOMIZE) == 0) { assert(personality(current_personality | ADDR_NO_RANDOMIZE) != -1); + fprintf(stderr, "NOTE: This program can only be launched ONCE. You will need to\nrestart your container to launch this program again.\n"); chmod("/proc/self/exe", 0755); execve("/proc/self/exe", argv, envp); } diff --git a/integrated-security/web-overflow-client/_13/server b/integrated-security/web-overflow-client/_13/server index 257806f..3678dd4 100755 Binary files a/integrated-security/web-overflow-client/_13/server and b/integrated-security/web-overflow-client/_13/server differ diff --git a/integrated-security/web-overflow-client/_13/server.c b/integrated-security/web-overflow-client/_13/server.c index be8f0b4..728ec1e 100644 --- a/integrated-security/web-overflow-client/_13/server.c +++ b/integrated-security/web-overflow-client/_13/server.c @@ -30,6 +30,7 @@ void __attribute__((constructor)) disable_aslr(int argc, char **argv, char **env if ((current_personality & ADDR_NO_RANDOMIZE) == 0) { assert(personality(current_personality | ADDR_NO_RANDOMIZE) != -1); + fprintf(stderr, "NOTE: This program can only be launched ONCE. You will need to\nrestart your container to launch this program again.\n"); chmod("/proc/self/exe", 0755); execve("/proc/self/exe", argv, envp); } diff --git a/integrated-security/web-overflow-client/_14/server b/integrated-security/web-overflow-client/_14/server index 257806f..3678dd4 100755 Binary files a/integrated-security/web-overflow-client/_14/server and b/integrated-security/web-overflow-client/_14/server differ diff --git a/integrated-security/web-overflow-client/_14/server.c b/integrated-security/web-overflow-client/_14/server.c index be8f0b4..728ec1e 100644 --- a/integrated-security/web-overflow-client/_14/server.c +++ b/integrated-security/web-overflow-client/_14/server.c @@ -30,6 +30,7 @@ void __attribute__((constructor)) disable_aslr(int argc, char **argv, char **env if ((current_personality & ADDR_NO_RANDOMIZE) == 0) { assert(personality(current_personality | ADDR_NO_RANDOMIZE) != -1); + fprintf(stderr, "NOTE: This program can only be launched ONCE. You will need to\nrestart your container to launch this program again.\n"); chmod("/proc/self/exe", 0755); execve("/proc/self/exe", argv, envp); } diff --git a/integrated-security/web-overflow-client/_15/server b/integrated-security/web-overflow-client/_15/server index de39872..99ca836 100755 Binary files a/integrated-security/web-overflow-client/_15/server and b/integrated-security/web-overflow-client/_15/server differ diff --git a/integrated-security/web-overflow-client/_15/server.c b/integrated-security/web-overflow-client/_15/server.c index d046bf7..fc13330 100644 --- a/integrated-security/web-overflow-client/_15/server.c +++ b/integrated-security/web-overflow-client/_15/server.c @@ -30,6 +30,7 @@ void __attribute__((constructor)) disable_aslr(int argc, char **argv, char **env if ((current_personality & ADDR_NO_RANDOMIZE) == 0) { assert(personality(current_personality | ADDR_NO_RANDOMIZE) != -1); + fprintf(stderr, "NOTE: This program can only be launched ONCE. You will need to\nrestart your container to launch this program again.\n"); chmod("/proc/self/exe", 0755); execve("/proc/self/exe", argv, envp); } diff --git a/integrated-security/web-overflow-client/_2/server b/integrated-security/web-overflow-client/_2/server index 1253628..fea120d 100755 Binary files a/integrated-security/web-overflow-client/_2/server and b/integrated-security/web-overflow-client/_2/server differ diff --git a/integrated-security/web-overflow-client/_2/server.c b/integrated-security/web-overflow-client/_2/server.c index cb2553c..d405697 100644 --- a/integrated-security/web-overflow-client/_2/server.c +++ b/integrated-security/web-overflow-client/_2/server.c @@ -30,6 +30,7 @@ void __attribute__((constructor)) disable_aslr(int argc, char **argv, char **env if ((current_personality & ADDR_NO_RANDOMIZE) == 0) { assert(personality(current_personality | ADDR_NO_RANDOMIZE) != -1); + fprintf(stderr, "NOTE: This program can only be launched ONCE. You will need to\nrestart your container to launch this program again.\n"); chmod("/proc/self/exe", 0755); execve("/proc/self/exe", argv, envp); } diff --git a/integrated-security/web-overflow-client/_3/server b/integrated-security/web-overflow-client/_3/server index f4d7b36..2088925 100755 Binary files a/integrated-security/web-overflow-client/_3/server and b/integrated-security/web-overflow-client/_3/server differ diff --git a/integrated-security/web-overflow-client/_3/server.c b/integrated-security/web-overflow-client/_3/server.c index 55cffa3..b699293 100644 --- a/integrated-security/web-overflow-client/_3/server.c +++ b/integrated-security/web-overflow-client/_3/server.c @@ -30,6 +30,7 @@ void __attribute__((constructor)) disable_aslr(int argc, char **argv, char **env if ((current_personality & ADDR_NO_RANDOMIZE) == 0) { assert(personality(current_personality | ADDR_NO_RANDOMIZE) != -1); + fprintf(stderr, "NOTE: This program can only be launched ONCE. You will need to\nrestart your container to launch this program again.\n"); chmod("/proc/self/exe", 0755); execve("/proc/self/exe", argv, envp); } diff --git a/integrated-security/web-overflow-client/_4/server b/integrated-security/web-overflow-client/_4/server index 2a8934c..5606f81 100755 Binary files a/integrated-security/web-overflow-client/_4/server and b/integrated-security/web-overflow-client/_4/server differ diff --git a/integrated-security/web-overflow-client/_4/server.c b/integrated-security/web-overflow-client/_4/server.c index 20b48c5..5ea2d8b 100644 --- a/integrated-security/web-overflow-client/_4/server.c +++ b/integrated-security/web-overflow-client/_4/server.c @@ -30,6 +30,7 @@ void __attribute__((constructor)) disable_aslr(int argc, char **argv, char **env if ((current_personality & ADDR_NO_RANDOMIZE) == 0) { assert(personality(current_personality | ADDR_NO_RANDOMIZE) != -1); + fprintf(stderr, "NOTE: This program can only be launched ONCE. You will need to\nrestart your container to launch this program again.\n"); chmod("/proc/self/exe", 0755); execve("/proc/self/exe", argv, envp); } diff --git a/integrated-security/web-overflow-client/_5/server b/integrated-security/web-overflow-client/_5/server index de67cf4..f9017ab 100755 Binary files a/integrated-security/web-overflow-client/_5/server and b/integrated-security/web-overflow-client/_5/server differ diff --git a/integrated-security/web-overflow-client/_5/server.c b/integrated-security/web-overflow-client/_5/server.c index 6008ad9..9e90478 100644 --- a/integrated-security/web-overflow-client/_5/server.c +++ b/integrated-security/web-overflow-client/_5/server.c @@ -30,6 +30,7 @@ void __attribute__((constructor)) disable_aslr(int argc, char **argv, char **env if ((current_personality & ADDR_NO_RANDOMIZE) == 0) { assert(personality(current_personality | ADDR_NO_RANDOMIZE) != -1); + fprintf(stderr, "NOTE: This program can only be launched ONCE. You will need to\nrestart your container to launch this program again.\n"); chmod("/proc/self/exe", 0755); execve("/proc/self/exe", argv, envp); } diff --git a/integrated-security/web-overflow-client/_6/server b/integrated-security/web-overflow-client/_6/server index 736e472..4f28312 100755 Binary files a/integrated-security/web-overflow-client/_6/server and b/integrated-security/web-overflow-client/_6/server differ diff --git a/integrated-security/web-overflow-client/_6/server.c b/integrated-security/web-overflow-client/_6/server.c index 492dea7..130b508 100644 --- a/integrated-security/web-overflow-client/_6/server.c +++ b/integrated-security/web-overflow-client/_6/server.c @@ -30,6 +30,7 @@ void __attribute__((constructor)) disable_aslr(int argc, char **argv, char **env if ((current_personality & ADDR_NO_RANDOMIZE) == 0) { assert(personality(current_personality | ADDR_NO_RANDOMIZE) != -1); + fprintf(stderr, "NOTE: This program can only be launched ONCE. You will need to\nrestart your container to launch this program again.\n"); chmod("/proc/self/exe", 0755); execve("/proc/self/exe", argv, envp); } diff --git a/integrated-security/web-overflow-client/_7/server b/integrated-security/web-overflow-client/_7/server index 4e26d69..c74565a 100755 Binary files a/integrated-security/web-overflow-client/_7/server and b/integrated-security/web-overflow-client/_7/server differ diff --git a/integrated-security/web-overflow-client/_7/server.c b/integrated-security/web-overflow-client/_7/server.c index c8d871d..3d5aa5f 100644 --- a/integrated-security/web-overflow-client/_7/server.c +++ b/integrated-security/web-overflow-client/_7/server.c @@ -30,6 +30,7 @@ void __attribute__((constructor)) disable_aslr(int argc, char **argv, char **env if ((current_personality & ADDR_NO_RANDOMIZE) == 0) { assert(personality(current_personality | ADDR_NO_RANDOMIZE) != -1); + fprintf(stderr, "NOTE: This program can only be launched ONCE. You will need to\nrestart your container to launch this program again.\n"); chmod("/proc/self/exe", 0755); execve("/proc/self/exe", argv, envp); } diff --git a/integrated-security/web-overflow-client/_8/server b/integrated-security/web-overflow-client/_8/server index 7984d22..9573460 100755 Binary files a/integrated-security/web-overflow-client/_8/server and b/integrated-security/web-overflow-client/_8/server differ diff --git a/integrated-security/web-overflow-client/_8/server.c b/integrated-security/web-overflow-client/_8/server.c index 53b7468..09314a9 100644 --- a/integrated-security/web-overflow-client/_8/server.c +++ b/integrated-security/web-overflow-client/_8/server.c @@ -30,6 +30,7 @@ void __attribute__((constructor)) disable_aslr(int argc, char **argv, char **env if ((current_personality & ADDR_NO_RANDOMIZE) == 0) { assert(personality(current_personality | ADDR_NO_RANDOMIZE) != -1); + fprintf(stderr, "NOTE: This program can only be launched ONCE. You will need to\nrestart your container to launch this program again.\n"); chmod("/proc/self/exe", 0755); execve("/proc/self/exe", argv, envp); } diff --git a/integrated-security/web-overflow-client/_9/server b/integrated-security/web-overflow-client/_9/server index 2a8934c..5606f81 100755 Binary files a/integrated-security/web-overflow-client/_9/server and b/integrated-security/web-overflow-client/_9/server differ diff --git a/integrated-security/web-overflow-client/_9/server.c b/integrated-security/web-overflow-client/_9/server.c index 20b48c5..5ea2d8b 100644 --- a/integrated-security/web-overflow-client/_9/server.c +++ b/integrated-security/web-overflow-client/_9/server.c @@ -30,6 +30,7 @@ void __attribute__((constructor)) disable_aslr(int argc, char **argv, char **env if ((current_personality & ADDR_NO_RANDOMIZE) == 0) { assert(personality(current_personality | ADDR_NO_RANDOMIZE) != -1); + fprintf(stderr, "NOTE: This program can only be launched ONCE. You will need to\nrestart your container to launch this program again.\n"); chmod("/proc/self/exe", 0755); execve("/proc/self/exe", argv, envp); }