malwaredllc / byob

An open-source post-exploitation framework for students, researchers and developers.
https://byob.dev
GNU General Public License v3.0
8.97k stars 2.12k forks source link

New problem with payload generator with byob #295

Closed Ace0fFate closed 3 years ago

Ace0fFate commented 4 years ago
Compiling executable...

b'0044:err:explorer:initialize_display_settings Failed to query current display settings for L"\\\\.\\DISPLAY1".' b'0044:err:ole:start_rpcss Failed to start RpcSs service' b'0094:err:ntoskrnl:ZwLoadDriver failed to create driver L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\wineusb": c0000142'

it's writing this and I don't know what to do

ricko2991 commented 4 years ago

Use python2 and install all dependencies on requirements.txt If all dependencies succesfully install try running again

Ace0fFate commented 4 years ago

Use python2 and install all dependencies on requirements.txt If all dependencies succesfully install try running again

I have already installed requirements.txt, except one that it couldn't download it pyrx, that doesn't get installed. I used python3

Edit: I had to install Cmake for pyrx and now I am installing it I will try again to make the payload executable

Edit 2: b'0044:err:explorer:initialize_display_settings Failed to query current display settings for L"\\\\.\\DISPLAY1".' b'0094:err:ntoskrnl:ZwLoadDriver failed to create driver L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\wineusb": c0000142

now it states 2 of the problems.

ricko2991 commented 4 years ago

If you want to install all requirements on python3 use visual studio. I have run it before, but because my storage is not enough I deleted it and did not install all the existing packages

But I use python version 2 and remove pyrx dependencies and run fine even though some modules will not be used later.

arch-user-france1 commented 4 years ago

I have the same issue. I installed ALL requirements with pip3. Python script generating works, Linux is working now, but on install I was not able to create executeble files, now only Windows is the problem:

usr/bin/docker (343 bytes written to output/france1/src/byob_win_x32_o84.py) Compiling executable...

b'docker: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post http://%2Fvar%2Frun%2Fdocker.sock/v1.40/containers/create: dial unix /var/run/docker.sock: connect: permission denied.' b"See 'docker run --help'."

OH! This is another problem, the wine problem is fixed. Try to delete wine (sudo apt purge wine), I does this and I MAYBE RESTARTED THE COMPUTER. I hope this log was helpful - oh, the invite link for Discord is not working. not existing or, dont know in english, "running out"

arch-user-france1 commented 4 years ago

-I installed Docker

github-actions[bot] commented 3 years ago

Stale issue message