From 074e18037323d7a8ed4681a5cf00ee8f35f94989 Mon Sep 17 00:00:00 2001 From: Michael Skelton <886344+codingo@users.noreply.github.com> Date: Sun, 6 Jan 2019 18:13:34 +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 9d728ff..cd20c12 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Interlace v1.0 by Michael Skelton (@codingo_) [14:33:23] [INTERLACE] [nikto --host hackerone.com:443 > ./hackerone.com-nikto.txt] Added to Queue ``` ## Run a List of Commands against Target Hosts -Often with tests there's a list of commands you want to run on nearly every job. Assuming that list includes testssl.sh, nikto, and sslscan, you could save a command list with the following in a file called `commands.txt`: +Often with penetration tests there's a list of commands you want to run on nearly every job. Assuming that list includes testssl.sh, nikto, and sslscan, you could save a command list with the following in a file called `commands.txt`: ``` nikto --host _target_:_port_ > _output_/_target_-nikto.txt