mirror of
https://github.com/codingo/Interlace.git
synced 2026-01-24 17:34:46 +01:00
Update README.md
This commit is contained in:
12
README.md
12
README.md
@@ -25,12 +25,12 @@ A threading management application that allows controlled execution of multiple
|
||||
# Variable Replacements
|
||||
The following varaibles will be replaced in commands at runtime:
|
||||
|
||||
| Variable | Replacement |
|
||||
|----------|---------------------------------------------------------------------|
|
||||
| $target | Replaced with the target that the current thread is running against |
|
||||
| $output | Replaced with the output folder variable from interlace |
|
||||
| $port | Replaced with the port variable from interlace |
|
||||
| $port | Replaced with the real port variable from interlace |
|
||||
| Variable | Replacement |
|
||||
|-----------|---------------------------------------------------------------------|
|
||||
| $target | Replaced with the target that the current thread is running against |
|
||||
| $output | Replaced with the output folder variable from interlace |
|
||||
| $port | Replaced with the port variable from interlace |
|
||||
| $realport | Replaced with the real port variable from interlace |
|
||||
|
||||
# Usage Examples
|
||||
Run a virtual host scan against each host in a file, whilst also limiting scans at any one time to 50 maximum threads:
|
||||
|
||||
Reference in New Issue
Block a user