sweetsoftware / Ares

Python botnet and backdoor
1.52k stars 475 forks source link

Ares agent compilation error #75

Open ghost opened 4 years ago

ghost commented 4 years ago

Hi, When I compile the agent in the victim machine I get the error in the image

And when I compile the ./agent.py in the attackers machine I get this error:

`root@pctpelec18:~/Documents/Ares-master/agent# ./agent.py [!] Persistence only supported on compiled agents. Traceback (most recent call last): File "./agent.py", line 295, in run self.send_output('$ ' + commandline) File "./agent.py", line 106, in send_output data={'output': output}) File "/usr/local/lib/python2.7/dist-packages/requests/api.py", line 112, in post return request('post', url, data=data, json=json, kwargs) File "/usr/local/lib/python2.7/dist-packages/requests/api.py", line 58, in request return session.request(method=method, url=url, kwargs) File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 508, in request resp = self.send(prep, send_kwargs) File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 618, in send r = adapter.send(request, kwargs) File "/usr/local/lib/python2.7/dist-packages/requests/adapters.py", line 490, in send raise ConnectionError(err, request=request) ConnectionError: ('Connection aborted.', BadStatusLine("''",))

Consecutive failed connections: 1`

ares-error

Any help please ?