methodwebscan 0.7.0__tar.gz → 0.9.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.7.0 → methodwebscan-0.9.0}/PKG-INFO +1 -1
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/pyproject.toml +1 -1
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/__init__.py +4 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/__init__.py +4 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/route/__init__.py +4 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/route/discover_route_result.py +4 -3
- methodwebscan-0.9.0/src/methodwebscan/resources/discover/resources/route/static_asset_details.py +18 -0
- methodwebscan-0.9.0/src/methodwebscan/resources/discover/resources/route/web_application_details.py +21 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/README.md +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/core/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/core/datetime_utils.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/core/enum.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/core/pydantic_utilities.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/core/serialization.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/py.typed +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/config/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/config/send_http_request_config.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/http/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/http/binary_body.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/http/body.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/http/form_body.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/http/http_method.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/http/http_request.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/http/http_request_params.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/http/http_request_response.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/http/http_response.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/http/json_body.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/http/multipart_body.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/http/multipart_part.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/http/response_cookie.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/http/text_body.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/http/web_protocol.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/method/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/method/browserbase_request_config.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/method/browserbase_request_secrets.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/method/headless_request_config.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/method/request_method.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/method/user_agent_preset.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/nuclei/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/nuclei/resources/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/nuclei/resources/config/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/nuclei/resources/config/nuclei_config.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/nuclei/resources/config/nuclei_dast_config.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/nuclei/resources/config/nuclei_run_mode.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/nuclei/resources/parameter/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/nuclei/resources/parameter/request_parameter.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/nuclei/resources/parameter/request_parameter_location.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/nuclei/resources/probe/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/nuclei/resources/probe/nuclei_expected_matcher.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/nuclei/resources/probe/nuclei_matcher_condition_enum.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/nuclei/resources/probe/nuclei_matcher_details.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/nuclei/resources/probe/nuclei_probe.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/nuclei/resources/report/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/nuclei/resources/report/classification_details.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/nuclei/resources/report/cve_details.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/nuclei/resources/report/cwe_details.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/nuclei/resources/report/nuclei_attempt_info.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/nuclei/resources/report/nuclei_finding_info.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/common/resources/nuclei/resources/report/nuclei_target_info.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/application/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/application/application_detection_state.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/application/application_fingerprint_attempt.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/application/application_fingerprint_target.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/application/application_resource_config_type.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/application/application_resource_type.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/application/application_resource_type_all.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/application/discover_application_config.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/application/discover_application_report.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/application/discover_application_result.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/directory/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/directory/directory_target_info.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/directory/discover_directory_config.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/directory/discover_directory_report.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/directory/discover_directory_result.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/directory/wordlist_size.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/directory/wordlist_type.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/page/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/page/discover_page_config.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/page/discover_page_report.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/page/discover_page_result.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/probe/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/probe/discover_probe_config.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/probe/discover_probe_report.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/probe/discover_probe_result.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/request/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/request/discover_request_config.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/request/discover_request_report.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/request/discover_request_result.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/request/request_file.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/request/tls_certificate.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/route/discover_route_config.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/route/discover_route_report.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/route/route_body_param.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/route/route_details.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/route/route_query_param.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/saas/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/saas/discover_saas_config.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/saas/discover_saas_report.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/saas/discover_saas_result.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/saas/saas_active_attempt.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/saas/saas_active_company.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/saas/saas_active_finding.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/saas/saas_active_request.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/saas/saas_fingerprint_entry.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/saas/saas_fingerprint_file.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/saas/saas_fingerprint_profile.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/witness/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/witness/detected_technology.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/witness/detected_technology_type.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/witness/discover_witness_config.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/witness/discover_witness_favicon.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/witness/discover_witness_report.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/witness/discover_witness_result.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/witness/discover_witness_technologies.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/wordlist/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/wordlist/discover_wordlist_config.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/wordlist/discover_wordlist_report.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/wordlist/discover_wordlist_result.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/resources/wordlist/wordlist_entry.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/api_application_route_details.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/api_type.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/o_auth_flow.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/o_auth_flow_details.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/request_schema.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/schema_property.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/security_requirement.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/security_scheme.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/security_scheme_type.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/enumerate_graphql_config.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/enumerate_graphql_data.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/enumerate_graphql_report.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/enumerate_graphql_result.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_data.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_directive.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_enum_value.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_field.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_input_value.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_query.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_schema.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_schema_data.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_type.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_type_ref.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/swagger/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/swagger/enumerate_swagger_config.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/swagger/enumerate_swagger_report.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/swagger/enumerate_swagger_result.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/cms/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/resources/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/resources/modules/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/resources/modules/detection_source.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/resources/modules/drupal_module_details.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/resources/modules/drupal_modules_target.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/resources/modules/enumerate_drupal_modules_config.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/resources/modules/enumerate_drupal_modules_report.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/resources/modules/enumerate_drupal_modules_result.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/resources/modules/modules_file_size.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/plugins/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/plugins/detection_source.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/plugins/enumerate_wordpress_plugins_config.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/plugins/enumerate_wordpress_plugins_report.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/plugins/enumerate_wordpress_plugins_result.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/plugins/plugins_file_size.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/plugins/wordpress_api_response.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/plugins/wordpress_plugin_details.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/plugins/wordpress_plugins_target.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/containerregistry/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/container_image.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/container_repository.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/docker_catalog_response.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/docker_manifest_descriptor.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/docker_manifest_v_2.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/docker_tags_response.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/enumerate_docker_config.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/enumerate_docker_report.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/enumerate_docker_result.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/enumerate_docker_results.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/general/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/general/resources/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/general/resources/ratelimit/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/general/resources/ratelimit/enumerate_rate_limit_config.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/general/resources/ratelimit/enumerate_rate_limit_report.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/general/resources/ratelimit/enumerate_rate_limit_result.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/general/resources/ratelimit/rate_limit_attempt.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/general/resources/ratelimit/rate_limit_target.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/kube/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/kube/resources/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/kube/resources/kube/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/kube/resources/kube/enumerate_kube_config.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/kube/resources/kube/enumerate_kube_report.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/enumerate/resources/kube/resources/kube/enumerate_kube_result.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/application/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/application/resources/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/application/resources/dast/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/application/resources/dast/pentest_application_dast_category.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/application/resources/dast/pentest_application_dast_config.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/application/resources/dast/pentest_application_dast_report.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/application/resources/dast/pentest_application_dast_result.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/application/resources/scan/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/cve/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/cve/pentest_application_cve_config.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/cve/pentest_application_cve_report.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/cve/pentest_application_cve_result.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/misconfiguration/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/misconfiguration/misconfiguration_category.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/misconfiguration/pentest_application_misconfiguration_config.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/misconfiguration/pentest_application_misconfiguration_report.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/misconfiguration/pentest_application_misconfiguration_result.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/technology/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/technology/pentest_application_technology_config.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/technology/pentest_application_technology_report.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/technology/pentest_application_technology_result.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/technology/technology_type.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/cms/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/cms/resources/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/plugindeploy/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/plugindeploy/pentest_cms_wordpress_plugin_deploy_config.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/plugindeploy/pentest_cms_wordpress_plugin_deploy_outcome.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/plugindeploy/pentest_cms_wordpress_plugin_deploy_report.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/plugindeploy/pentest_cms_wordpress_plugin_deploy_result.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/plugindeploy/pentest_cms_wordpress_plugin_deploy_step.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/plugindeploy/pentest_cms_wordpress_plugin_deploy_target_result.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/plugindeploy/pentest_cms_wordpress_plugin_deploy_upload_method.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/wploginbruteforce/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/wploginbruteforce/pentest_cms_wordpress_wp_login_bruteforce_config.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/wploginbruteforce/pentest_cms_wordpress_wp_login_bruteforce_report.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/wploginbruteforce/wp_login_bruteforce_attempt.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/wploginbruteforce/wp_login_bruteforce_attempt_outcome.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/wploginbruteforce/wp_login_bruteforce_result.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/wploginbruteforce/wp_login_bruteforce_target.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcbruteforce/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcbruteforce/pentest_cms_wordpress_xmlrpc_bruteforce_config.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcbruteforce/pentest_cms_wordpress_xmlrpc_bruteforce_report.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcbruteforce/xmlrpc_bruteforce_attempt.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcbruteforce/xmlrpc_bruteforce_result.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcbruteforce/xmlrpc_bruteforce_target.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionsexposed/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionsexposed/pentest_cms_wordpress_xmlrpc_functions_exposed_config.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionsexposed/pentest_cms_wordpress_xmlrpc_functions_exposed_report.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionsexposed/xmlrpc_functions_exposed_attempt.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionsexposed/xmlrpc_functions_exposed_result.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionsexposed/xmlrpc_functions_exposed_target.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/route/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/route/resources/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/route/resources/staticassettakeover/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/route/resources/staticassettakeover/pentest_route_static_asset_takeover_config.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/route/resources/staticassettakeover/pentest_route_static_asset_takeover_report.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/route/resources/staticassettakeover/pentest_route_static_asset_takeover_result.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/route/resources/staticassettakeover/static_asset_takeover_fingerprint.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/route/resources/staticassettakeover/static_asset_takeover_static_request.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/route/resources/staticassettakeover/static_asset_takeover_test.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/route/resources/staticassettakeover/static_asset_takeover_vulnerable_details.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/waf/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/waf/resources/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/__init__.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/pentest_waf_detect_config.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/pentest_waf_detect_report.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/waf_body.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/waf_detect_attempt.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/waf_detect_result.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/waf_detect_target.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/waf_detected.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/waf_fingerprint.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/waf_provider_enum.py +0 -0
- {methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/waf_rule_category_enum.py +0 -0
{methodwebscan-0.7.0 → methodwebscan-0.9.0}/src/methodwebscan/resources/discover/__init__.py
RENAMED
|
@@ -52,7 +52,9 @@ from .resources import (
|
|
|
52
52
|
SaasFingerprintEntry,
|
|
53
53
|
SaasFingerprintFile,
|
|
54
54
|
SaasFingerprintProfile,
|
|
55
|
+
StaticAssetDetails,
|
|
55
56
|
TlsCertificate,
|
|
57
|
+
WebApplicationDetails,
|
|
56
58
|
WordlistEntry,
|
|
57
59
|
WordlistSize,
|
|
58
60
|
WordlistType,
|
|
@@ -117,7 +119,9 @@ __all__ = [
|
|
|
117
119
|
"SaasFingerprintEntry",
|
|
118
120
|
"SaasFingerprintFile",
|
|
119
121
|
"SaasFingerprintProfile",
|
|
122
|
+
"StaticAssetDetails",
|
|
120
123
|
"TlsCertificate",
|
|
124
|
+
"WebApplicationDetails",
|
|
121
125
|
"WordlistEntry",
|
|
122
126
|
"WordlistSize",
|
|
123
127
|
"WordlistType",
|
|
@@ -32,6 +32,8 @@ from .route import (
|
|
|
32
32
|
RouteBodyParam,
|
|
33
33
|
RouteDetails,
|
|
34
34
|
RouteQueryParam,
|
|
35
|
+
StaticAssetDetails,
|
|
36
|
+
WebApplicationDetails,
|
|
35
37
|
)
|
|
36
38
|
from .saas import (
|
|
37
39
|
DiscoverSaasConfig,
|
|
@@ -106,7 +108,9 @@ __all__ = [
|
|
|
106
108
|
"SaasFingerprintEntry",
|
|
107
109
|
"SaasFingerprintFile",
|
|
108
110
|
"SaasFingerprintProfile",
|
|
111
|
+
"StaticAssetDetails",
|
|
109
112
|
"TlsCertificate",
|
|
113
|
+
"WebApplicationDetails",
|
|
110
114
|
"WordlistEntry",
|
|
111
115
|
"WordlistSize",
|
|
112
116
|
"WordlistType",
|
|
@@ -8,6 +8,8 @@ from .discover_route_result import DiscoverRouteResult
|
|
|
8
8
|
from .route_body_param import RouteBodyParam
|
|
9
9
|
from .route_details import RouteDetails
|
|
10
10
|
from .route_query_param import RouteQueryParam
|
|
11
|
+
from .static_asset_details import StaticAssetDetails
|
|
12
|
+
from .web_application_details import WebApplicationDetails
|
|
11
13
|
|
|
12
14
|
__all__ = [
|
|
13
15
|
"DiscoverRouteConfig",
|
|
@@ -16,4 +18,6 @@ __all__ = [
|
|
|
16
18
|
"RouteBodyParam",
|
|
17
19
|
"RouteDetails",
|
|
18
20
|
"RouteQueryParam",
|
|
21
|
+
"StaticAssetDetails",
|
|
22
|
+
"WebApplicationDetails",
|
|
19
23
|
]
|
|
@@ -4,13 +4,14 @@ import typing
|
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
6
|
from .....core.pydantic_utilities import IS_PYDANTIC_V2, UniversalBaseModel
|
|
7
|
-
from .
|
|
7
|
+
from .web_application_details import WebApplicationDetails
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
class DiscoverRouteResult(UniversalBaseModel):
|
|
11
11
|
target: str
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
web_applications: typing.Optional[typing.List[WebApplicationDetails]] = pydantic.Field(
|
|
13
|
+
alias="webApplications", default=None
|
|
14
|
+
)
|
|
14
15
|
|
|
15
16
|
if IS_PYDANTIC_V2:
|
|
16
17
|
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="forbid") # type: ignore # Pydantic v2
|
methodwebscan-0.9.0/src/methodwebscan/resources/discover/resources/route/static_asset_details.py
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import typing
|
|
4
|
+
|
|
5
|
+
import pydantic
|
|
6
|
+
from .....core.pydantic_utilities import IS_PYDANTIC_V2, UniversalBaseModel
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class StaticAssetDetails(UniversalBaseModel):
|
|
10
|
+
local: typing.Optional[typing.List[str]] = None
|
|
11
|
+
remote: typing.Optional[typing.List[str]] = None
|
|
12
|
+
|
|
13
|
+
if IS_PYDANTIC_V2:
|
|
14
|
+
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="forbid") # type: ignore # Pydantic v2
|
|
15
|
+
else:
|
|
16
|
+
|
|
17
|
+
class Config:
|
|
18
|
+
extra = pydantic.Extra.forbid
|
methodwebscan-0.9.0/src/methodwebscan/resources/discover/resources/route/web_application_details.py
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import typing
|
|
4
|
+
|
|
5
|
+
import pydantic
|
|
6
|
+
from .....core.pydantic_utilities import IS_PYDANTIC_V2, UniversalBaseModel
|
|
7
|
+
from .route_details import RouteDetails
|
|
8
|
+
from .static_asset_details import StaticAssetDetails
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class WebApplicationDetails(UniversalBaseModel):
|
|
12
|
+
base_url: str = pydantic.Field(alias="baseURL")
|
|
13
|
+
routes: typing.Optional[typing.List[RouteDetails]] = None
|
|
14
|
+
static_assets: typing.Optional[StaticAssetDetails] = pydantic.Field(alias="staticAssets", default=None)
|
|
15
|
+
|
|
16
|
+
if IS_PYDANTIC_V2:
|
|
17
|
+
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="forbid") # type: ignore # Pydantic v2
|
|
18
|
+
else:
|
|
19
|
+
|
|
20
|
+
class Config:
|
|
21
|
+
extra = pydantic.Extra.forbid
|
|
File without changes
|
|
File without changes
|
|
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.7.0 → methodwebscan-0.9.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.7.0 → methodwebscan-0.9.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
|