HackTheWorld icon indicating copy to clipboard operation
HackTheWorld copied to clipboard

TypeError: 'map' object is not subscriptable

Open cascioli opened this issue 6 years ago • 1 comments

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?

cascioli avatar Dec 16 '19 17:12 cascioli

Use python2.7

anasorova avatar Nov 21 '20 20:11 anasorova