sweetsoftware/Ares

Ares agent compilation problem

Opened this issue · 1 comments

I'm confused about ares gent compilation.

My attacker machine is a linux and my victim machine is a windows

I launched the server with the command
./ares.py runserver -h 0.0.0.0 -p 8082 --threaded (in my case)
I'm blocked about the agent please:

  1. Where I have to applied this command (on linux or windows machine ?)
    ./builder.py -p Linux --server http://localhost:8082 -o agent.exe

  2. Have I do ./builder.py -p Linux --server http://localhost:8082 -o agent.exe
    or ./builder.py -p Windows--server http://localhost:8082 -o agent.exe

Thanks for your help

-p Windows