'Updated Implant to Show Time'
parent
f70636568e
commit
2ac5d309f9
|
@ -532,8 +532,7 @@ while($true)
|
||||||
if (it == "OSX"):
|
if (it == "OSX"):
|
||||||
it = "Python"
|
it = "Python"
|
||||||
print "New %s implant connected: (uri=%s key=%s)" % (it, self.RandomURI, self.Key)
|
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,
|
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)
|
||||||
self.PID, self.Sleep, self.Domain, self.Arch)
|
|
||||||
print "",Colours.END
|
print "",Colours.END
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue