'Updated Implant to Show Time'

chunking
benpturner 2018-09-26 08:00:59 +01:00
parent f70636568e
commit 2ac5d309f9
1 changed files with 1 additions and 2 deletions

View File

@ -532,8 +532,7 @@ while($true)
if (it == "OSX"):
it = "Python"
print "New %s implant connected: (uri=%s key=%s)" % (it, self.RandomURI, self.Key)
print "%s | URL:%s | Time:%s | PID:%s | Sleep:%s | %s (%s) " % (self.IPAddress, self.Proxy, self.FirstSeen,
self.PID, self.Sleep, self.Domain, self.Arch)
print "%s | Time:%s | PID:%s | Sleep:%s | %s (%s) | URL:%s" % (self.IPAddress, self.FirstSeen, self.PID, self.Sleep, self.Domain, self.Arch, self.Proxy)
print "",Colours.END
try: