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

Cannot execute the ransomeware #12

Open
AqibMukhtar opened this issue Jan 4, 2021 · 0 comments
Open

Cannot execute the ransomeware #12

AqibMukhtar opened this issue Jan 4, 2021 · 0 comments

Comments

@AqibMukhtar
Copy link

I am having difficulty in executing this ransomware. I have installed all the dependencies and have built binaries. After that, I am unable to understand what to do. I ran main.py and got this error
Traceback (most recent call last):

   File "main.py", line 148, in <module>
	menu()
   File "main.py", line 110, in menu 
	aes_keys_and_base64_path= start_encryption(files)
   File "main.py", line 69, in start_encryption
	base64_new_file_name = base64.b64encode(new_file_name)
   File "/usr/lib/python3.6/base64.py" , line 58, in b64encode
	encoded = binascii.b2a_base64(s, newline=False )
TypeError: a bytes-like object is required, not 'str'

Can someone provide step by step procedure to execute this ransomware correctly?
Thanks in advance

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

1 participant