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
|\_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 |
86
87
87
88
# Advanced Command File Usage
88
89
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