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

can't run builder on linux (python 3.7) #34

Open
aidenpearce001 opened this issue Mar 3, 2021 · 2 comments
Open

can't run builder on linux (python 3.7) #34

aidenpearce001 opened this issue Mar 3, 2021 · 2 comments

Comments

@aidenpearce001
Copy link

Traceback (most recent call last):
File "/home/kali/miniconda3/envs/botnet/lib/python3.6/shutil.py", line 550, in move
os.rename(src, real_dst)
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmpwhs7xbl7/application/.payload.exe' -> '.bin/.payload.exe'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "builder.py", line 159, in
executor.start()
File "builder.py", line 124, in start
self.compile_bot()
File "builder.py", line 108, in compile_bot
self.move_file(self.bot_compiled, payload_output)
File "builder.py", line 121, in move_file
shutil.move(path, output_dir)
File "/home/kali/miniconda3/envs/botnet/lib/python3.6/shutil.py", line 564, in move
copy_function(src, real_dst)
File "/home/kali/miniconda3/envs/botnet/lib/python3.6/shutil.py", line 263, in copy2
copyfile(src, dst, follow_symlinks=follow_symlinks)
File "/home/kali/miniconda3/envs/botnet/lib/python3.6/shutil.py", line 120, in copyfile
with open(src, 'rb') as fsrc:
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmpwhs7xbl7/application/.payload.exe'

@throwawaya609
Copy link

Did you find any answers?

@AsyncSan
Copy link

Seems like it cannot find the file '/tmp/tmpwhs7xbl7/application/.payload.exe'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants