diff --git a/integrated-security/web-overflow-client/_0/server b/integrated-security/web-overflow-client/_0/server index d732aa0e..e3ffcec5 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 55fd1c6f..2da69bd8 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 3fc75cc6..a51cf1d8 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 a21c7600..9351456a 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 05d9318e..1dfe08a3 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 ebf355f8..0d2b695a 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 f60a18c1..90e2b192 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 f790c500..1cc18714 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 6764ab43..7f84e1b5 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 078e13b7..96eae919 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 257806fa..3678dd4c 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 be8f0b49..728ec1ec 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 257806fa..3678dd4c 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 be8f0b49..728ec1ec 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 de398729..99ca836f 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 d046bf78..fc133305 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 12536282..fea120d6 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 cb2553c7..d4056979 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 f4d7b36c..2088925f 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 55cffa3d..b699293c 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 2a8934c6..5606f819 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 20b48c58..5ea2d8b9 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 de67cf4e..f9017aba 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 6008ad9e..9e904788 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 736e4729..4f28312f 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 492dea76..130b508f 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 4e26d69d..c74565a0 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 c8d871d4..3d5aa5fe 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 7984d22b..95734609 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 53b7468e..09314a9b 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 2a8934c6..5606f819 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 20b48c58..5ea2d8b9 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); }