I came across this line, and I have no idea what does it mean.
cor = ['\033[95m', '\033[96m', '\033[92m','\033[93m','\033[91m','\033[0m']
print(cor[3]+"\n[!]:"+cor[5]+"The ["+cor[4]+" Core"+cor[5]+" ]"+cor[3]+"Tool Folder Is Missing!!")
May I know the meaning of 95m, 96m, 92m, etc? Searching through SO, it looks like it's some kind of C operator, but where can I find the full list of these?