pyloris-users Mailing List for PyLoris
A protocol agnostic application layer denial of service attack.
Brought to you by:
motoma
You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Christopher G. <mo...@gm...> - 2010-07-26 14:31:33
|
Thanks for the bug report. This is fixed in PyLoris 3.1, which can be downloaded from https://sourceforge.net/projects/pyloris/ <https://sourceforge.net/projects/pyloris/> On Sun, Jul 25, 2010 at 7:35 PM, Wesley Kerfoot <wj...@gm...> wrote: > 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). > > > ------------------------------------------------------------------------------ > The Palm PDK Hot Apps Program offers developers who use the > Plug-In Development Kit to bring their C/C++ apps to Palm for a share > of $1 Million in cash or HP Products. Visit us here for more details: > http://ad.doubleclick.net/clk;226879339;13503038;l? > http://clk.atdmt.com/CRS/go/247765532/direct/01/ > _______________________________________________ > Pyloris-users mailing list > Pyl...@li... > https://lists.sourceforge.net/lists/listinfo/pyloris-users > -- Christopher Gilbert http://motomastyle.com |
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). |