Payload binary does not exist; please generate it
mandroid19 opened this issue · 2 comments
mandroid19 commented
Hi,
I tried to connect back from my Windows VM(client) to Linux VM(server) however the server says: Payload binary does not exist; please generate it
I tried to compile the agent/bot/template_payload.py, but it says: NameError: name 'auto_persist' is not defined.
Bitwise-01 commented
You don't run that directly. You have to run builder.py
python builder.py -i 127.0.0.1 -p 8080 -n payload_name
mandroid19 commented
I have compiled it. But with port 8084, because the server won't start with
8080 port.
- So I compiled the file with builder called test8084.exe
- I copy it to my windows machine.
- I start the loki server with 127.0.0.1 8084
- I start the test8084.exe on windows
- My linux command line with loki says: payload binary does not exist;
please generate it
- The windows can see my linux even if I nc -lvp 8084 I can see that a
connection is coming to my way
- The server does not show any bot
- If I click again on the test8084.exe (on windows), the loki server says
again the same thing in the command line.
…On Wed, May 27, 2020, 18:34 Mo ***@***.***> wrote:
You don't run that directly. You have to run builder.py
python builder.py -i 127.0.0.1 -p 8080 -n payload_name
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#29 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACWI7TMMKROWL4ZT4QQSMYTRTU6KRANCNFSM4NMFR4QQ>
.