Skip to content

Commit 575582e

Browse files
committed
added in doco
1 parent 74fdb53 commit 575582e

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

+11-10
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,17 @@ Alternatively, you can pass targets in via STDIN and neither -t or -tL will be r
7373
# Variable Replacements
7474
The following variables will be replaced in commands at runtime:
7575

76-
| Variable | Replacement |
77-
|-----------|-------------------------------------------------------------------------|
78-
| \_target\_ | Replaced with the expanded target list that the current thread is running against |
79-
| \_cleantarget\_ | Replaced with target cleanded from http:// or https:// |
80-
| \_host\_ | Works the same as \_target\_, and can be used interchangeably |
81-
| \_output\_ | Replaced with the output folder variable from Interlace |
82-
| \_port\_ | Replaced with the expanded port variable from Interlace |
83-
| \_realport\_ | Replaced with the real port variable from Interlace |
84-
| \_proxy\_ | Replaced with the proxy list from Interlace |
85-
| \_random\_ | Replaced with the randomly chosen file from Interlace |
76+
| Variable | Replacement |
77+
|-----------------|---------------------------------------------------------------------------------------|
78+
| \_target\_ | Replaced with the expanded target list that the current thread is running against |
79+
| \_cleantarget\_ | Replaced with target cleaned from http:// or https:// |
80+
| \_safe-target\_ | Replaced with target automatically quoting for commands, stopping subcommands running |
81+
| \_host\_ | Works the same as \_target\_, and can be used interchangeably |
82+
| \_output\_ | Replaced with the output folder variable from Interlace |
83+
| \_port\_ | Replaced with the expanded port variable from Interlace |
84+
| \_realport\_ | Replaced with the real port variable from Interlace |
85+
| \_proxy\_ | Replaced with the proxy list from Interlace |
86+
| \_random\_ | Replaced with the randomly chosen file from Interlace |
8687

8788
# Advanced Command File Usage
8889
Interlace also makes the use of two additional features for controlling execution flow within a command file: `_blocker_` and `_block:<name>_`. Blockers prevent execution of commands listed after them, until all commands before them have completed, and blocks can be used to force sequential execution of commands listed within a block, for a target.

0 commit comments

Comments
 (0)