Created
April 16, 2014 08:33
-
-
Save PolymathMark/10833020 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I am getting this error: | |
Python 3.3.3 (v3.3.3:c3896275c0f6, Nov 18 2013, 21:19:30) [MSC v.1600 64 bit (AMD64)] on win32 | |
Type "copyright", "credits" or "license()" for more information. | |
>>> ================================ RESTART ================================ | |
>>> | |
Traceback (most recent call last): | |
File "C:\Users\mdupreez\Desktop\Heartbleed.py", line 39, in <module> | |
''') | |
File "C:\Users\mdupreez\Desktop\Heartbleed.py", line 21, in h2bin | |
return decode_hex(x.replace(' ', '').replace('\n', ''))[0] | |
File "C:\Python33\lib\encodings\hex_codec.py", line 20, in hex_decode | |
return (binascii.a2b_hex(input), len(input)) | |
binascii.Error: Non-hexadecimal digit found | |
>>> | |
Can anybody help? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry, this was meant to be a comment on another post. New here.