sweetsoftware / Ares

Python botnet and backdoor
1.52k stars 475 forks source link

Unable to upload file with spaces in between #60

Open him4nsh opened 6 years ago

him4nsh commented 6 years ago

The agent is unable to upload a local file to the server with having spaces in between

target111 commented 6 years ago

change line 311 in agent.py to self.upload(' '.join(args[0:]),)

him4nsh commented 6 years ago

file not uploading giving error ! no such file and also truncating the spaces in the command run at agent as shown in fig below screenshot from 2018-05-14 13-15-40

target111 commented 6 years ago

do you have a space between the two apostrophes before .join(...)?