From 84914abc07a0d2ee0cc2fac690ef9a3b56964eab Mon Sep 17 00:00:00 2001 From: Michael Skelton <886344+codingo@users.noreply.github.com> Date: Wed, 24 Oct 2018 09:55:24 +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 a7c5387..8331130 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The following varaibles will be replaced in commands at runtime: # Usage Examples ## Max Virtual Host Scanning Example -Run a virtual host scan against each host in a file (target-lst.txt), whilst also limiting scans at any one time to 50 maximum threads: +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 interlace -tL ./target-list.txt -c "vhostscan -t $target -oN $output/$target-vhosts.txt" -o ~/Bounties/Targets/ -threads 50