예제 #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._questionList = self._get_instances( ['target_1','target_2'] )
예제 #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._questionList = self._get_instances( ['infrastructure_1','infrastructure_2','infrastructure_3'
                                                ,'infrastructure_4','infrastructure_internet_1'] )
예제 #3
0
파일: short_wizard.py 프로젝트: weisst/w3af
    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)