Example #1
0
 def result(self):
     raise FuzzExceptPluginError("Method result not implemented")
Example #2
0
 def header(self):
     raise FuzzExceptPluginError("Method header not implemented")
Example #3
0
 def footer(self):
     raise FuzzExceptPluginError("Method footer not implemented")
Example #4
0
 def validate(self):
     raise FuzzExceptPluginError("Method count not implemented")
Example #5
0
 def __iter__(self):
     raise FuzzExceptPluginError("Method iter not implemented")
Example #6
0
 def __next__(self):
     raise FuzzExceptPluginError("Method next not implemented")
Example #7
0
File: base.py Project: yut0u/wfuzz
 def get_next(self):
     raise FuzzExceptPluginError("Method get_next not implemented")
Example #8
0
File: base.py Project: yut0u/wfuzz
 def get_type(self):
     raise FuzzExceptPluginError("Method get_type not implemented")