Upload-file mod for OSx Implant

chunking
benpturner 2019-01-05 21:24:06 +00:00
parent a2501506a6
commit de32562a90
1 changed files with 1 additions and 1 deletions

View File

@ -474,7 +474,7 @@ def runcommand(command, randomuri):
sourceb64 = base64.b64encode(s) sourceb64 = base64.b64encode(s)
destination = destination.replace("\\","\\\\") destination = destination.replace("\\","\\\\")
print ("") print ("")
print ("Uploading %s to %s" % (sourceb64, destination)) print ("Uploading %s to %s" % (source, destination))
uploadcommand = "upload-file \"%s\":%s" % (destination, sourceb64) uploadcommand = "upload-file \"%s\":%s" % (destination, sourceb64)
new_task(uploadcommand, randomuri) new_task(uploadcommand, randomuri)
else: else: