From 090daad8c5732b063aac2ea2f6e956c1b8d185ac Mon Sep 17 00:00:00 2001 From: Michael Skelton <886344+codingo@users.noreply.github.com> Date: Sun, 6 Jan 2019 14:40:16 +1000 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e68705d..4f16067 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,9 @@ Contributions to this project are very welcome. If you're a newcomer to open sou # Setup Install using: -```$ python3 setup.py install``` +```bash +$ python3 setup.py install +``` Dependencies will then be installed and Interlace will be added to your path as `interlace`. # Usage @@ -50,6 +52,7 @@ bugcrowd.com hackerone.com ``` You could use interlace to run over any number of targets within this file using: +bash ``` ➜ /tmp interlace -tL ./targets.txt -threads 5 -c "nikto --host _target_ > ./_target_-nikto.txt" -v ==============================================