diff --git a/README.md b/README.md index dc56839..33f2546 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,13 @@ > vulnerable to, and — with explicit confirmation — gets you root. ``` - ╔══╤══╗ - ║ ● ║═══════════════════════════════════════════════════--, - ╚═════╝ `--,_ - `_/ + ╭───╮ + ╱ ╲ + │ ● │════════════════════════════════════════════════════════╗ + ╲ ╱ ╔══╩══╗ + ╰───╯ ║ ╔═╝ + ║ ║ + ╚═══╝ ███████╗██╗ ██╗███████╗██╗ ███████╗████████╗ ██████╗ ███╗ ██╗██╗ ██╗███████╗██╗ ██╗ ██╔════╝██║ ██╔╝██╔════╝██║ ██╔════╝╚══██╔══╝██╔═══██╗████╗ ██║██║ ██╔╝██╔════╝╚██╗ ██╔╝ diff --git a/skeletonkey.c b/skeletonkey.c index 17c56aa..ae79b88 100644 --- a/skeletonkey.c +++ b/skeletonkey.c @@ -28,14 +28,17 @@ #include #include -#define SKELETONKEY_VERSION "0.4.0" +#define SKELETONKEY_VERSION "0.4.1" static const char BANNER[] = "\n" -" ╔══╤══╗\n" -" ║ ● ║═══════════════════════════════════════════════════--,\n" -" ╚═════╝ `--,_\n" -" `_/\n" +" ╭───╮\n" +" ╱ ╲\n" +" │ ● │════════════════════════════════════════════════════════╗\n" +" ╲ ╱ ╔══╩══╗\n" +" ╰───╯ ║ ╔═╝\n" +" ║ ║\n" +" ╚═══╝\n" "\n" " ███████╗██╗ ██╗███████╗██╗ ███████╗████████╗ ██████╗ ███╗ ██╗██╗ ██╗███████╗██╗ ██╗\n" " ██╔════╝██║ ██╔╝██╔════╝██║ ██╔════╝╚══██╔══╝██╔═══██╗████╗ ██║██║ ██╔╝██╔════╝╚██╗ ██╔╝\n"