tylerdurden2010 / sulley

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

session socket read fuzzing #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Just learning sulley, so if this is already taken care of I apologize.

When defining a session it would be nice to have the option to specify if a
socket read should occur.

Example:
sess.connect(s_get("helo"))
sess.connect(s_get("helo"), s_get("mail from"))

When moving between the 'helo' request and 'mail from' request we should
try not reading from the socket and closing the connection.

From my understanding by reading the documentation a session is always
followed from start to end of the request graph. Part of this socket read
fuzzing would be to stop the session between requests and close the socket
without reading.

This would catch sig pipe issues in server processes.

Original issue reported on code.google.com by trav.e...@gmail.com on 10 Sep 2009 at 3:54

GoogleCodeExporter commented 8 years ago
Didnt realize I submitted this as a defect, this is an enhancement.

Original comment by trav.e...@gmail.com on 10 Sep 2009 at 3:55