From 955463cbb817fb3a780bef243655379fa2391611 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sat, 20 Apr 2013 01:30:31 +0200 Subject: New host. --- honeypot.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/honeypot.c b/honeypot.c index 397bf29..3525639 100644 --- a/honeypot.c +++ b/honeypot.c @@ -510,14 +510,14 @@ void handle_connection(int fd, char *ipaddr) alarm(90); /* Attempt to set terminal title for various different terminals. */ - fprintf(output, "\033kWelcome to kexec.com\033\134"); - fprintf(output, "\033]1;Welcome to kexec.com\007"); - fprintf(output, "\033]2;Welcome to kexec.com\007"); + fprintf(output, "\033kWelcome to zx2c4.com\033\134"); + fprintf(output, "\033]1;Welcome to zx2c4.com\007"); + fprintf(output, "\033]2;Welcome to zx2c4.com\007"); /* Clear the screen */ fprintf(output, "\033[H\033[2J\033[?25l"); - fprintf(output, " \033[1mkexec.com Administration Console\033[0m"); + fprintf(output, " \033[1mzx2c4.com Administration Console\033[0m"); newline(3); fprintf(output, "This console uses \033[1;34mGoogle App Engine\033[0m for authentication. To login as"); newline(1); @@ -543,7 +543,7 @@ void handle_connection(int fd, char *ipaddr) fflush(output); sleep(2); fprintf(output, "\033[H\033[2J\033[?25l"); - fprintf(output, " \033[1mkexec.com Administration Console\033[0m"); + fprintf(output, " \033[1mzx2c4.com Administration Console\033[0m"); newline(2); if (!strchr(username, '@')) { fprintf(output, "\033[1;34mBe sure to include the domain in your username (e.g. @gmail.com).\033[0m"); -- cgit v1.2.3-59-g8ed1b