示例#1
0
    def __load_variables(self):
        """
        Load extra variables, specified in the .drozer_config file.
        """

        for key in Configuration.get_all_keys("vars"):
            self.variables[key] = Configuration.get("vars", key)
示例#2
0
文件: session.py 项目: 0xr0ot/drozer
 def __load_variables(self):
     """
     Load extra variables, specified in the .drozer_config file.
     """
     
     for key in Configuration.get_all_keys("vars"):
         self.variables[key] = Configuration.get("vars", key)