Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b5188b7818 |
@@ -7,10 +7,13 @@
|
|||||||
> vulnerable to, and — with explicit confirmation — gets you root.
|
> vulnerable to, and — with explicit confirmation — gets you root.
|
||||||
|
|
||||||
```
|
```
|
||||||
╔══╤══╗
|
╭───╮
|
||||||
║ ● ║═══════════════════════════════════════════════════--,
|
╱ ╲
|
||||||
╚═════╝ `--,_
|
│ ● │════════════════════════════════════════════════════════╗
|
||||||
`_/
|
╲ ╱ ╔══╩══╗
|
||||||
|
╰───╯ ║ ╔═╝
|
||||||
|
║ ║
|
||||||
|
╚═══╝
|
||||||
|
|
||||||
███████╗██╗ ██╗███████╗██╗ ███████╗████████╗ ██████╗ ███╗ ██╗██╗ ██╗███████╗██╗ ██╗
|
███████╗██╗ ██╗███████╗██╗ ███████╗████████╗ ██████╗ ███╗ ██╗██╗ ██╗███████╗██╗ ██╗
|
||||||
██╔════╝██║ ██╔╝██╔════╝██║ ██╔════╝╚══██╔══╝██╔═══██╗████╗ ██║██║ ██╔╝██╔════╝╚██╗ ██╔╝
|
██╔════╝██║ ██╔╝██╔════╝██║ ██╔════╝╚══██╔══╝██╔═══██╗████╗ ██║██║ ██╔╝██╔════╝╚██╗ ██╔╝
|
||||||
|
|||||||
+8
-5
@@ -28,14 +28,17 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#define SKELETONKEY_VERSION "0.4.0"
|
#define SKELETONKEY_VERSION "0.4.1"
|
||||||
|
|
||||||
static const char BANNER[] =
|
static const char BANNER[] =
|
||||||
"\n"
|
"\n"
|
||||||
" ╔══╤══╗\n"
|
" ╭───╮\n"
|
||||||
" ║ ● ║═══════════════════════════════════════════════════--,\n"
|
" ╱ ╲\n"
|
||||||
" ╚═════╝ `--,_\n"
|
" │ ● │════════════════════════════════════════════════════════╗\n"
|
||||||
" `_/\n"
|
" ╲ ╱ ╔══╩══╗\n"
|
||||||
|
" ╰───╯ ║ ╔═╝\n"
|
||||||
|
" ║ ║\n"
|
||||||
|
" ╚═══╝\n"
|
||||||
"\n"
|
"\n"
|
||||||
" ███████╗██╗ ██╗███████╗██╗ ███████╗████████╗ ██████╗ ███╗ ██╗██╗ ██╗███████╗██╗ ██╗\n"
|
" ███████╗██╗ ██╗███████╗██╗ ███████╗████████╗ ██████╗ ███╗ ██╗██╗ ██╗███████╗██╗ ██╗\n"
|
||||||
" ██╔════╝██║ ██╔╝██╔════╝██║ ██╔════╝╚══██╔══╝██╔═══██╗████╗ ██║██║ ██╔╝██╔════╝╚██╗ ██╔╝\n"
|
" ██╔════╝██║ ██╔╝██╔════╝██║ ██╔════╝╚══██╔══╝██╔═══██╗████╗ ██║██║ ██╔╝██╔════╝╚██╗ ██╔╝\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user