Set the final TGT

This commit is contained in:
Ayush
2019-03-10 01:31:54 +05:30
parent 7641611fcf
commit e52fdd59db

View File

@@ -14,7 +14,10 @@ from random import random
from utils.pidfile import PidFile
TGT = "a"
# Target string - The piece of text that will be replaced
TGT = ";"
# The string that replaces the target string
GQM = b"\xcd\xbe".decode("utf-8")