Tag Archives: GPF

Sulley request designed to fuzz a Web server

# import all of Sulley’s functionality. from sulley import * # this request is for fuzzing: {GET,HEAD,POST,TRACE} /index.html HTTP/1.1 # define a new block named “HTTP BASIC”. s_initialize(“HTTP BASIC”) # define a group primitive listing the various HTTP verbs we wish to fuzz. s_group(“verbs”, values=[“GET”, “HEAD”, “POST”, “TRACE”]) # define a new block named “body” […]

Posted in General, security | Also tagged , , | Comments closed