11-20-2013, 07:07 PM
yes i'm using this script and it gets me
"Traceback (most recent call last):
File "C:\Python34\N.py", line 43, in <module>
result = open(sys.argv[1] + "__cracked", "wb")
IndexError: list index out of range"
error on my machine (let's call it error 1). That module ssl error occurred when i tried to execute online on this site
https://www.compileonline.com/execute_python_online.php
I removed the ssl from line 14 (import ssl, socket) and then it gave me error 1.
Try to execute online and see if its only me .
"Traceback (most recent call last):
File "C:\Python34\N.py", line 43, in <module>
result = open(sys.argv[1] + "__cracked", "wb")
IndexError: list index out of range"
error on my machine (let's call it error 1). That module ssl error occurred when i tried to execute online on this site
https://www.compileonline.com/execute_python_online.php
I removed the ssl from line 14 (import ssl, socket) and then it gave me error 1.
Try to execute online and see if its only me .