Added hostname to opsec command

chunking
benpturner 2019-01-20 20:04:38 +00:00
parent 03f93da031
commit 60076bbd41
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ def startup(printhelp = ""):
for t in comtasks:
hostname = get_implantdetails(t[2])
if hostname[2] not in users:
users += "%s \n" % hostname[2]
users += "%s @ %s\n" % (hostname[2],hostname[3])
if "Upload-File" in t[3]:
uploadedfile = t[3]
uploadedfile = uploadedfile.partition("estination ")[2]