methodwebscan 0.27.0__tar.gz → 0.27.1__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.27.0 → methodwebscan-0.27.1}/PKG-INFO +1 -1
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/pyproject.toml +1 -1
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/__init__.py +4 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/__init__.py +4 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/javascript/__init__.py +4 -0
- methodwebscan-0.27.1/src/methodwebscan/resources/enumerate/resources/javascript/enumerate_javascript_result.py +25 -0
- methodwebscan-0.27.0/src/methodwebscan/resources/enumerate/resources/javascript/enumerate_javascript_result.py → methodwebscan-0.27.1/src/methodwebscan/resources/enumerate/resources/javascript/javascript_application_details.py +5 -3
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/javascript/javascript_artifact.py +0 -1
- methodwebscan-0.27.1/src/methodwebscan/resources/enumerate/resources/javascript/javascript_bundle_details.py +19 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/javascript/javascript_endpoint.py +0 -2
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/javascript/javascript_secret.py +3 -1
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/README.md +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/core/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/core/datetime_utils.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/core/enum.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/core/pydantic_utilities.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/core/serialization.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/py.typed +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/config/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/config/send_http_request_config.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/http/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/http/binary_body.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/http/body.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/http/form_body.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/http/http_method.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/http/http_request.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/http/http_request_params.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/http/http_request_response.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/http/http_response.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/http/json_body.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/http/multipart_body.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/http/multipart_part.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/http/response_cookie.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/http/text_body.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/http/web_protocol.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/method/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/method/browserbase_request_config.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/method/browserbase_request_secrets.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/method/headless_request_config.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/method/request_method.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/method/user_agent_preset.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/nuclei/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/nuclei/resources/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/nuclei/resources/config/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/nuclei/resources/config/nuclei_config.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/nuclei/resources/config/nuclei_dast_config.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/nuclei/resources/config/nuclei_run_mode.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/nuclei/resources/parameter/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/nuclei/resources/parameter/request_parameter.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/nuclei/resources/parameter/request_parameter_location.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/nuclei/resources/probe/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/nuclei/resources/probe/nuclei_expected_matcher.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/nuclei/resources/probe/nuclei_matcher_condition_enum.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/nuclei/resources/probe/nuclei_matcher_details.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/nuclei/resources/probe/nuclei_probe.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/nuclei/resources/report/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/nuclei/resources/report/classification_details.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/nuclei/resources/report/cve_details.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/nuclei/resources/report/cwe_details.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/nuclei/resources/report/nuclei_attempt_info.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/nuclei/resources/report/nuclei_finding_info.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/nuclei/resources/report/nuclei_target_info.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/waf/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/waf/waf_body.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/waf/waf_detection.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/waf/waf_fingerprint.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/resources/waf/waf_provider_enum.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/application/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/application/application_detection_state.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/application/application_fingerprint_attempt.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/application/application_fingerprint_target.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/application/application_resource_config_type.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/application/application_resource_type.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/application/application_resource_type_all.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/application/discover_application_config.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/application/discover_application_report.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/application/discover_application_result.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/directory/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/directory/directory_frontier.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/directory/directory_target_info.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/directory/discover_directory_config.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/directory/discover_directory_report.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/directory/discover_directory_result.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/directory/wordlist_size.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/directory/wordlist_type.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/page/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/page/discover_page_config.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/page/discover_page_report.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/page/discover_page_result.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/probe/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/probe/discover_probe_config.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/probe/discover_probe_report.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/probe/discover_probe_result.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/probe/discover_probe_target_info.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/request/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/request/discover_request_config.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/request/discover_request_report.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/request/discover_request_result.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/request/request_file.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/request/tls_certificate.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/route/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/route/discover_route_config.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/route/discover_route_report.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/route/discover_route_result.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/route/route_body_param.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/route/route_details.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/route/route_path_param.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/route/route_query_param.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/route/static_asset_details.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/route/web_application_details.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/saas/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/saas/discover_saas_config.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/saas/discover_saas_report.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/saas/discover_saas_result.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/saas/saas_active_attempt.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/saas/saas_active_company.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/saas/saas_active_finding.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/saas/saas_active_request.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/saas/saas_fingerprint_entry.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/saas/saas_fingerprint_file.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/saas/saas_fingerprint_profile.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/witness/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/witness/detected_technology.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/witness/detected_technology_type.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/witness/discover_witness_config.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/witness/discover_witness_favicon.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/witness/discover_witness_report.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/witness/discover_witness_result.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/witness/discover_witness_technologies.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/wordlist/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/wordlist/discover_wordlist_config.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/wordlist/discover_wordlist_report.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/wordlist/discover_wordlist_result.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/discover/resources/wordlist/wordlist_entry.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/apiapplication/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/api_application_route_details.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/api_type.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/o_auth_flow.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/o_auth_flow_details.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/request_schema.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/schema_property.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/security_requirement.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/security_scheme.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/common/security_scheme_type.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/enumerate_graphql_config.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/enumerate_graphql_data.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/enumerate_graphql_report.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/enumerate_graphql_result.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_data.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_directive.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_enum_value.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_field.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_input_value.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_query.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_schema.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_schema_data.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_type.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/graphql/graph_ql_type_ref.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/swagger/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/swagger/enumerate_swagger_config.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/swagger/enumerate_swagger_report.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/apiapplication/resources/swagger/enumerate_swagger_result.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/cms/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/cms/resources/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/resources/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/resources/modules/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/resources/modules/detection_source.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/resources/modules/drupal_module_details.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/resources/modules/drupal_modules_target.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/resources/modules/enumerate_drupal_modules_config.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/resources/modules/enumerate_drupal_modules_report.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/resources/modules/enumerate_drupal_modules_result.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/cms/resources/drupal/resources/modules/modules_file_size.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/plugins/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/plugins/detection_source.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/plugins/enumerate_wordpress_plugins_config.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/plugins/enumerate_wordpress_plugins_report.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/plugins/enumerate_wordpress_plugins_result.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/plugins/plugins_file_size.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/plugins/wordpress_api_response.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/plugins/wordpress_plugin_details.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/cms/resources/wordpress/resources/plugins/wordpress_plugins_target.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/containerregistry/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/container_image.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/container_repository.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/docker_catalog_response.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/docker_manifest_descriptor.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/docker_manifest_v_2.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/docker_tags_response.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/enumerate_docker_config.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/enumerate_docker_report.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/enumerate_docker_result.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/containerregistry/resources/docker/enumerate_docker_results.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/general/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/general/resources/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/general/resources/ratelimit/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/general/resources/ratelimit/enumerate_rate_limit_config.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/general/resources/ratelimit/enumerate_rate_limit_report.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/general/resources/ratelimit/enumerate_rate_limit_result.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/general/resources/ratelimit/rate_limit_attempt.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/general/resources/ratelimit/rate_limit_target.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/javascript/enumerate_javascript_config.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/javascript/enumerate_javascript_report.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/javascript/javascript_artifact_kind.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/kube/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/kube/resources/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/kube/resources/kube/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/kube/resources/kube/enumerate_kube_config.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/kube/resources/kube/enumerate_kube_report.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/resources/kube/resources/kube/enumerate_kube_result.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/application/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/application/resources/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/application/resources/dast/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/application/resources/dast/pentest_application_dast_category.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/application/resources/dast/pentest_application_dast_config.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/application/resources/dast/pentest_application_dast_report.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/application/resources/dast/pentest_application_dast_result.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/application/resources/scan/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/cve/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/cve/pentest_application_cve_config.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/cve/pentest_application_cve_report.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/cve/pentest_application_cve_result.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/misconfiguration/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/misconfiguration/misconfiguration_category.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/misconfiguration/pentest_application_misconfiguration_config.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/misconfiguration/pentest_application_misconfiguration_report.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/misconfiguration/pentest_application_misconfiguration_result.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/technology/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/technology/pentest_application_technology_config.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/technology/pentest_application_technology_report.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/technology/pentest_application_technology_result.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/application/resources/scan/resources/technology/technology_type.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/cms/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/cms/resources/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/plugindeploy/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/plugindeploy/pentest_cms_wordpress_plugin_deploy_config.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/plugindeploy/pentest_cms_wordpress_plugin_deploy_outcome.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/plugindeploy/pentest_cms_wordpress_plugin_deploy_report.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/plugindeploy/pentest_cms_wordpress_plugin_deploy_result.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/plugindeploy/pentest_cms_wordpress_plugin_deploy_step.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/plugindeploy/pentest_cms_wordpress_plugin_deploy_target_result.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/plugindeploy/pentest_cms_wordpress_plugin_deploy_upload_method.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/wploginbruteforce/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/wploginbruteforce/pentest_cms_wordpress_wp_login_bruteforce_config.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/wploginbruteforce/pentest_cms_wordpress_wp_login_bruteforce_report.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/wploginbruteforce/wp_login_bruteforce_attempt.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/wploginbruteforce/wp_login_bruteforce_attempt_outcome.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/wploginbruteforce/wp_login_bruteforce_result.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/wploginbruteforce/wp_login_bruteforce_target.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcbruteforce/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcbruteforce/pentest_cms_wordpress_xmlrpc_bruteforce_config.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcbruteforce/pentest_cms_wordpress_xmlrpc_bruteforce_report.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcbruteforce/xmlrpc_bruteforce_attempt.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcbruteforce/xmlrpc_bruteforce_result.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcbruteforce/xmlrpc_bruteforce_target.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionsexposed/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionsexposed/pentest_cms_wordpress_xmlrpc_functions_exposed_config.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionsexposed/pentest_cms_wordpress_xmlrpc_functions_exposed_report.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionsexposed/xmlrpc_functions_exposed_attempt.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionsexposed/xmlrpc_functions_exposed_result.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionsexposed/xmlrpc_functions_exposed_target.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/route/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/route/resources/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/route/resources/staticassettakeover/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/route/resources/staticassettakeover/pentest_route_static_asset_takeover_config.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/route/resources/staticassettakeover/pentest_route_static_asset_takeover_report.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/route/resources/staticassettakeover/pentest_route_static_asset_takeover_result.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/route/resources/staticassettakeover/static_asset_takeover_fingerprint.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/route/resources/staticassettakeover/static_asset_takeover_static_request.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/route/resources/staticassettakeover/static_asset_takeover_test.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/route/resources/staticassettakeover/static_asset_takeover_vulnerable_details.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/waf/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/waf/resources/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/__init__.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/pentest_waf_detect_config.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/pentest_waf_detect_report.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/waf_detect_attempt.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/waf_detect_result.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/waf_detect_target.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/waf_detected.py +0 -0
- {methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/pentest/resources/waf/resources/detect/waf_rule_category_enum.py +0 -0
{methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/enumerate/__init__.py
RENAMED
|
@@ -6,8 +6,10 @@ from .resources import (
|
|
|
6
6
|
EnumerateJavascriptConfig,
|
|
7
7
|
EnumerateJavascriptReport,
|
|
8
8
|
EnumerateJavascriptResult,
|
|
9
|
+
JavascriptApplicationDetails,
|
|
9
10
|
JavascriptArtifact,
|
|
10
11
|
JavascriptArtifactKind,
|
|
12
|
+
JavascriptBundleDetails,
|
|
11
13
|
JavascriptEndpoint,
|
|
12
14
|
JavascriptSecret,
|
|
13
15
|
apiapplication,
|
|
@@ -22,8 +24,10 @@ __all__ = [
|
|
|
22
24
|
"EnumerateJavascriptConfig",
|
|
23
25
|
"EnumerateJavascriptReport",
|
|
24
26
|
"EnumerateJavascriptResult",
|
|
27
|
+
"JavascriptApplicationDetails",
|
|
25
28
|
"JavascriptArtifact",
|
|
26
29
|
"JavascriptArtifactKind",
|
|
30
|
+
"JavascriptBundleDetails",
|
|
27
31
|
"JavascriptEndpoint",
|
|
28
32
|
"JavascriptSecret",
|
|
29
33
|
"apiapplication",
|
|
@@ -7,8 +7,10 @@ from .javascript import (
|
|
|
7
7
|
EnumerateJavascriptConfig,
|
|
8
8
|
EnumerateJavascriptReport,
|
|
9
9
|
EnumerateJavascriptResult,
|
|
10
|
+
JavascriptApplicationDetails,
|
|
10
11
|
JavascriptArtifact,
|
|
11
12
|
JavascriptArtifactKind,
|
|
13
|
+
JavascriptBundleDetails,
|
|
12
14
|
JavascriptEndpoint,
|
|
13
15
|
JavascriptSecret,
|
|
14
16
|
)
|
|
@@ -17,8 +19,10 @@ __all__ = [
|
|
|
17
19
|
"EnumerateJavascriptConfig",
|
|
18
20
|
"EnumerateJavascriptReport",
|
|
19
21
|
"EnumerateJavascriptResult",
|
|
22
|
+
"JavascriptApplicationDetails",
|
|
20
23
|
"JavascriptArtifact",
|
|
21
24
|
"JavascriptArtifactKind",
|
|
25
|
+
"JavascriptBundleDetails",
|
|
22
26
|
"JavascriptEndpoint",
|
|
23
27
|
"JavascriptSecret",
|
|
24
28
|
"apiapplication",
|
|
@@ -5,8 +5,10 @@
|
|
|
5
5
|
from .enumerate_javascript_config import EnumerateJavascriptConfig
|
|
6
6
|
from .enumerate_javascript_report import EnumerateJavascriptReport
|
|
7
7
|
from .enumerate_javascript_result import EnumerateJavascriptResult
|
|
8
|
+
from .javascript_application_details import JavascriptApplicationDetails
|
|
8
9
|
from .javascript_artifact import JavascriptArtifact
|
|
9
10
|
from .javascript_artifact_kind import JavascriptArtifactKind
|
|
11
|
+
from .javascript_bundle_details import JavascriptBundleDetails
|
|
10
12
|
from .javascript_endpoint import JavascriptEndpoint
|
|
11
13
|
from .javascript_secret import JavascriptSecret
|
|
12
14
|
|
|
@@ -14,8 +16,10 @@ __all__ = [
|
|
|
14
16
|
"EnumerateJavascriptConfig",
|
|
15
17
|
"EnumerateJavascriptReport",
|
|
16
18
|
"EnumerateJavascriptResult",
|
|
19
|
+
"JavascriptApplicationDetails",
|
|
17
20
|
"JavascriptArtifact",
|
|
18
21
|
"JavascriptArtifactKind",
|
|
22
|
+
"JavascriptBundleDetails",
|
|
19
23
|
"JavascriptEndpoint",
|
|
20
24
|
"JavascriptSecret",
|
|
21
25
|
]
|
|
@@ -0,0 +1,25 @@
|
|
|
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 .javascript_application_details import JavascriptApplicationDetails
|
|
8
|
+
from .javascript_endpoint import JavascriptEndpoint
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class EnumerateJavascriptResult(UniversalBaseModel):
|
|
12
|
+
targets: typing.List[str]
|
|
13
|
+
web_applications: typing.Optional[typing.List[JavascriptApplicationDetails]] = pydantic.Field(
|
|
14
|
+
alias="webApplications", default=None
|
|
15
|
+
)
|
|
16
|
+
unrooted_endpoints: typing.Optional[typing.List[JavascriptEndpoint]] = pydantic.Field(
|
|
17
|
+
alias="unrootedEndpoints", default=None
|
|
18
|
+
)
|
|
19
|
+
|
|
20
|
+
if IS_PYDANTIC_V2:
|
|
21
|
+
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="forbid") # type: ignore # Pydantic v2
|
|
22
|
+
else:
|
|
23
|
+
|
|
24
|
+
class Config:
|
|
25
|
+
extra = pydantic.Extra.forbid
|
|
@@ -5,14 +5,16 @@ import typing
|
|
|
5
5
|
import pydantic
|
|
6
6
|
from .....core.pydantic_utilities import IS_PYDANTIC_V2, UniversalBaseModel
|
|
7
7
|
from .javascript_artifact import JavascriptArtifact
|
|
8
|
+
from .javascript_bundle_details import JavascriptBundleDetails
|
|
8
9
|
from .javascript_endpoint import JavascriptEndpoint
|
|
9
10
|
from .javascript_secret import JavascriptSecret
|
|
10
11
|
|
|
11
12
|
|
|
12
|
-
class
|
|
13
|
-
|
|
13
|
+
class JavascriptApplicationDetails(UniversalBaseModel):
|
|
14
|
+
base_url: str = pydantic.Field(alias="baseUrl")
|
|
15
|
+
pages: typing.Optional[typing.List[JavascriptArtifact]] = None
|
|
16
|
+
bundles: typing.Optional[JavascriptBundleDetails] = None
|
|
14
17
|
base_url_candidates: typing.Optional[typing.List[str]] = pydantic.Field(alias="baseUrlCandidates", default=None)
|
|
15
|
-
artifacts: typing.Optional[typing.List[JavascriptArtifact]] = None
|
|
16
18
|
endpoints: typing.Optional[typing.List[JavascriptEndpoint]] = None
|
|
17
19
|
secrets: typing.Optional[typing.List[JavascriptSecret]] = None
|
|
18
20
|
|
|
@@ -13,7 +13,6 @@ class JavascriptArtifact(UniversalBaseModel):
|
|
|
13
13
|
size_bytes: int = pydantic.Field(alias="sizeBytes")
|
|
14
14
|
status_code: typing.Optional[int] = pydantic.Field(alias="statusCode", default=None)
|
|
15
15
|
content_type: typing.Optional[str] = pydantic.Field(alias="contentType", default=None)
|
|
16
|
-
analyzed: bool
|
|
17
16
|
discovered_from: typing.Optional[str] = pydantic.Field(alias="discoveredFrom", default=None)
|
|
18
17
|
reference_count: typing.Optional[int] = pydantic.Field(alias="referenceCount", default=None)
|
|
19
18
|
|
|
@@ -0,0 +1,19 @@
|
|
|
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 .javascript_artifact import JavascriptArtifact
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class JavascriptBundleDetails(UniversalBaseModel):
|
|
11
|
+
local: typing.Optional[typing.List[JavascriptArtifact]] = None
|
|
12
|
+
remote: typing.Optional[typing.List[JavascriptArtifact]] = None
|
|
13
|
+
|
|
14
|
+
if IS_PYDANTIC_V2:
|
|
15
|
+
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="forbid") # type: ignore # Pydantic v2
|
|
16
|
+
else:
|
|
17
|
+
|
|
18
|
+
class Config:
|
|
19
|
+
extra = pydantic.Extra.forbid
|
|
@@ -9,14 +9,12 @@ from ....common.resources.http.http_method import HttpMethod
|
|
|
9
9
|
|
|
10
10
|
class JavascriptEndpoint(UniversalBaseModel):
|
|
11
11
|
path: str
|
|
12
|
-
base_url: typing.Optional[str] = pydantic.Field(alias="baseUrl", default=None)
|
|
13
12
|
method: typing.Optional[HttpMethod] = None
|
|
14
13
|
query_params: typing.Optional[typing.List[str]] = pydantic.Field(alias="queryParams", default=None)
|
|
15
14
|
body_params: typing.Optional[typing.List[str]] = pydantic.Field(alias="bodyParams", default=None)
|
|
16
15
|
content_type: typing.Optional[str] = pydantic.Field(alias="contentType", default=None)
|
|
17
16
|
call_expression: typing.Optional[str] = pydantic.Field(alias="callExpression", default=None)
|
|
18
17
|
source_url: str = pydantic.Field(alias="sourceUrl")
|
|
19
|
-
rooted: bool
|
|
20
18
|
|
|
21
19
|
if IS_PYDANTIC_V2:
|
|
22
20
|
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="forbid") # type: ignore # Pydantic v2
|
|
@@ -8,8 +8,10 @@ from .....core.pydantic_utilities import IS_PYDANTIC_V2, UniversalBaseModel
|
|
|
8
8
|
|
|
9
9
|
class JavascriptSecret(UniversalBaseModel):
|
|
10
10
|
kind: str
|
|
11
|
+
name: typing.Optional[str] = None
|
|
11
12
|
value: typing.Optional[str] = None
|
|
12
|
-
|
|
13
|
+
attributes: typing.Optional[typing.Dict[str, str]] = None
|
|
14
|
+
context: typing.Optional[typing.Dict[str, str]] = None
|
|
13
15
|
source_url: str = pydantic.Field(alias="sourceUrl")
|
|
14
16
|
|
|
15
17
|
if IS_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
|
{methodwebscan-0.27.0 → methodwebscan-0.27.1}/src/methodwebscan/resources/common/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{methodwebscan-0.27.0 → methodwebscan-0.27.1}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|