methodwebscan 0.4.0__tar.gz → 0.5.0__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.4.0 → methodwebscan-0.5.0}/PKG-INFO +1 -1
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/pyproject.toml +1 -1
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/application/discover_application_config.py +6 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/README.md +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/core/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/core/datetime_utils.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/core/enum.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/core/pydantic_utilities.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/core/serialization.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/py.typed +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/config/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/config/send_http_request_config.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/http/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/http/binary_body.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/http/body.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/http/form_body.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/http/http_method.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/http/http_request.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/http/http_request_params.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/http/http_request_response.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/http/http_response.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/http/json_body.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/http/multipart_body.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/http/multipart_part.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/http/response_cookie.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/http/text_body.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/http/web_protocol.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/method/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/method/browserbase_request_config.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/method/browserbase_request_secrets.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/method/headless_request_config.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/method/request_method.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/method/user_agent_preset.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/nuclei/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/nuclei/resources/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/nuclei/resources/config/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/nuclei/resources/config/nuclei_config.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/nuclei/resources/config/nuclei_dast_config.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/nuclei/resources/config/nuclei_run_mode.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/nuclei/resources/parameter/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/nuclei/resources/parameter/request_parameter.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/nuclei/resources/parameter/request_parameter_location.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/nuclei/resources/probe/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/nuclei/resources/probe/nuclei_expected_matcher.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/nuclei/resources/probe/nuclei_matcher_condition_enum.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/nuclei/resources/probe/nuclei_matcher_details.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/nuclei/resources/probe/nuclei_probe.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/nuclei/resources/report/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/nuclei/resources/report/classification_details.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/nuclei/resources/report/cve_details.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/nuclei/resources/report/cwe_details.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/nuclei/resources/report/nuclei_attempt_info.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/nuclei/resources/report/nuclei_finding_info.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/nuclei/resources/report/nuclei_target_info.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/application/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/application/application_detection_state.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/application/application_fingerprint_attempt.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/application/application_fingerprint_target.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/application/application_resource_config_type.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/application/application_resource_type.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/application/application_resource_type_all.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/application/discover_application_report.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/application/discover_application_result.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/directory/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/directory/directory_target_info.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/directory/discover_directory_config.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/directory/discover_directory_report.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/directory/discover_directory_result.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/directory/wordlist_size.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/directory/wordlist_type.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/page/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/page/discover_page_config.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/page/discover_page_report.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/page/discover_page_result.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/probe/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/probe/discover_probe_config.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/probe/discover_probe_report.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/probe/discover_probe_result.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/request/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/request/discover_request_config.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/request/discover_request_report.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/request/discover_request_result.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/request/request_file.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/request/tls_certificate.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/route/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/route/discover_route_config.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/route/discover_route_report.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/route/discover_route_result.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/route/route_body_param.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/route/route_details.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/route/route_query_param.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/saas/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/saas/discover_saas_config.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/saas/discover_saas_report.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/saas/discover_saas_result.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/saas/saas_active_attempt.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/saas/saas_active_company.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/saas/saas_active_finding.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/saas/saas_active_request.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/saas/saas_fingerprint_entry.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/saas/saas_fingerprint_file.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/saas/saas_fingerprint_profile.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/witness/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/witness/detected_technology.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/witness/detected_technology_type.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/witness/discover_witness_config.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/witness/discover_witness_favicon.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/witness/discover_witness_report.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/witness/discover_witness_result.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/witness/discover_witness_technologies.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/wordlist/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/wordlist/discover_wordlist_config.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/wordlist/discover_wordlist_report.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/wordlist/discover_wordlist_result.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/discover/resources/wordlist/wordlist_entry.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/api_application_route_details.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/api_type.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/o_auth_flow.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/o_auth_flow_details.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/request_schema.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/schema_property.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/security_requirement.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/security_scheme.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/security_scheme_type.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/enumerate_graphql_config.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/enumerate_graphql_data.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/enumerate_graphql_report.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/enumerate_graphql_result.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_data.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_directive.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_enum_value.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_field.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_input_value.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_query.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_schema.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_schema_data.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_type.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_type_ref.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/swagger/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/swagger/enumerate_swagger_config.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/swagger/enumerate_swagger_report.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/swagger/enumerate_swagger_result.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/cms/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/resources/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/resources/modules/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/resources/modules/detection_source.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/resources/modules/drupal_module_details.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/resources/modules/drupal_modules_target.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/resources/modules/enumerate_drupal_modules_config.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/resources/modules/enumerate_drupal_modules_report.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/resources/modules/enumerate_drupal_modules_result.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/resources/modules/modules_file_size.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/plugins/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/plugins/detection_source.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/plugins/enumerate_wordpress_plugins_config.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/plugins/enumerate_wordpress_plugins_report.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/plugins/enumerate_wordpress_plugins_result.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/plugins/plugins_file_size.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/plugins/wordpress_api_response.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/plugins/wordpress_plugin_details.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/plugins/wordpress_plugins_target.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/containerregistry/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/container_image.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/container_repository.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/docker_catalog_response.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/docker_manifest_descriptor.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/docker_manifest_v_2.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/docker_tags_response.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/enumerate_docker_config.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/enumerate_docker_report.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/enumerate_docker_result.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/enumerate_docker_results.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/general/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/general/resources/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/general/resources/ratelimit/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/general/resources/ratelimit/enumerate_rate_limit_config.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/general/resources/ratelimit/enumerate_rate_limit_report.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/general/resources/ratelimit/enumerate_rate_limit_result.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/general/resources/ratelimit/rate_limit_attempt.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/general/resources/ratelimit/rate_limit_target.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/kube/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/kube/resources/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/kube/resources/kube/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/kube/resources/kube/enumerate_kube_config.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/kube/resources/kube/enumerate_kube_report.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/enumerate/resources/kube/resources/kube/enumerate_kube_result.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/application/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/application/resources/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/application/resources/dast/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/application/resources/dast/pentest_application_dast_category.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/application/resources/dast/pentest_application_dast_config.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/application/resources/dast/pentest_application_dast_report.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/application/resources/dast/pentest_application_dast_result.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/application/resources/scan/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/cve/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/cve/pentest_application_cve_config.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/cve/pentest_application_cve_report.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/cve/pentest_application_cve_result.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/misconfiguration/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/misconfiguration/misconfiguration_category.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/misconfiguration/pentest_application_misconfiguration_config.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/misconfiguration/pentest_application_misconfiguration_report.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/misconfiguration/pentest_application_misconfiguration_result.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/technology/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/technology/pentest_application_technology_config.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/technology/pentest_application_technology_report.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/technology/pentest_application_technology_result.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/technology/technology_type.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/cms/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/cms/resources/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/plugindeploy/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/plugindeploy/pentest_cms_wordpress_plugin_deploy_config.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/plugindeploy/pentest_cms_wordpress_plugin_deploy_outcome.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/plugindeploy/pentest_cms_wordpress_plugin_deploy_report.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/plugindeploy/pentest_cms_wordpress_plugin_deploy_result.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/plugindeploy/pentest_cms_wordpress_plugin_deploy_step.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/plugindeploy/pentest_cms_wordpress_plugin_deploy_target_result.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/plugindeploy/pentest_cms_wordpress_plugin_deploy_upload_method.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/wploginbruteforce/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/wploginbruteforce/pentest_cms_wordpress_wp_login_bruteforce_config.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/wploginbruteforce/pentest_cms_wordpress_wp_login_bruteforce_report.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/wploginbruteforce/wp_login_bruteforce_attempt.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/wploginbruteforce/wp_login_bruteforce_attempt_outcome.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/wploginbruteforce/wp_login_bruteforce_result.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/wploginbruteforce/wp_login_bruteforce_target.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcbruteforce/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcbruteforce/pentest_cms_wordpress_xmlrpc_bruteforce_config.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcbruteforce/pentest_cms_wordpress_xmlrpc_bruteforce_report.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcbruteforce/xmlrpc_bruteforce_attempt.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcbruteforce/xmlrpc_bruteforce_result.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcbruteforce/xmlrpc_bruteforce_target.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionsexposed/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionsexposed/pentest_cms_wordpress_xmlrpc_functions_exposed_config.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionsexposed/pentest_cms_wordpress_xmlrpc_functions_exposed_report.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionsexposed/xmlrpc_functions_exposed_attempt.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionsexposed/xmlrpc_functions_exposed_result.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionsexposed/xmlrpc_functions_exposed_target.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/route/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/route/resources/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/route/resources/staticassettakeover/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/route/resources/staticassettakeover/pentest_route_static_asset_takeover_config.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/route/resources/staticassettakeover/pentest_route_static_asset_takeover_report.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/route/resources/staticassettakeover/pentest_route_static_asset_takeover_result.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/route/resources/staticassettakeover/static_asset_takeover_fingerprint.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/route/resources/staticassettakeover/static_asset_takeover_static_request.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/route/resources/staticassettakeover/static_asset_takeover_test.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/route/resources/staticassettakeover/static_asset_takeover_vulnerable_details.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/waf/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/waf/resources/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/__init__.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/pentest_waf_detect_config.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/pentest_waf_detect_report.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/waf_body.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/waf_detect_attempt.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/waf_detect_result.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/waf_detect_target.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/waf_detected.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/waf_fingerprint.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/waf_provider_enum.py +0 -0
- {methodwebscan-0.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/waf_rule_category_enum.py +0 -0
|
@@ -4,6 +4,7 @@ import typing
|
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
6
|
from .....core.pydantic_utilities import IS_PYDANTIC_V2, UniversalBaseModel
|
|
7
|
+
from ....common.resources.http.web_protocol import WebProtocol
|
|
7
8
|
from ....common.resources.method.user_agent_preset import UserAgentPreset
|
|
8
9
|
from .application_resource_config_type import ApplicationResourceConfigType
|
|
9
10
|
|
|
@@ -19,6 +20,11 @@ class DiscoverApplicationConfig(UniversalBaseModel):
|
|
|
19
20
|
global_rate_limit: int = pydantic.Field(alias="globalRateLimit")
|
|
20
21
|
global_timeout: int = pydantic.Field(alias="globalTimeout")
|
|
21
22
|
user_agent: UserAgentPreset = pydantic.Field(alias="userAgent")
|
|
23
|
+
web_server_ip_address: typing.Optional[str] = pydantic.Field(alias="webServerIpAddress", default=None)
|
|
24
|
+
web_server_port: typing.Optional[int] = pydantic.Field(alias="webServerPort", default=None)
|
|
25
|
+
web_server_application_protocol: typing.Optional[WebProtocol] = pydantic.Field(
|
|
26
|
+
alias="webServerApplicationProtocol", default=None
|
|
27
|
+
)
|
|
22
28
|
|
|
23
29
|
if IS_PYDANTIC_V2:
|
|
24
30
|
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="forbid") # type: ignore # Pydantic v2
|
|
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.4.0 → methodwebscan-0.5.0}/src/methodwebscan/resources/common/resources/__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
|
{methodwebscan-0.4.0 → methodwebscan-0.5.0}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{methodwebscan-0.4.0 → methodwebscan-0.5.0}/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
|