Example #1
0
    def __init__(self, w3af_core):
        """
        This method should be overwritten by the actual wizards, so they can
        define what questions they are going to ask.
        """
        wizard.__init__(self, w3af_core)

        self._question_lst = self._get_instances(['target_1', 'target_2'],
                                                 w3af_core)
Example #2
0
    def __init__(self, w3af_core):
        """
        This method should be overwritten by the actual wizards, so they can
        define what questions they are going to ask.
        """
        wizard.__init__(self, w3af_core)

        self._question_lst = self._get_instances(['target_1', 'target_2'],
                                                 w3af_core)