Update README.md

This commit is contained in:
Michael Skelton
2018-10-26 12:49:56 +10:00
committed by GitHub
parent c873f7949b
commit 3e32d33b5a

View File

@@ -43,7 +43,7 @@ interlace -t 192.168.12.0/24 -c "vhostscan $target -oN $output/$target-vhosts.tx
```
This is despite VHostScan not having any inbuilt CIDR notation support. Since Interlace expands the notation before building a queue of threads, VHostScan for all intents is only receiving a list of direct IP addresses to scan.
## Max Virtual Host Scanning Example
## Threading Support for an application that doesn't support it
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:
### Example 1 - direct command
```bash