sh1nu11bi / sulley

Automatically exported from code.google.com/p/sulley
GNU General Public License v2.0
0 stars 0 forks source link

pickle_recv failed to get the expected pck length #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a fuzzer
2. Run it with network monitor attached
3. Cry ;)

What is the expected output? What do you see instead?
Expecting to receive a paquet formatted like (len on 4bytes)(method + args
on 'len' bytes) in the __pickle_recv function. It appears to be the client
who sent a SYN paquet while the server was waiting for datas...

What version of the product are you using? On what operating system?
svn version, date 11/03/2008

Please provide any additional information below.
I'm using Debian etch, as a DomU in Xen 3.2(CentOs), client side(fuzzer),
and a similar configuration for the server (netmon). Tryed it in Debian
Etch without virtualization too, same problem.

If any additional informations are required, mail me :)

Original issue reported on code.google.com by Thor...@gmail.com on 5 Nov 2008 at 4:27