def trigger(self): # delay throttle since there's a lot of communication to be made probably self.set_throttle(4000) #halve the events so it doesn't take that much self.set_events_per_test(50) logging.debug("Lanzando FuzzingTrigger") FuzzingTrigger.trigger(self)
def trigger(self): FuzzingTrigger.trigger(self)
def __init__(self, filter_id, package_name, description): FuzzingTrigger.__init__(self, filter_id, package_name, description)
def __init__(self, filter_id, package_name, description): FuzzingTrigger.__init__(self, filter_id, package_name, description) self.set_events_per_test(200)
def test_javascript_inyection(self): # delay throttle since there's a lot of communication to be made probably self.set_throttle(4000) # halve the events so it doesn't take that much self.set_events_per_test(100) FuzzingTrigger.trigger(self)