-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fuzz a client with sulley acting as server #45
Comments
What do you mean as 'act as a server'? Put up an http server (or open a On Sat, Mar 16, 2013 at 11:56 AM, Julien Iguchi-Cartigny <
|
I think he refers to fuzz the client with Sulley acting as a server. For example, Sulley acting as the web server to fuzz a web browser. |
Ah, that's what I figured. It can not do that at this point, but I'm in the On Tue, Mar 19, 2013 at 11:32 AM, tetheno notifications@github.com wrote:
|
I am actually working on getting Sulley setup so that it can fuzz web-browsers. Basically it has to do with Sulley being the server and also having a component that launches the browser and redirects to the pages Sulley is creating using something like Selenium. |
I don't think it will require a lot of work: the function fuzz() has to be modify to:
We are working on an implementation of this idea. |
@kartoch my response was partially in response to what @tetheno suggested about browser fuzzing. I didn't mean to confuse you. Yes Sulley needs to be able to become a server and I agree it shouldn't be difficult. I got off-topic. Sorry. |
Hrm, I'd say release it separately, Sulley V2 is going to be massively different, the only thing I'm really keeping is the core fuzzing engine with is basically a python implementation of SPIKE. |
Rotten issue, closing it |
Is there a way to force sulley to act as a server ? Looking to the code of the function fuzz in session.py, I'm not really sure it is possible natively in Sulley.
The text was updated successfully, but these errors were encountered: