mirror of
https://github.com/ytisf/theZoo.git
synced 2025-12-08 21:30:26 -08:00
Corrected some typos in the EULA
I'm not english mother tongue but I guess this is what the author intended.
This commit is contained in:
@@ -42,13 +42,13 @@ class EULA:
|
|||||||
notice += '| ATTENTION!!! ATTENTION!!! ATTENTION!!! |\n'
|
notice += '| ATTENTION!!! ATTENTION!!! ATTENTION!!! |\n'
|
||||||
notice += '| ' + globals.vars.appname + ' v' + globals.vars.version + ' |\n'
|
notice += '| ' + globals.vars.appname + ' v' + globals.vars.version + ' |\n'
|
||||||
notice += '|___________________________________________________________________________|\n'
|
notice += '|___________________________________________________________________________|\n'
|
||||||
notice += '|This program contains live and dangerous malware files |\n'
|
notice += '|This program contains live and dangerous malware files. |\n'
|
||||||
notice += '|This program is intended to be used only for malware analysis and research |\n'
|
notice += '|This program is intended to be used only for malware analysis and research |\n'
|
||||||
notice += '|and by agreeing the EULA you agree to only use it for legal purposes and |\n'
|
notice += '|and by agreeing the EULA you agree to use it only for legal purposes and |\n'
|
||||||
notice += '|studying malware. |\n'
|
notice += '|for studying malware. |\n'
|
||||||
notice += '|You understand that these file are dangerous and should only be run on VMs |\n'
|
notice += '|You understand that these file are dangerous and should only be run on VMs |\n'
|
||||||
notice += '|you can control and know how to handle. Running them on a live system will |\n'
|
notice += '|you can control and know how to handle. Running them on a live system will |\n'
|
||||||
notice += '|infect you machines will live and dangerous malwares!. |\n'
|
notice += '|infect your machines with live and dangerous malwares! |\n'
|
||||||
notice += '|___________________________________________________________________________|\n'
|
notice += '|___________________________________________________________________________|\n'
|
||||||
print(red(notice))
|
print(red(notice))
|
||||||
eula_answer = raw_input(
|
eula_answer = raw_input(
|
||||||
|
|||||||
Reference in New Issue
Block a user