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