You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last): File "Winpayloads.py", line 44, in <module> getAndRunMainMenu() File "/root/tools/Winpayloads/lib/menu.py", line 67, in getAndRunMainMenu mainMenu.runmenu() File "/root/tools/Winpayloads/lib/menu.py", line 171, in runmenu result = extrawork(payloadchoice,payload) File "/root/tools/Winpayloads/lib/preparepayload.py", line 32, in reversePayloadGeneration if GeneratePayload(ez2read_shellcode,payloadname,shellcode): File "/root/tools/Winpayloads/lib/generatepayload.py", line 70, in GeneratePayload Filesave.write(do_Encryption(SHELLCODE.injectwindows % (ez2read_shellcode))) File "/root/tools/Winpayloads/lib/encrypt.py", line 74, in do_Encryption encrypto = AES.new(key, AES.MODE_CTR, counter=lambda: counter) File "/usr/local/lib/python2.7/dist-packages/Crypto/Cipher/AES.py", line 232, in new return _create_cipher(sys.modules[__name__], key, mode, *args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/Crypto/Cipher/__init__.py", line 79, in _create_cipher return modes[mode](factory, **kwargs) File "/usr/local/lib/python2.7/dist-packages/Crypto/Cipher/_mode_ctr.py", line 366, in _create_ctr_cipher _counter = dict(counter) TypeError: 'function' object is not iterable
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last): File "Winpayloads.py", line 44, in <module> getAndRunMainMenu() File "/root/tools/Winpayloads/lib/menu.py", line 67, in getAndRunMainMenu mainMenu.runmenu() File "/root/tools/Winpayloads/lib/menu.py", line 171, in runmenu result = extrawork(payloadchoice,payload) File "/root/tools/Winpayloads/lib/preparepayload.py", line 32, in reversePayloadGeneration if GeneratePayload(ez2read_shellcode,payloadname,shellcode): File "/root/tools/Winpayloads/lib/generatepayload.py", line 70, in GeneratePayload Filesave.write(do_Encryption(SHELLCODE.injectwindows % (ez2read_shellcode))) File "/root/tools/Winpayloads/lib/encrypt.py", line 74, in do_Encryption encrypto = AES.new(key, AES.MODE_CTR, counter=lambda: counter) File "/usr/local/lib/python2.7/dist-packages/Crypto/Cipher/AES.py", line 232, in new return _create_cipher(sys.modules[__name__], key, mode, *args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/Crypto/Cipher/__init__.py", line 79, in _create_cipher return modes[mode](factory, **kwargs) File "/usr/local/lib/python2.7/dist-packages/Crypto/Cipher/_mode_ctr.py", line 366, in _create_ctr_cipher _counter = dict(counter) TypeError: 'function' object is not iterable
The text was updated successfully, but these errors were encountered: