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

TypeError: 'map' object is not subscriptable #19

Open
simlimone opened this issue Dec 16, 2019 · 1 comment
Open

TypeError: 'map' object is not subscriptable #19

simlimone opened this issue Dec 16, 2019 · 1 comment

Comments

@simlimone
Copy link

Traceback (most recent call last):
  File "HackTheWorld.py", line 151, in <module>
    transformedShellcode = xor(shellcodeBytes, masterKey)
  File "HackTheWorld.py", line 43, in xor
    (data[i] ^ keyAsInt[i % l]) for i in range(0,len(data))
  File "HackTheWorld.py", line 43, in <genexpr>
    (data[i] ^ keyAsInt[i % l]) for i in range(0,len(data))
TypeError: 'map' object is not subscriptable

It shows me this error after I enter encryption key. Can you help me, please?

@anasorova
Copy link

Use python2.7

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

2 participants