sh1nu11bi / sulley

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

PEDRC connection client severed during recv() #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. setup a basic http fuzzer 
2. only configure network monitor
3. start fuzzer and you get the following error

linux-4x77:/home/spoofy/hacking/sulley-read-only # ./network_monitor.py -d
3 -l 5 -f "host 127.0.0.1 and port 80" -P audits/
/home/spoofy/hacking/sulley-read-only/sulley/blocks.py:6:
DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import md5
/home/spoofy/hacking/sulley-read-only/sulley/blocks.py:7:
DeprecationWarning: the sha module is deprecated; use the hashlib module
instead
  import sha
[11:51.29] Network Monitor PED-RPC server initialized:
[11:51.29]       device:    lo
[11:51.29]       filter:    host 127.0.0.1 and port 80
[11:51.29]       log path:  audits/
[11:51.29]       log_level: 5
[11:51.29] Awaiting requests...
PED-RPC> connection client severed during recv()
PED-RPC> connection client severed during recv()
PED-RPC> connection client severed during recv()
PED-RPC> connection client severed during recv()
PED-RPC> connection client severed during recv()
PED-RPC> connection client severed during recv()
PED-RPC> connection client severed during recv()
PED-RPC> connection client severed during recv()
PED-RPC> connection client severed during recv()
PED-RPC> connection client severed during recv()
^CPED-RPC> connection client severed during recv()

pcap looks like.. 

11:50:35.063439 IP 127.0.0.1.54673 > 127.0.0.1.26001: Flags [S], seq
3604242073, win 32792, options [mss 16396,sackOK,TS val 440266526 ecr
0,nop,wscale 7], length 0
        0x0000:  4500 003c b187 4000 4006 8b32 7f00 0001  E..<..@.@..2....
        0x0010:  7f00 0001 d591 6591 d6d4 5e99 0000 0000  ......e...^.....
        0x0020:  a002 8018 15a0 0000 0204 400c 0402 080a  ..........@.....
        0x0030:  1a3d ef1e 0000 0000 0103 0307            .=..........
11:50:35.063463 IP 127.0.0.1.26001 > 127.0.0.1.54673: Flags [S.], seq
3598275958, ack 3604242074, win 32768, options [mss 16396,sackOK,TS val
440266526 ecr 440266526,nop,wscale 7], length 0
        0x0000:  4500 003c 0000 4000 4006 3cba 7f00 0001  E..<..@.@.<.....
        0x0010:  7f00 0001 6591 d591 d679 5576 d6d4 5e9a  ....e....yUv..^.
        0x0020:  a012 8000 e05a 0000 0204 400c 0402 080a  .....Z....@.....
        0x0030:  1a3d ef1e 1a3d ef1e 0103 0307            .=...=......
11:50:35.063483 IP 127.0.0.1.54673 > 127.0.0.1.26001: Flags [.], ack 1, win
257, options [nop,nop,TS val 440266526 ecr 440266526], length 0
        0x0000:  4500 0034 b188 4000 4006 8b39 7f00 0001  E..4..@.@..9....
        0x0010:  7f00 0001 d591 6591 d6d4 5e9a d679 5577  ......e...^..yUw
        0x0020:  8010 0101 c87e 0000 0101 080a 1a3d ef1e  .....~.......=..
        0x0030:  1a3d ef1e                                .=..
11:50:35.063504 IP 127.0.0.1.26001 > 127.0.0.1.54672: Flags [F.], seq 1,
ack 2, win 256, options [nop,nop,TS val 440266526 ecr 440266526], length 0
        0x0000:  4500 0034 41d2 4000 4006 faef 7f00 0001  E..4A.@.@.......
        0x0010:  7f00 0001 6591 d590 d5e2 aae7 d599 26db  ....e.........&.
        0x0020:  8011 0100 aca0 0000 0101 080a 1a3d ef1e  .............=..
        0x0030:  1a3d ef1e                                .=..
11:50:35.063536 IP 127.0.0.1.54672 > 127.0.0.1.26001: Flags [.], ack 2, win
257, options [nop,nop,TS val 440266526 ecr 440266526], length 0
        0x0000:  4500 0034 cdef 4000 4006 6ed2 7f00 0001  E..4..@.@.n.....
        0x0010:  7f00 0001 d590 6591 d599 26db d5e2 aae8  ......e...&.....
        0x0020:  8010 0101 ac9f 0000 0101 080a 1a3d ef1e  .............=..
        0x0030:  1a3d ef1e                                .=..

What version of the product are you using? On what operating system?

sulley revision 156  on linux 
Linux linux-4x77 2.6.34-rc5-6-desktop #1 SMP PREEMPT 2010-04-22 21:18:20
+0200 x86_64 x86_64 x86_64 GNU/Linux

Please provide any additional information below.

any plans to get pydbg working on linux? 

Original issue reported on code.google.com by spoofy%e...@gtempaccount.com on 22 May 2010 at 4:54

Attachments:

GoogleCodeExporter commented 9 years ago
this solved it for me http://code.google.com/p/sulley/wiki/KnownBugs

Original comment by fmadvoc...@gmail.com on 30 May 2010 at 2:08