Update README.md

This commit is contained in:
Michael Skelton
2019-08-19 22:25:03 +10:00
committed by GitHub
parent fa6e4f9627
commit a476705dd9

View File

@@ -11,7 +11,9 @@ Easily turn single threaded command line applications into a fast, multi-threade
# Table of Contents # Table of Contents
- [Setup](#Setup) - [Setup](#Setup)
- [Usage](#Usage) - [Usage](#Usage)
- [Further information regarding ports (-p)](#Further-information-regarding-ports) - [Further information regarding ports](#Further-information-regarding-ports)
- [Further information regarding targets](#Further-information-regarding-targets)
- [Variable Replacements](#Variable-Replacements)
# Setup # Setup
Install using: Install using:
@@ -46,7 +48,7 @@ Dependencies will then be installed and Interlace will be added to your path as
| --silent | If set then only important information will be displayed and banners and other information will be redacted | | --silent | If set then only important information will be displayed and banners and other information will be redacted |
| -v | If set then verbose output will be displayed in the terminal | | -v | If set then verbose output will be displayed in the terminal |
## Further information regarding ports (-p) ## Further information regarding ports
| Example | Notation Type | | Example | Notation Type |
|---------|----------------------------------------------------------| |---------|----------------------------------------------------------|
@@ -54,7 +56,7 @@ Dependencies will then be installed and Interlace will be added to your path as
| 1-80 | Dash notation, perform a command for each port from 1-80 | | 1-80 | Dash notation, perform a command for each port from 1-80 |
| 80,443 | Perform a command for both port 80, and port 443 | | 80,443 | Perform a command for both port 80, and port 443 |
## Further information regarding targets (-t or -tL) ## Further information regarding targets
Both `-t` and `-tL` will be processed the same. You can pass targets the same as you would when using nmap. This can be done using CIDR notation, dash notation, or a comma-delimited list of targets. A single target list file can also use different notation types per line. Both `-t` and `-tL` will be processed the same. You can pass targets the same as you would when using nmap. This can be done using CIDR notation, dash notation, or a comma-delimited list of targets. A single target list file can also use different notation types per line.
Alternatively, you can pass targets in via stdin and neither -t or -tL will be required. Alternatively, you can pass targets in via stdin and neither -t or -tL will be required.