methodwebscan 0.0.131__py3-none-any.whl → 0.0.133__py3-none-any.whl

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.
Files changed (13) hide show
  1. methodwebscan/resources/discover/resources/application/discover_application_config.py +1 -0
  2. methodwebscan/resources/pentest/resources/cms/resources/wordpress/__init__.py +12 -12
  3. methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/__init__.py +13 -13
  4. methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionsexposed/__init__.py +15 -0
  5. methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/{xmlrpcfunctionauth/pentest_cms_wordpress_xmlrpc_function_auth_config.py → xmlrpcfunctionsexposed/pentest_cms_wordpress_xmlrpc_functions_exposed_config.py} +1 -1
  6. methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/{xmlrpcfunctionauth/pentest_cms_wordpress_xmlrpc_function_auth_report.py → xmlrpcfunctionsexposed/pentest_cms_wordpress_xmlrpc_functions_exposed_report.py} +5 -5
  7. methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/{xmlrpcfunctionauth/xmlrpc_function_auth_attempt.py → xmlrpcfunctionsexposed/xmlrpc_functions_exposed_attempt.py} +1 -1
  8. methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/{xmlrpcfunctionauth/xmlrpc_function_auth_result.py → xmlrpcfunctionsexposed/xmlrpc_functions_exposed_result.py} +3 -3
  9. methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/{xmlrpcfunctionauth/xmlrpc_function_auth_target.py → xmlrpcfunctionsexposed/xmlrpc_functions_exposed_target.py} +4 -4
  10. {methodwebscan-0.0.131.dist-info → methodwebscan-0.0.133.dist-info}/METADATA +1 -1
  11. {methodwebscan-0.0.131.dist-info → methodwebscan-0.0.133.dist-info}/RECORD +12 -12
  12. methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionauth/__init__.py +0 -15
  13. {methodwebscan-0.0.131.dist-info → methodwebscan-0.0.133.dist-info}/WHEEL +0 -0
@@ -14,6 +14,7 @@ class DiscoverApplicationConfig(UniversalBaseModel):
14
14
  max_redirects: int = pydantic.Field(alias="maxRedirects")
15
15
  verify_tls: bool = pydantic.Field(alias="verifyTls")
16
16
  timeout: int
17
+ threads: int
17
18
 
18
19
  if IS_PYDANTIC_V2:
19
20
  model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow") # type: ignore # Pydantic v2
@@ -1,19 +1,19 @@
1
1
  # This file was auto-generated by Fern from our API Definition.
2
2
 
3
3
  from .resources import (
4
- PentestCmsWordpressXmlrpcFunctionAuthConfig,
5
- PentestCmsWordpressXmlrpcFunctionAuthReport,
6
- XmlrpcFunctionAuthAttempt,
7
- XmlrpcFunctionAuthResult,
8
- XmlrpcFunctionAuthTarget,
9
- xmlrpcfunctionauth,
4
+ PentestCmsWordpressXmlrpcFunctionsExposedConfig,
5
+ PentestCmsWordpressXmlrpcFunctionsExposedReport,
6
+ XmlrpcFunctionsExposedAttempt,
7
+ XmlrpcFunctionsExposedResult,
8
+ XmlrpcFunctionsExposedTarget,
9
+ xmlrpcfunctionsexposed,
10
10
  )
11
11
 
12
12
  __all__ = [
13
- "PentestCmsWordpressXmlrpcFunctionAuthConfig",
14
- "PentestCmsWordpressXmlrpcFunctionAuthReport",
15
- "XmlrpcFunctionAuthAttempt",
16
- "XmlrpcFunctionAuthResult",
17
- "XmlrpcFunctionAuthTarget",
18
- "xmlrpcfunctionauth",
13
+ "PentestCmsWordpressXmlrpcFunctionsExposedConfig",
14
+ "PentestCmsWordpressXmlrpcFunctionsExposedReport",
15
+ "XmlrpcFunctionsExposedAttempt",
16
+ "XmlrpcFunctionsExposedResult",
17
+ "XmlrpcFunctionsExposedTarget",
18
+ "xmlrpcfunctionsexposed",
19
19
  ]
@@ -1,19 +1,19 @@
1
1
  # This file was auto-generated by Fern from our API Definition.
2
2
 
3
- from . import xmlrpcfunctionauth
4
- from .xmlrpcfunctionauth import (
5
- PentestCmsWordpressXmlrpcFunctionAuthConfig,
6
- PentestCmsWordpressXmlrpcFunctionAuthReport,
7
- XmlrpcFunctionAuthAttempt,
8
- XmlrpcFunctionAuthResult,
9
- XmlrpcFunctionAuthTarget,
3
+ from . import xmlrpcfunctionsexposed
4
+ from .xmlrpcfunctionsexposed import (
5
+ PentestCmsWordpressXmlrpcFunctionsExposedConfig,
6
+ PentestCmsWordpressXmlrpcFunctionsExposedReport,
7
+ XmlrpcFunctionsExposedAttempt,
8
+ XmlrpcFunctionsExposedResult,
9
+ XmlrpcFunctionsExposedTarget,
10
10
  )
11
11
 
12
12
  __all__ = [
13
- "PentestCmsWordpressXmlrpcFunctionAuthConfig",
14
- "PentestCmsWordpressXmlrpcFunctionAuthReport",
15
- "XmlrpcFunctionAuthAttempt",
16
- "XmlrpcFunctionAuthResult",
17
- "XmlrpcFunctionAuthTarget",
18
- "xmlrpcfunctionauth",
13
+ "PentestCmsWordpressXmlrpcFunctionsExposedConfig",
14
+ "PentestCmsWordpressXmlrpcFunctionsExposedReport",
15
+ "XmlrpcFunctionsExposedAttempt",
16
+ "XmlrpcFunctionsExposedResult",
17
+ "XmlrpcFunctionsExposedTarget",
18
+ "xmlrpcfunctionsexposed",
19
19
  ]
@@ -0,0 +1,15 @@
1
+ # This file was auto-generated by Fern from our API Definition.
2
+
3
+ from .pentest_cms_wordpress_xmlrpc_functions_exposed_config import PentestCmsWordpressXmlrpcFunctionsExposedConfig
4
+ from .pentest_cms_wordpress_xmlrpc_functions_exposed_report import PentestCmsWordpressXmlrpcFunctionsExposedReport
5
+ from .xmlrpc_functions_exposed_attempt import XmlrpcFunctionsExposedAttempt
6
+ from .xmlrpc_functions_exposed_result import XmlrpcFunctionsExposedResult
7
+ from .xmlrpc_functions_exposed_target import XmlrpcFunctionsExposedTarget
8
+
9
+ __all__ = [
10
+ "PentestCmsWordpressXmlrpcFunctionsExposedConfig",
11
+ "PentestCmsWordpressXmlrpcFunctionsExposedReport",
12
+ "XmlrpcFunctionsExposedAttempt",
13
+ "XmlrpcFunctionsExposedResult",
14
+ "XmlrpcFunctionsExposedTarget",
15
+ ]
@@ -6,7 +6,7 @@ import pydantic
6
6
  from .........core.pydantic_utilities import IS_PYDANTIC_V2
7
7
 
8
8
 
9
- class PentestCmsWordpressXmlrpcFunctionAuthConfig(UniversalBaseModel):
9
+ class PentestCmsWordpressXmlrpcFunctionsExposedConfig(UniversalBaseModel):
10
10
  targets: typing.List[str]
11
11
  successful_only: bool = pydantic.Field(alias="successfulOnly")
12
12
  verify_tls: bool = pydantic.Field(alias="verifyTls")
@@ -1,16 +1,16 @@
1
1
  # This file was auto-generated by Fern from our API Definition.
2
2
 
3
3
  from .........core.pydantic_utilities import UniversalBaseModel
4
- from .xmlrpc_function_auth_result import XmlrpcFunctionAuthResult
5
- from .pentest_cms_wordpress_xmlrpc_function_auth_config import PentestCmsWordpressXmlrpcFunctionAuthConfig
4
+ from .xmlrpc_functions_exposed_result import XmlrpcFunctionsExposedResult
5
+ from .pentest_cms_wordpress_xmlrpc_functions_exposed_config import PentestCmsWordpressXmlrpcFunctionsExposedConfig
6
6
  import typing
7
7
  from .........core.pydantic_utilities import IS_PYDANTIC_V2
8
8
  import pydantic
9
9
 
10
10
 
11
- class PentestCmsWordpressXmlrpcFunctionAuthReport(UniversalBaseModel):
12
- result: XmlrpcFunctionAuthResult
13
- config: PentestCmsWordpressXmlrpcFunctionAuthConfig
11
+ class PentestCmsWordpressXmlrpcFunctionsExposedReport(UniversalBaseModel):
12
+ result: XmlrpcFunctionsExposedResult
13
+ config: PentestCmsWordpressXmlrpcFunctionsExposedConfig
14
14
  errors: typing.Optional[typing.List[str]] = None
15
15
 
16
16
  if IS_PYDANTIC_V2:
@@ -7,7 +7,7 @@ from .........core.pydantic_utilities import IS_PYDANTIC_V2
7
7
  import typing
8
8
 
9
9
 
10
- class XmlrpcFunctionAuthAttempt(UniversalBaseModel):
10
+ class XmlrpcFunctionsExposedAttempt(UniversalBaseModel):
11
11
  function_name: str = pydantic.Field(alias="functionName")
12
12
  request: HttpRequestResponse
13
13
  finding: bool
@@ -2,13 +2,13 @@
2
2
 
3
3
  from .........core.pydantic_utilities import UniversalBaseModel
4
4
  import typing
5
- from .xmlrpc_function_auth_target import XmlrpcFunctionAuthTarget
5
+ from .xmlrpc_functions_exposed_target import XmlrpcFunctionsExposedTarget
6
6
  from .........core.pydantic_utilities import IS_PYDANTIC_V2
7
7
  import pydantic
8
8
 
9
9
 
10
- class XmlrpcFunctionAuthResult(UniversalBaseModel):
11
- targets: typing.Optional[typing.List[XmlrpcFunctionAuthTarget]] = None
10
+ class XmlrpcFunctionsExposedResult(UniversalBaseModel):
11
+ targets: typing.Optional[typing.List[XmlrpcFunctionsExposedTarget]] = None
12
12
 
13
13
  if IS_PYDANTIC_V2:
14
14
  model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow") # type: ignore # Pydantic v2
@@ -4,15 +4,15 @@ from .........core.pydantic_utilities import UniversalBaseModel
4
4
  from ........common.resources.http.http_request_response import HttpRequestResponse
5
5
  import pydantic
6
6
  import typing
7
- from .xmlrpc_function_auth_attempt import XmlrpcFunctionAuthAttempt
7
+ from .xmlrpc_functions_exposed_attempt import XmlrpcFunctionsExposedAttempt
8
8
  from .........core.pydantic_utilities import IS_PYDANTIC_V2
9
9
 
10
10
 
11
- class XmlrpcFunctionAuthTarget(UniversalBaseModel):
11
+ class XmlrpcFunctionsExposedTarget(UniversalBaseModel):
12
12
  target: str
13
13
  function_grab_request: HttpRequestResponse = pydantic.Field(alias="functionGrabRequest")
14
- function_auth_attempts: typing.Optional[typing.List[XmlrpcFunctionAuthAttempt]] = pydantic.Field(
15
- alias="functionAuthAttempts", default=None
14
+ functions_exposed_attempts: typing.Optional[typing.List[XmlrpcFunctionsExposedAttempt]] = pydantic.Field(
15
+ alias="functionsExposedAttempts", default=None
16
16
  )
17
17
 
18
18
  if IS_PYDANTIC_V2:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: methodwebscan
3
- Version: 0.0.131
3
+ Version: 0.0.133
4
4
  Summary:
5
5
  Requires-Python: >=3.8,<4.0
6
6
  Classifier: Intended Audience :: Developers
@@ -60,7 +60,7 @@ methodwebscan/resources/discover/resources/application/application_resource.py,s
60
60
  methodwebscan/resources/discover/resources/application/application_resource_config_type.py,sha256=QhGsXnfxaa0Dzh114gwiTB3jpp8t51Yrk0a-C5Ebq9U,311
61
61
  methodwebscan/resources/discover/resources/application/application_resource_type.py,sha256=Xt_xKWaVuxTHpEXokKieTQ51QOhr-UpQh6TEDms_Q4I,337
62
62
  methodwebscan/resources/discover/resources/application/application_resource_type_all.py,sha256=sRkPbetUqtIxZGqZGyo0tn0-uj2-RNhe3NL6K5GHVtQ,157
63
- methodwebscan/resources/discover/resources/application/discover_application_config.py,sha256=He5uTPumDBkRuxUbyr-AeYWe_zmNA2LHUDbcP1FPpjs,874
63
+ methodwebscan/resources/discover/resources/application/discover_application_config.py,sha256=CLUnhTcQFxRx5Y0kSoRxokMvr1ysOkaWD0FcA1q-5As,891
64
64
  methodwebscan/resources/discover/resources/application/discover_application_report.py,sha256=7Pmhlfzzs3X-n8i2gE3eL9jTOWk1kX3-OtH27hV3KzE,753
65
65
  methodwebscan/resources/discover/resources/application/discover_application_result.py,sha256=-EXI56DnL09BgliiSv4T0G76K2aBvZCDaC1t81owEyg,642
66
66
  methodwebscan/resources/discover/resources/page/__init__.py,sha256=ocIKb4gHwZwtOwH2gfT4wGOPCeXUXoaeOkjdeufC2CY,302
@@ -176,14 +176,14 @@ methodwebscan/resources/pentest/resources/application/resources/scan/resources/t
176
176
  methodwebscan/resources/pentest/resources/application/resources/scan/resources/technology/technology_type.py,sha256=52QQQ9fnNk9HHuWLGiGtB77PWMp-zGjZtgzUpMnwgUM,164
177
177
  methodwebscan/resources/pentest/resources/cms/__init__.py,sha256=RqnXWIyS78cDh6q3RiOEA2IPRstyvTUu83274zFH4lU,123
178
178
  methodwebscan/resources/pentest/resources/cms/resources/__init__.py,sha256=qxh2WrsmSezVZMc8C8hmkKX0lpuvXWzEZ9VOXlCRjdY,114
179
- methodwebscan/resources/pentest/resources/cms/resources/wordpress/__init__.py,sha256=w0AzLl_92aKsSM2H1qva_w7xLnH5idEwXCQKkp4XqWg,545
180
- methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/__init__.py,sha256=R4UF5Wy1wCym6cbUc78O-HQkNc2DusfhpYGW3RW9FG0,563
181
- methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionauth/__init__.py,sha256=45aFRhLnvfbtDKvcq_XOmFljq93sEJzOL2emjoc7TCg,693
182
- methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionauth/pentest_cms_wordpress_xmlrpc_function_auth_config.py,sha256=ZQAaWoccyEDTdpw0h5aAmEgBjEHYr0_HXH4LXYI20AU,719
183
- methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionauth/pentest_cms_wordpress_xmlrpc_function_auth_report.py,sha256=bLnax-oVNxivMgbQVQWBjy3nmPNVD8e1Q8i8s7egHz0,835
184
- methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionauth/xmlrpc_function_auth_attempt.py,sha256=acepH_LfamT7ayjsbmgl_CtbtMgKXuo0HzbAdXbkdAk,695
185
- methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionauth/xmlrpc_function_auth_result.py,sha256=-sD1cYJWNMMn2PTyKFuAdIYPXOjuDoaASjJlVaXCXe4,638
186
- methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionauth/xmlrpc_function_auth_target.py,sha256=MT2j0ZAr1nN7YtjAbOy185fKS_OJFq0LXg1UJ9mQmQI,917
179
+ methodwebscan/resources/pentest/resources/cms/resources/wordpress/__init__.py,sha256=ro-3HR8aNShT_q_yV3w-RWL6GueSJw-ploSQ69u2bpk,593
180
+ methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/__init__.py,sha256=UjtAvvITAkDAJtZFDuTDKox3ox73JAYyHFPUWVwW8r0,615
181
+ methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionsexposed/__init__.py,sha256=rqUWKBDnFKbn_GLcJBaCY0uwjUV2jCq88fXiG5ipzF8,753
182
+ methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionsexposed/pentest_cms_wordpress_xmlrpc_functions_exposed_config.py,sha256=UovGnDZiaq6_ecZPUZPSMkXXBxJlOqL4rNHzEObNrh0,723
183
+ methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionsexposed/pentest_cms_wordpress_xmlrpc_functions_exposed_report.py,sha256=ly1Jo_aLf6GP2Um2aBAKBgXEXrK39LqOenDx_GBq21U,863
184
+ methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionsexposed/xmlrpc_functions_exposed_attempt.py,sha256=nwsKbJZgRq4LQVmaoAS5_8xJoRzZ8yMb67uVRt1xSaM,699
185
+ methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionsexposed/xmlrpc_functions_exposed_result.py,sha256=8Ywug9TASzOZR9zOXUGs0q7YMjyn7DLOAZI8VVyLAxw,654
186
+ methodwebscan/resources/pentest/resources/cms/resources/wordpress/resources/xmlrpcfunctionsexposed/xmlrpc_functions_exposed_target.py,sha256=e3hWo-Qq6KeHW8gZvQzgForhekdYC8szBcYlEAzUsL4,941
187
187
  methodwebscan/resources/pentest/resources/route/__init__.py,sha256=3ymC03iM8VTGMlurLXMM649NljT_cYjTF-4W3eDFN1E,561
188
188
  methodwebscan/resources/pentest/resources/route/resources/__init__.py,sha256=e2VXTls84KhRzZ70DKL-WiJxJ3XDAyRwuaM_MujGwDc,580
189
189
  methodwebscan/resources/pentest/resources/route/resources/staticassettakeover/__init__.py,sha256=Wo7Ev2kN1SamrfgbCX684VTQ3Qc7TOTLU0QHOFcVai4,713
@@ -205,6 +205,6 @@ methodwebscan/resources/pentest/resources/waf/resources/detect/waf_detected.py,s
205
205
  methodwebscan/resources/pentest/resources/waf/resources/detect/waf_fingerprint.py,sha256=498nk-i5CG9-rcfoZTgV5wbTOKCSRiWhhLqgh2m_Ouk,739
206
206
  methodwebscan/resources/pentest/resources/waf/resources/detect/waf_provider_enum.py,sha256=zmRi7jk4Bj4z7jqSWHNet2v-vAwsVR4hac-5VioAeb0,231
207
207
  methodwebscan/resources/pentest/resources/waf/resources/detect/waf_rule_category_enum.py,sha256=RzZQd-XUtV6wpDmUCTiSwKLLVnSxTtyrAlnZwYq7DjU,166
208
- methodwebscan-0.0.131.dist-info/METADATA,sha256=JP0BI8q3ytUS6_AO87VPQWPRcn0khlFeE8PiHhEOTGk,932
209
- methodwebscan-0.0.131.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
210
- methodwebscan-0.0.131.dist-info/RECORD,,
208
+ methodwebscan-0.0.133.dist-info/METADATA,sha256=wj7N3ZSoDjpr89x1GSnB5jZaJxRpKeNvRMY6cCfJkxk,932
209
+ methodwebscan-0.0.133.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
210
+ methodwebscan-0.0.133.dist-info/RECORD,,
@@ -1,15 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- from .pentest_cms_wordpress_xmlrpc_function_auth_config import PentestCmsWordpressXmlrpcFunctionAuthConfig
4
- from .pentest_cms_wordpress_xmlrpc_function_auth_report import PentestCmsWordpressXmlrpcFunctionAuthReport
5
- from .xmlrpc_function_auth_attempt import XmlrpcFunctionAuthAttempt
6
- from .xmlrpc_function_auth_result import XmlrpcFunctionAuthResult
7
- from .xmlrpc_function_auth_target import XmlrpcFunctionAuthTarget
8
-
9
- __all__ = [
10
- "PentestCmsWordpressXmlrpcFunctionAuthConfig",
11
- "PentestCmsWordpressXmlrpcFunctionAuthReport",
12
- "XmlrpcFunctionAuthAttempt",
13
- "XmlrpcFunctionAuthResult",
14
- "XmlrpcFunctionAuthTarget",
15
- ]