Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[!] rpc error: code = Unknown desc = exec: "payload.exe": cannot run executable found relative to current directory #1003

Closed
geoscrapper opened this issue Nov 16, 2022 · 2 comments · Fixed by #1004
Assignees
Labels
bug Something isn't working

Comments

@geoscrapper
Copy link

Generated beacon
:: generate beacon -b http://10.10.110.12:1111 -S 15 -e -t 300 -N payload -s /root

Execute payload.exe
got sessions but :

  1. when execute other .exe file showing error : " [!] rpc error: code = Unknown desc = exec: "key.exe": cannot run executable found relative to current directory"

  2. no download , no execute other files

  3. i'm try change folder and execute but this error too . old version beacons working but new generated not working!

Desktop (please complete the following information):

  • OS: [linux debian]
  • Version [5.19.0]

image

@rkervella
Copy link
Member

That's a change in Go 1.19 that we did not account for. As a workaround this should work: execute /path/to/final.exe.

@rkervella rkervella added the bug Something isn't working label Nov 16, 2022
@rkervella rkervella self-assigned this Nov 16, 2022
@geoscrapper
Copy link
Author

That's a change in Go 1.19 that we did not account for. As a workaround this should work: execute /path/to/final.exe.

oh Thanks dear , works fine !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants