示例#1
0
文件: php.py 项目: TheDice/Weevely
 def _check_args(self, args):
     
     ModuleProbe._check_args(self,args)
     
     # Set proxy 
     if self.args['proxy']:
         self.mprint(WARN_PROXY)
         self.args['proxy'] = { 'http' : self.args['proxy'] }
     else:
         self.args['proxy'] = {}        
示例#2
0
 def _init_module(self):
     ModuleProbe._init_module(self)
     self.current_vector = None