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

Traceback error line 44 #80

Open
sudo-WearTherinG opened this issue Aug 14, 2020 · 0 comments
Open

Traceback error line 44 #80

sudo-WearTherinG opened this issue Aug 14, 2020 · 0 comments

Comments

@sudo-WearTherinG
Copy link

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

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