[Pyloris-users] PyLoris Bugs
A protocol agnostic application layer denial of service attack.
Brought to you by:
motoma
From: Wesley K. <wj...@gm...> - 2010-07-25 23:35:18
|
I get the following error when I try and run httploris with Python 2.6 on windows vista with all the latest updates Desktop\pyloris-3.0> C:/Python26/python.exe httploris.py example.com Traceback (most recent call last): File "httploris.py", line 119, in <module> options = parse_options() File "httploris.py", line 26, in parse_options import messenger ImportError: No module named messenger I also get the following error while using the GUI and trying to connect to any SOCKS proxy [ERROR]: Could not connect. 'ascii' codec can't decode byte 0xd8 in position 4: ordinal not in range(128). |