Skip to content

Commit 6bd597c

Browse files
committed
Added in Dash (-) notation support into README file
1 parent 9349dd9 commit 6bd597c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,16 @@ interlace -t 192.168.12.* -c "vhostscan _target_ -oN _output_/_target_-vhosts.tx
120120
```
121121
Yet again, VHostScan does not have any inbuilt glob range format support.
122122

123+
## Dash (-) notation with an application that doesn't support it
124+
Interlace automatically expands dash ranges when starting threads. This allows you to pass glob ranges to a variety of applications:
125+
126+
To run a virtual host scan against every target within `192.168.12.1-15` using a direct command you could use:
127+
```bash
128+
interlace -t 192.168.12.1-15 -c "vhostscan _target_ -oN _output_/_target_-vhosts.txt" -o ~/scans/ -threads 50
129+
```
130+
Yet again, VHostScan does not have any inbuilt dash range format support.
131+
132+
123133
## Threading Support for an application that doesn't support it
124134
Run a [virtual host scan](https://github.com/codingo/VHostScan) against each host in a file (`target-lst.txt`), whilst also limiting scans at any one time to 50 maximum threads.
125135

0 commit comments

Comments
 (0)