HavocFramework / Havoc

The Havoc Framework.
GNU General Public License v3.0
6.31k stars 903 forks source link

added default values for checkbox, errormessages and onnewsession event #420

Closed p4p1 closed 8 months ago

p4p1 commented 8 months ago

Changed

import havoc

def fun_callback(num): print("here") print(num)

a = havoc.Event('test_event') a.OnNewSession(fun_callback)

S4ntiagoP commented 8 months ago

appreciate both the contributions and the example test code 😃