byob payloads fro windows

Viewed 19

when i go to make the payloads for windows x32 i get the errxe time out this is from the terminal windows of byob

(343 bytes written to output/Snif/src/byob_win_x32_lAi.py)
    Compiling executable...

b'006c:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.'
b'006c:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.'
b'006c:err:systray:initialize_systray Could not create tray window'
b'723 INFO: PyInstaller: 3.6'
b'725 INFO: Python: 3.7.9'
b'726 INFO: Platform: Windows-10-10.0.18362-SP0'
b'746 INFO: UPX is not available.'
b'747 INFO: Removing temporary files and cleaning cache in C:\\users\\root\\AppData\\Roaming\\pyinstaller'
b'757 INFO: Extending PYTHONPATH with paths'
b"['Z:\\\\src', 'Z:\\\\root\\\\byob\\\\web-gui\\\\buildyourownbotnet\\\\output\\\\Snif\\\\src']"
b'758 INFO: checking Analysis'
b'758 INFO: Building Analysis because Analysis-00.toc is non existent'
b'759 INFO: Initializing module dependency graph...'
b'778 INFO: Caching module graph hooks...'
b'806 INFO: Analyzing base_library.zip ...'
b'9319 INFO: Processing pre-find module path hook   distutils'
b"9340 INFO: distutils: retargeting to non-venv dir 'c:\\\\Python37\\\\lib'"
b'14476 INFO: Caching module dependency graph...'
b'15306 INFO: running Analysis Analysis-00.toc'
b'15339 INFO: Adding Microsoft.Windows.Common-Controls to dependent assemblies of final executable'
b'  required by c:\\Python37\\python.exe'
b'16249 INFO: Analyzing byob_nix_amd64_iVs.py'
b"17010 INFO: Analyzing hidden import 'imp'"
b"17037 INFO: Analyzing hidden import 'numpy'"
b'27100 INFO: Processing pre-safe import module hook   setuptools.extern.six.moves'
b"38617 INFO: Analyzing hidden import 'pyrx'"
b"38632 ERROR: Hidden import 'pyrx' not found"
b"38633 INFO: Analyzing hidden import 'pycryptonight'"
b"38645 ERROR: Hidden import 'pycryptonight' not found"
b"38646 INFO: Analyzing hidden import 'uuid'"
b"38765 INFO: Analyzing hidden import 'requests'"
b'39468 INFO: Processing pre-safe import module hook   urllib3.packages.six.moves'
b"43413 INFO: Analyzing hidden import 'pkg_resources.py2_warn'"
b'43420 INFO: Processing module hooks...'
b'56418 INFO: Looking for dynamic libraries'
b'58702 INFO: Looking for eggs'
b'58703 INFO: Using Python library c:\\Python37\\python37.dll'
b'58730 INFO: Warnings written to /tmp\\byob_nix_amd64_iVs\\warn-byob_nix_amd64_iVs.txt'
b'59063 INFO: Graph cross-reference written to /tmp\\byob_nix_amd64_iVs\\xref-byob_nix_amd64_iVs.html'
b'59171 INFO: checking PYZ'
b'59172 INFO: Building PYZ because PYZ-00.toc is non existent'
b'59173 INFO: Building PYZ (ZlibArchive) /tmp\\byob_nix_amd64_iVs\\PYZ-00.pyz'
b'63005 INFO: Building PYZ (ZlibArchive) /tmp\\byob_nix_amd64_iVs\\PYZ-00.pyz completed successfully.'
b'63083 INFO: checking PKG'
b'63084 INFO: Building PKG because PKG-00.toc is non existent'
b'63085 INFO: Building PKG (CArchive) PKG-00.pkg'
b'79213 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.'
b'79222 INFO: Bootloader c:\\Python37\\lib\\site-packages\\PyInstaller\\bootloader\\Windows-32bit\\run_d.exe'
b'79223 INFO: checking EXE'
b'79223 INFO: Building EXE because EXE-00.toc is non existent'
b'79224 INFO: Building EXE from EXE-00.toc'
b'79240 INFO: Appending archive to EXE ./dist/windows\\byob_nix_amd64_iVs.exe'
b'79319 INFO: Building EXE from EXE-00.toc completed successfully.'
Exception in api.routes.payload.payload_generate: [Errno 2] No such file or directory: '/root/byob/web-gui/buildyourownbotnet/output/Snif/src/dist/windows/byob_win_x32_lAi.exe'

this is what i get wen i try to make a payload for windows set system is Ubuntu 22.04 LTS the server is hosted on linode

0 Answers
Related