From c44d3df7c9d7843afb9d9abf0ebac59518a759c0 Mon Sep 17 00:00:00 2001 From: tisf Date: Sun, 1 Apr 2018 18:12:09 +0700 Subject: [PATCH] colours for NT --- conf/db.ver | 2 +- imports/colors.py | 15 +++++++++++++-- malwares/Source/Original/Rubilyn/Rubilyn.pass | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/conf/db.ver b/conf/db.ver index c2635d2..00f3a0c 100644 --- a/conf/db.ver +++ b/conf/db.ver @@ -1 +1 @@ -104205032018 +181101042018 diff --git a/imports/colors.py b/imports/colors.py index bc7b1d5..c169e51 100644 --- a/imports/colors.py +++ b/imports/colors.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -import os +import os BOLD = '' NORM = '' @@ -24,6 +24,17 @@ if os.name is not 'nt': BOLD = '\033[01m' UNDERLINE = '\033[04m' +else: + PURPLE = '' + BLUE = '' + GREEN = '' + YELLOW = '' + RED = '' + WHITE = '' + MAGENTA = '' + BOLD = '' + UNDERLINE = '' + def bold(str): return BOLD + str + WHITE @@ -47,4 +58,4 @@ def yellow(str): return YELLOW + str + WHITE def white(str): - return WHITE + str + WHITE \ No newline at end of file + return WHITE + str + WHITE diff --git a/malwares/Source/Original/Rubilyn/Rubilyn.pass b/malwares/Source/Original/Rubilyn/Rubilyn.pass index cba4e8b..ba701bf 100644 --- a/malwares/Source/Original/Rubilyn/Rubilyn.pass +++ b/malwares/Source/Original/Rubilyn/Rubilyn.pass @@ -1 +1 @@ -infected +infected