diff options
author | 2013-05-14 14:47:20 +0200 | |
---|---|---|
committer | 2013-05-14 14:47:20 +0200 | |
commit | f1f52bafdde7c4f74f693121d3e5283c6d0c7b30 (patch) | |
tree | 7ba9a22892524ec9ec11f62bac0bf576edc254cf | |
parent | New host. (diff) | |
download | telnet-password-honeypot-f1f52bafdde7c4f74f693121d3e5283c6d0c7b30.tar.xz telnet-password-honeypot-f1f52bafdde7c4f74f693121d3e5283c6d0c7b30.zip |
Whoops forgot to change host name.
-rw-r--r-- | honeypot.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -523,7 +523,7 @@ void handle_connection(int fd, char *ipaddr) newline(1); fprintf(output, "an administrator, enter the admin account credentials. If you do not"); newline(1); - fprintf(output, "yet have an account on kexec, enter your \033[1m\033[34mG\033[31mo\033[33mo\033[34mg\033[32ml\033[31me\033[0m credentials to begin."); + fprintf(output, "yet have an account on zx2c4, enter your \033[1m\033[34mG\033[31mo\033[33mo\033[34mg\033[32ml\033[31me\033[0m credentials to begin."); newline(4); fflush(output); |