14 lines
321 B

3 months ago
from tools.ToolBase import ToolBase
'''
apt install sublist3r
'''
class Sublist3rTool(ToolBase):
def validate_instruction(self, instruction):
timeout = 60*15
3 months ago
return instruction,timeout
def analyze_result(self, result,instruction,stderr,stdout):
#指令结果分析
return result