uploaded-file
parent
9599c5e2d1
commit
1af35a9603
|
@ -338,7 +338,7 @@ def startup(user, printhelp = ""):
|
|||
hostname = get_implantdetails(t[1])
|
||||
if hostname[2] not in users:
|
||||
users += "%s\\%s @ %s\n" % (hostname[11], hostname[2],hostname[3])
|
||||
if "Upload-File" in t[3]:
|
||||
if "Uploaded file" in t[3]:
|
||||
uploadedfile = t[3]
|
||||
uploadedfile = uploadedfile.partition(":")[2]
|
||||
uploadedfile = uploadedfile.partition("\r\n")[0]
|
||||
|
|
Loading…
Reference in New Issue