From 3e32d33b5af2d5bc9c7a32605ba66194657a8e82 Mon Sep 17 00:00:00 2001 From: Michael Skelton <886344+codingo@users.noreply.github.com> Date: Fri, 26 Oct 2018 12:49:56 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec5ef09..436abb8 100644 --- a/README.md +++ b/README.md @@ -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