def __init__(self, w3af_core):
        question.__init__(self, w3af_core)

        self._question_id = 'infrastructure_internet_1'

        self._question_title = 'Plugin selection'

        self._question_str = 'Please choose from the options below:'
    def __init__(self, w3af_core):
        question.__init__(self, w3af_core)

        self._question_id = 'infrastructure_internet_1'

        self._question_title = 'Plugin selection'

        self._question_str = 'Please choose from the options below:'
    def __init__(self, w3af_core):
        question.__init__(self, w3af_core)

        self._question_id = 'infrastructure_3'

        self._question_title = 'Plugin selection'

        self._question_str = 'This step allows you to select from a group of plugins that'
        self._question_str += ' fingerprint the remote Web server.'
    def __init__(self, w3af_core):
        question.__init__(self, w3af_core)

        self._question_id = 'infrastructure_3'

        self._question_title = 'Plugin selection'

        self._question_str = 'This step allows you to select from a group of plugins that'
        self._question_str += ' fingerprint the remote Web server.'
示例#5
0
    def __init__(self, w3af_core):
        question.__init__(self, w3af_core)

        self._question_id = 'target_1'

        self._question_title = 'Target URL'

        self._question_str = 'In this step you should specify the URL of the target web application.'
        self._question_str += ' Remember that you can separate different URLs with commas like this: \n'
        self._question_str += '    - http://host.tld/a.php , http://host.tld/b.php'
示例#6
0
    def __init__(self, w3af_core):
        question.__init__(self, w3af_core)

        self._question_id = 'target_2'

        self._question_title = 'Target Location'

        self._question_str = 'w3af has a group of plugins that fetch information about your target application'
        self._question_str += ' using Internet search engines. In order to enable or disable those plugins, we need'
        self._question_str += ' to know the following:'
示例#7
0
    def __init__(self, w3af_core):
        question.__init__(self, w3af_core)

        self._question_id = 'infrastructure_4'

        self._question_title = 'Plugin selection'

        self._question_str = 'w3af has a group of plugins that fetch information about the target'
        self._question_str += ' application using Internet search engines. In order to enable or'
        self._question_str += ' disable those plugins, we need to know the following:'
    def __init__(self, w3af_core):
        question.__init__(self, w3af_core)

        self._question_id = 'infrastructure_2'

        self._question_title = 'Plugin selection'

        self._question_str = 'This step allows you to select from a group of plugins that'
        self._question_str += ' identify network and HTTP appliances that may be between'
        self._question_str += ' w3af and the target Web Application.'
    def __init__(self, w3af_core):
        question.__init__(self, w3af_core)

        self._question_id = 'infrastructure_2'

        self._question_title = 'Plugin selection'

        self._question_str = 'This step allows you to select from a group of plugins that'
        self._question_str += ' identify network and HTTP appliances that may be between'
        self._question_str += ' w3af and the target Web Application.'