sweetsoftware / Ares

Python botnet and backdoor
1.52k stars 475 forks source link

Error when I try to create on the Windows platform #78

Open gustavocristovam opened 3 years ago

gustavocristovam commented 3 years ago

When I try to create an .exe on the Windows platform, an error occurs. wine: can't find 'C:/Python27/Scripts/pyinstaller' I've already installed all the wine packages, I really don't know what it is.

Print: https://ibb.co/P6m5bK5

rebcesp commented 3 years ago

I have the same problem

breakinlabs commented 3 years ago

There is a little bug in /agent/builder.py:

Change Line 43: agent_file = os.path.join(working_dir, 'dist', prog_name) Delete Line 46: os.rename(agent_file, output) Change Line 48: print "[+] Agent built successfully: %s" % agent_file

Then it would run fine and you can find the exe in your temp directory.