From fe1bb66235690344bc1d3df3fe01fd1d6a4836fa Mon Sep 17 00:00:00 2001 From: Michael Skelton <886344+codingo@users.noreply.github.com> Date: Fri, 26 Oct 2018 12:51:52 +1000 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8633f94..48b19d7 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,7 @@ The following varaibles will be replaced in commands at runtime: ## CIDR notation with an application that doesn't support it Interlace automatically expands CIDR notation when starting threads (unless the --no-cidr flag is passed). This allows you to pass CIDR notation to a variety of applications: -### Example 1 - direct command -To run a virtual host scan against every target within 192.168.12.0/24 you could use: +To run a virtual host scan against every target within 192.168.12.0/24 using a direct command you could use: ```bash interlace -t 192.168.12.0/24 -c "vhostscan $target -oN $output/$target-vhosts.txt" -o ~/scans/ -threads 50 ```