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: design/profile.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -23,13 +23,12 @@ Profiles are YAML files with three main top level directives: `client`, `server`
23
23
| Option | Description | Required | Type |
24
24
|--------|-------------|----------|------|
25
25
|`user_agent`| The user agent to use when making HTTP requests | Yes | String |
26
-
<!-- | `encoding` | The encoding to use when sending encrypted data to the C2. | Yes | One of: `base64`, `hex` | -->
27
26
|`sleep_time`| The number of seconds to sleep between each HTTP request | Yes | Integer |
28
27
|`jitter`| % jitter. The implant will sleep for a random amount of time between `sleep` and `sleep * (1 + jitter)`| Yes | Float, `[0, 0.99]`|
29
28
|`max_retries`| The maximum number of times to retry a request before giving up | Yes | Integer |
30
29
|`auto_self_destruct`| Whether or not to self destruct on failed checkins. If set to true, the implant will delete itself after `max_retries` failed checkins. | Yes | Boolean |
31
30
|`retry_wait`| The number of seconds to wait before retrying a request. | Yes | Integer |
32
-
|`retry_jitter`| % jitter. The implant will wait for a random amount of time between `retry_wait` and `retry_wait * (1 + retry_jitter)`| Yes | Float, `[0, 0.99]`|
31
+
|`retry_jitter`| % jitter. Between checkins, the implant will wait for a random amount of time between `retry_wait` and `retry_wait * (1 + retry_jitter)`| Yes | Float, `[0, 0.99]`|
33
32
|`tailoring_hashes`| A list of hashes to use for payload tailoring. | Yes | List of strings |
34
33
|`tailoring_hash_function`| The hash function to use for payload tailoring. | Yes | One of: `sha256`, `md5`|
35
34
|`tailoring_hash_rounds`| The number of hash rounds to use for payload tailoring. | Yes | Integer |
0 commit comments