def __init__(self): question.__init__(self) self._questionId = "infrastructure_internet_1" self._questionTitle = "Plugin selection" self._questionString = "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): question.__init__( self ) self._questionId = 'infrastructure_3' self._questionTitle = 'Plugin selection' self._questionString = 'This step allows you to select from a group of plugins that' self._questionString += ' fingerprint the remote Web server.'
def __init__(self): question.__init__( self ) self._questionId = 'infrastructure_2' self._questionTitle = 'Plugin selection' self._questionString = 'This step allows you to select from a group of plugins that' self._questionString += ' identify network and HTTP appliances that may be between' self._questionString += ' w3af and the target Web Application.'
def __init__(self): question.__init__( self ) self._questionId = 'infrastructure_4' self._questionTitle = 'Plugin selection' self._questionString = 'w3af has a group of plugins that fetch information about the target' self._questionString += ' application using Internet search engines. In order to enable or' self._questionString += ' disable those plugins, we need to know the following:'
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'
def __init__(self): question.__init__( self ) self._questionId = 'target_2' self._questionTitle = 'Target Location' self._questionString = 'w3af has a group of plugins that fetch information about your target application' self._questionString += ' using Internet search engines. In order to enable or disable those plugins, we need' self._questionString += ' to know the following:'
def __init__(self): question.__init__( self ) self._questionId = 'infrastructure_1' self._questionTitle = 'Target URL' self._questionString = 'In this step you should specify the URL of the target web application.' self._questionString += ' Remember that you can separate different URLs with commas like this: \n' self._questionString += ' - http://host.tld/a.php , http://host.tld/b.php'
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:'
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.'