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