# TODO. As soon as someone wants custom timestamps, make the format variable
# TODO. As soon as someone wants custom timestamps, make the format variable
@ -510,6 +510,8 @@ class AttackLog():
timestamp=self.__get_timestamp__()
timestamp=self.__get_timestamp__()
logid=timestamp+"_"+str(randint(1,100000))
logid=timestamp+"_"+str(randint(1,100000))
cframe=currentframe()
data={"timestamp":timestamp,
data={"timestamp":timestamp,
"timestamp_end":None,
"timestamp_end":None,
"event":"start",
"event":"start",
@ -527,8 +529,8 @@ class AttackLog():
"situation_description":kwargs.get("situation_description",None),# Description for the situation this attack was run in. Set by the plugin or attacker emulation
"situation_description":kwargs.get("situation_description",None),# Description for the situation this attack was run in. Set by the plugin or attacker emulation
"countermeasure":kwargs.get("countermeasure",None),# Set by the attack
"countermeasure":kwargs.get("countermeasure",None),# Set by the attack