You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,14 +63,13 @@ chmod a+x cdk
63
63
## Usage
64
64
```
65
65
Usage:
66
-
cdk evaluate [--full] [--profile=<name>]
66
+
cdk evaluate [--full]
67
67
cdk run (--list | <exploit> [<args>...])
68
68
cdk <tool> [<args>...]
69
69
70
70
Evaluate:
71
71
cdk evaluate Gather information to find weakness inside container.
72
72
cdk evaluate --full Enable file scan during information gathering.
73
-
cdk evaluate --profile=<name> Run a specific evaluation profile (basic, extended, additional).
74
73
75
74
Exploit:
76
75
cdk run --list List all available exploits.
@@ -104,9 +103,8 @@ CDK has three modules:
104
103
105
104
Usage
106
105
```
107
-
cdk evaluate [--full] [--profile=<name>]
106
+
cdk evaluate [--full]
108
107
```
109
-
This command runs the baseline profile by default. Use `--full` (alias for `--profile=extended`) to include file-system checks, or pick a specific profile with `--profile=basic`, `--profile=additional`, or `--profile=extended`.
0 commit comments