methodwebscan 0.0.267__tar.gz → 0.0.268__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/PKG-INFO +1 -1
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/pyproject.toml +1 -1
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/application/application_resource_type.py +4 -1
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/README.md +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/core/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/core/datetime_utils.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/core/enum.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/core/pydantic_utilities.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/core/serialization.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/py.typed +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/config/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/config/send_http_request_config.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/http/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/http/binary_body.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/http/body.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/http/form_body.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/http/http_method.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/http/http_request.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/http/http_request_params.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/http/http_request_response.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/http/http_response.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/http/json_body.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/http/multipart_body.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/http/multipart_part.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/http/response_cookie.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/http/text_body.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/http/web_protocol.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/method/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/method/browserbase_request_config.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/method/browserbase_request_secrets.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/method/headless_request_config.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/method/request_method.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/method/user_agent_preset.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/nuclei/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/nuclei/resources/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/nuclei/resources/config/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/nuclei/resources/config/nuclei_config.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/nuclei/resources/config/nuclei_dast_config.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/nuclei/resources/config/nuclei_run_mode.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/nuclei/resources/parameter/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/nuclei/resources/parameter/request_parameter.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/nuclei/resources/parameter/request_parameter_location.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/nuclei/resources/probe/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/nuclei/resources/probe/nuclei_expected_matcher.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/nuclei/resources/probe/nuclei_matcher_condition_enum.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/nuclei/resources/probe/nuclei_matcher_details.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/nuclei/resources/probe/nuclei_probe.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/nuclei/resources/report/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/nuclei/resources/report/classification_details.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/nuclei/resources/report/cve_details.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/nuclei/resources/report/cwe_details.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/nuclei/resources/report/nuclei_attempt_info.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/nuclei/resources/report/nuclei_finding_info.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/resources/nuclei/resources/report/nuclei_target_info.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/application/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/application/application_detection_state.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/application/application_fingerprint_attempt.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/application/application_fingerprint_target.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/application/application_resource_config_type.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/application/application_resource_type_all.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/application/discover_application_config.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/application/discover_application_report.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/application/discover_application_result.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/directory/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/directory/directory_target_info.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/directory/discover_directory_config.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/directory/discover_directory_report.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/directory/discover_directory_result.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/directory/wordlist_size.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/directory/wordlist_type.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/page/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/page/discover_page_config.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/page/discover_page_report.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/page/discover_page_result.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/page/sensitive_content.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/page/sensitive_content_confidence_level.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/page/sensitive_content_fingerprint.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/page/sensitive_content_fingerprints.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/page/sensitive_content_type.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/probe/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/probe/discover_probe_config.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/probe/discover_probe_report.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/probe/discover_probe_result.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/request/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/request/discover_request_config.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/request/discover_request_report.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/request/discover_request_result.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/request/request_file.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/request/tls_certificate.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/route/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/route/discover_route_config.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/route/discover_route_report.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/route/discover_route_result.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/route/route_body_param.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/route/route_details.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/route/route_query_param.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/saas/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/saas/discover_saas_config.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/saas/discover_saas_report.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/saas/discover_saas_result.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/saas/saas_active_attempt.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/saas/saas_active_company.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/saas/saas_active_finding.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/saas/saas_active_request.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/saas/saas_fingerprint_entry.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/saas/saas_fingerprint_file.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/saas/saas_fingerprint_profile.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/wordlist/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/wordlist/discover_wordlist_config.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/wordlist/discover_wordlist_report.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/wordlist/discover_wordlist_result.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/resources/wordlist/wordlist_entry.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/apiapplication/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/api_application_route_details.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/api_type.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/o_auth_flow.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/o_auth_flow_details.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/request_schema.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/schema_property.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/security_requirement.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/security_scheme.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/security_scheme_type.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/enumerate_graphql_config.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/enumerate_graphql_data.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/enumerate_graphql_report.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/enumerate_graphql_result.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_data.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_directive.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_enum_value.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_field.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_input_value.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_query.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_schema.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_schema_data.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_type.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_type_ref.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/swagger/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/swagger/enumerate_swagger_config.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/swagger/enumerate_swagger_report.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/swagger/enumerate_swagger_result.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/cms/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/cms/resources/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/resources/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/resources/modules/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/resources/modules/detection_source.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/resources/modules/drupal_module_details.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/resources/modules/drupal_modules_target.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/resources/modules/enumerate_drupal_modules_config.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/resources/modules/enumerate_drupal_modules_report.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/resources/modules/enumerate_drupal_modules_result.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/resources/modules/modules_file_size.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/plugins/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/plugins/detection_source.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/plugins/enumerate_wordpress_plugins_config.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/plugins/enumerate_wordpress_plugins_report.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/plugins/enumerate_wordpress_plugins_result.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/plugins/plugins_file_size.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/plugins/wordpress_api_response.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/plugins/wordpress_plugin_details.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/plugins/wordpress_plugins_target.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/containerregistry/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/container_image.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/container_repository.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/docker_catalog_response.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/docker_manifest_descriptor.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/docker_manifest_v_2.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/docker_tags_response.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/enumerate_docker_config.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/enumerate_docker_report.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/enumerate_docker_result.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/enumerate_docker_results.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/general/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/general/resources/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/general/resources/ratelimit/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/general/resources/ratelimit/enumerate_rate_limit_config.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/general/resources/ratelimit/enumerate_rate_limit_report.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/general/resources/ratelimit/enumerate_rate_limit_result.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/general/resources/ratelimit/rate_limit_attempt.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/general/resources/ratelimit/rate_limit_target.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/kube/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/kube/resources/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/kube/resources/kube/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/kube/resources/kube/enumerate_kube_config.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/kube/resources/kube/enumerate_kube_report.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/resources/kube/resources/kube/enumerate_kube_result.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/application/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/application/resources/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/application/resources/dast/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/application/resources/dast/pentest_application_dast_category.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/application/resources/dast/pentest_application_dast_config.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/application/resources/dast/pentest_application_dast_report.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/application/resources/dast/pentest_application_dast_result.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/application/resources/scan/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/cve/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/cve/pentest_application_cve_config.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/cve/pentest_application_cve_report.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/cve/pentest_application_cve_result.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/misconfiguration/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/misconfiguration/misconfiguration_category.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/misconfiguration/pentest_application_misconfiguration_config.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/misconfiguration/pentest_application_misconfiguration_report.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/misconfiguration/pentest_application_misconfiguration_result.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/technology/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/technology/pentest_application_technology_config.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/technology/pentest_application_technology_report.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/technology/pentest_application_technology_result.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/technology/technology_type.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/cms/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/cms/resources/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/plugindeploy/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/plugindeploy/pentest_cms_wordpress_plugin_deploy_config.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/plugindeploy/pentest_cms_wordpress_plugin_deploy_outcome.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/plugindeploy/pentest_cms_wordpress_plugin_deploy_report.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/plugindeploy/pentest_cms_wordpress_plugin_deploy_result.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/plugindeploy/pentest_cms_wordpress_plugin_deploy_step.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/plugindeploy/pentest_cms_wordpress_plugin_deploy_target_result.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/plugindeploy/pentest_cms_wordpress_plugin_deploy_upload_method.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/wploginbruteforce/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/wploginbruteforce/pentest_cms_wordpress_wp_login_bruteforce_config.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/wploginbruteforce/pentest_cms_wordpress_wp_login_bruteforce_report.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/wploginbruteforce/wp_login_bruteforce_attempt.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/wploginbruteforce/wp_login_bruteforce_attempt_outcome.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/wploginbruteforce/wp_login_bruteforce_result.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/wploginbruteforce/wp_login_bruteforce_target.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcbruteforce/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcbruteforce/pentest_cms_wordpress_xmlrpc_bruteforce_config.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcbruteforce/pentest_cms_wordpress_xmlrpc_bruteforce_report.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcbruteforce/xmlrpc_bruteforce_attempt.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcbruteforce/xmlrpc_bruteforce_result.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcbruteforce/xmlrpc_bruteforce_target.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionsexposed/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionsexposed/pentest_cms_wordpress_xmlrpc_functions_exposed_config.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionsexposed/pentest_cms_wordpress_xmlrpc_functions_exposed_report.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionsexposed/xmlrpc_functions_exposed_attempt.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionsexposed/xmlrpc_functions_exposed_result.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionsexposed/xmlrpc_functions_exposed_target.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/route/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/route/resources/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/route/resources/staticassettakeover/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/route/resources/staticassettakeover/pentest_route_static_asset_takeover_config.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/route/resources/staticassettakeover/pentest_route_static_asset_takeover_report.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/route/resources/staticassettakeover/pentest_route_static_asset_takeover_result.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/route/resources/staticassettakeover/static_asset_takeover_fingerprint.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/route/resources/staticassettakeover/static_asset_takeover_static_request.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/route/resources/staticassettakeover/static_asset_takeover_test.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/route/resources/staticassettakeover/static_asset_takeover_vulnerable_details.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/waf/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/waf/resources/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/__init__.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/pentest_waf_detect_config.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/pentest_waf_detect_report.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/waf_body.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/waf_detect_attempt.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/waf_detect_result.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/waf_detect_target.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/waf_detected.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/waf_fingerprint.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/waf_provider_enum.py +0 -0
- {methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/waf_rule_category_enum.py +0 -0
|
@@ -6,6 +6,7 @@ ApplicationResourceType = typing.Union[
|
|
|
6
6
|
typing.Literal[
|
|
7
7
|
"CUSTOM_TEMPLATE",
|
|
8
8
|
"API_APPLICATION",
|
|
9
|
+
"CAMERA",
|
|
9
10
|
"CI_CD_PLATFORM",
|
|
10
11
|
"CLOUD_BUCKET",
|
|
11
12
|
"CONTAINER_REGISTRY",
|
|
@@ -18,13 +19,15 @@ ApplicationResourceType = typing.Union[
|
|
|
18
19
|
"HYPERVISOR",
|
|
19
20
|
"INDUSTRIAL_CONTROL_SYSTEM",
|
|
20
21
|
"INTERNET_OF_THINGS",
|
|
22
|
+
"IP_PHONE",
|
|
21
23
|
"KUBE",
|
|
22
24
|
"NETWORK_CONTROLLER",
|
|
23
25
|
"NETWORK_EDGE_APPLICATION",
|
|
24
26
|
"NETWORK_FIREWALL",
|
|
25
27
|
"NETWORK_MANAGEMENT_SYSTEM",
|
|
26
28
|
"OBSERVABILITY_PLATFORM",
|
|
27
|
-
"
|
|
29
|
+
"PRINTER",
|
|
30
|
+
"ROUTER",
|
|
28
31
|
"SECRET_MANAGEMENT_APPLICATION",
|
|
29
32
|
"VDI_APPLICATION",
|
|
30
33
|
"WEB_SERVER",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/core/pydantic_utilities.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/common/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/discover/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/enumerate/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{methodwebscan-0.0.267 → methodwebscan-0.0.268}/src/methodwebscan/resources/pentest/__init__.py
RENAMED
|
File without changes
|