prelude-cli-beta 1398__py3-none-any.whl → 1402__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.

Potentially problematic release.


This version of prelude-cli-beta might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: prelude-cli-beta
3
- Version: 1398
3
+ Version: 1402
4
4
  Summary: For interacting with the Prelude SDK
5
5
  Home-page: https://github.com/preludeorg
6
6
  Author: Prelude Research
@@ -11,7 +11,7 @@ Classifier: Operating System :: OS Independent
11
11
  Requires-Python: >=3.10
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
- Requires-Dist: prelude-sdk==2.6.13a1398
14
+ Requires-Dist: prelude-sdk==2.6.13a1402
15
15
  Requires-Dist: click>8
16
16
  Requires-Dist: rich
17
17
  Requires-Dist: python-dateutil
@@ -0,0 +1,20 @@
1
+ prelude_cli_beta/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ prelude_cli_beta/cli.py,sha256=uxX3WkgjEu7gSSFVtcPA-sCPoaS-2L81OfKveM3ia2I,1239
3
+ prelude_cli_beta/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ prelude_cli_beta/views/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ prelude_cli_beta/views/auth.py,sha256=frbmcuQhVFRLibQBJEDppiRPdDBjGHCycUEaqIIkIhE,1859
6
+ prelude_cli_beta/views/build.py,sha256=casUGNyvBvE8uM9Cw1PjGQUFqLb1Rg29d_ZbZOPmmhw,16488
7
+ prelude_cli_beta/views/configure.py,sha256=saj0kR9mQqBp7cCmq-yfEr3UwZCZIV1vL8WDQLDAO7o,991
8
+ prelude_cli_beta/views/detect.py,sha256=sHc2P4kqZwrnlfxCP6JI1PjWQ3Hzky4xeNWFlZDZNWs,12992
9
+ prelude_cli_beta/views/generate.py,sha256=xSy0TN6wtUV5_rDolPdPPI0dp5wZC9nxhmLG0YVLc70,4664
10
+ prelude_cli_beta/views/iam.py,sha256=Q8Q4vWxpTRWtbXBUMeIDWT69UklihrFdtVpHaJTwGPU,9998
11
+ prelude_cli_beta/views/jobs.py,sha256=8F6BiPoYj3LADHa8gpbbrd2eVLetsI1g-N98i8AyPq8,1440
12
+ prelude_cli_beta/views/partner.py,sha256=MlcqOVDANtwBHUqGD-nROEGmptb6741HPUcFU6RF_as,6364
13
+ prelude_cli_beta/views/scm.py,sha256=4x5EwP0HyuiOe_Lops8qCTX52pj1y7mTGbc11FbWZHM,14000
14
+ prelude_cli_beta/views/shared.py,sha256=ZKvY8N1Vi6RtEbJli5PDzJ9R6L_bX2F27n1tm6Knvgs,1101
15
+ prelude_cli_beta-1402.dist-info/licenses/LICENSE,sha256=ttdT5omfN6LNmtQoIjUhkkFhz6i44SDMRNwKrbfyTf8,1069
16
+ prelude_cli_beta-1402.dist-info/METADATA,sha256=fwQdkYxkZYwz5RJwphsZAxQPzW63BCEVifkJkrRBwC8,995
17
+ prelude_cli_beta-1402.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
18
+ prelude_cli_beta-1402.dist-info/entry_points.txt,sha256=WowrC6fz2D6S8S-5OY0g-bxUGGSZZ_Z6KzSXXd34pC4,88
19
+ prelude_cli_beta-1402.dist-info/top_level.txt,sha256=j50aCGsQamLMiQh9PcolDBCAeUJzi9y08e0i9Gqshkk,17
20
+ prelude_cli_beta-1402.dist-info/RECORD,,
@@ -1,3 +1,3 @@
1
1
  [console_scripts]
2
2
  prelude = prelude_cli.cli:cli
3
- prelude-beta = prelude_cli.cli:cli
3
+ prelude-beta = prelude_cli_beta.cli:cli
@@ -0,0 +1 @@
1
+ prelude_cli_beta
@@ -1,28 +0,0 @@
1
- # $NAME
2
-
3
- This section should describe the test, provide some background information (such as historical in-the-wild usage by threat actors or APTs), and briefly illustrate the test's intention, objective, and techniques utilized to achieve them. This section should NOT be too technical or overly long; a small paragraph should be sufficient.
4
-
5
- ## How
6
-
7
- > Safety: This section should contain an advisory statement that positively declares that the VST does not negatively affect the tested system in any way.
8
-
9
- Steps:
10
-
11
- 1. This section enumerates the individual, atomic steps by which ...
12
- 2. ... the probe attempts to achieve the intended effect of the test ...
13
- 3. ... and thereby perform evaluation of any resident security solutions.
14
-
15
- Example Output:
16
- ```bash
17
- [$ID] Starting test at: $TIME
18
- [$ID] Host is vulnerable, continuing with technique execution
19
- [$ID] Completed with code: 101
20
- [$ID] Ending test at: $TIME
21
- ```
22
-
23
- ## Resolution
24
-
25
- If this test fails:
26
-
27
- * Bulleted list of recommendations that the testing organization SHOULD consider ...
28
- * ... based upon the nature of the test, as well as the point of failure.
@@ -1,24 +0,0 @@
1
- /*
2
- ID: $ID
3
- NAME: $NAME
4
- TECHNIQUE: $TECHNIQUE
5
- UNIT: $UNIT
6
- CREATED: $TIME
7
- */
8
- package main
9
-
10
- import (
11
- Endpoint "github.com/preludeorg/libraries/go/tests/endpoint"
12
- )
13
-
14
- func test() {
15
- Endpoint.Stop(Endpoint.TestCompletedNormally)
16
- }
17
-
18
- func clean() {
19
- Endpoint.Say("Cleaning up")
20
- }
21
-
22
- func main() {
23
- Endpoint.Start(test, clean)
24
- }
@@ -1,22 +0,0 @@
1
- prelude_cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- prelude_cli/cli.py,sha256=uxX3WkgjEu7gSSFVtcPA-sCPoaS-2L81OfKveM3ia2I,1239
3
- prelude_cli/templates/README.md,sha256=uSrjMIA4dmO5gNu_KvZHVOL0gdm39nL6OJQQT8L-zhg,1120
4
- prelude_cli/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- prelude_cli/templates/template.go,sha256=1HAYJmM842MjiH_hnXtYMHYAuqZES4njWa4dtbZ9A_0,319
6
- prelude_cli/views/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- prelude_cli/views/auth.py,sha256=frbmcuQhVFRLibQBJEDppiRPdDBjGHCycUEaqIIkIhE,1859
8
- prelude_cli/views/build.py,sha256=casUGNyvBvE8uM9Cw1PjGQUFqLb1Rg29d_ZbZOPmmhw,16488
9
- prelude_cli/views/configure.py,sha256=saj0kR9mQqBp7cCmq-yfEr3UwZCZIV1vL8WDQLDAO7o,991
10
- prelude_cli/views/detect.py,sha256=sHc2P4kqZwrnlfxCP6JI1PjWQ3Hzky4xeNWFlZDZNWs,12992
11
- prelude_cli/views/generate.py,sha256=xSy0TN6wtUV5_rDolPdPPI0dp5wZC9nxhmLG0YVLc70,4664
12
- prelude_cli/views/iam.py,sha256=Q8Q4vWxpTRWtbXBUMeIDWT69UklihrFdtVpHaJTwGPU,9998
13
- prelude_cli/views/jobs.py,sha256=8F6BiPoYj3LADHa8gpbbrd2eVLetsI1g-N98i8AyPq8,1440
14
- prelude_cli/views/partner.py,sha256=MlcqOVDANtwBHUqGD-nROEGmptb6741HPUcFU6RF_as,6364
15
- prelude_cli/views/scm.py,sha256=4x5EwP0HyuiOe_Lops8qCTX52pj1y7mTGbc11FbWZHM,14000
16
- prelude_cli/views/shared.py,sha256=ZKvY8N1Vi6RtEbJli5PDzJ9R6L_bX2F27n1tm6Knvgs,1101
17
- prelude_cli_beta-1398.dist-info/licenses/LICENSE,sha256=ttdT5omfN6LNmtQoIjUhkkFhz6i44SDMRNwKrbfyTf8,1069
18
- prelude_cli_beta-1398.dist-info/METADATA,sha256=xF6MKbaACRDcJdY9YmK1BImKXFfI5e2QnZD39xjrOCk,995
19
- prelude_cli_beta-1398.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
20
- prelude_cli_beta-1398.dist-info/entry_points.txt,sha256=Jp0nH22d610xJx8dZG4TiFMUYFTy3HDuvQrqz_ae9-U,83
21
- prelude_cli_beta-1398.dist-info/top_level.txt,sha256=tPjI9IbMelcZ6RUw_gqloIqK_C2yr7NJ6v6mI88xwHM,12
22
- prelude_cli_beta-1398.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- prelude_cli
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes