From 996d71f99d8e2bd4ad2ad5b3b204e8bb4d71ba3e Mon Sep 17 00:00:00 2001 From: Dwi Siswanto Date: Mon, 21 Sep 2020 18:00:17 +0700 Subject: [PATCH] :pencil2: Update installer script --- install.sh => .github/install.sh | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename install.sh => .github/install.sh (100%) diff --git a/install.sh b/.github/install.sh similarity index 100% rename from install.sh rename to .github/install.sh diff --git a/README.md b/README.md index cb551f7..1768282 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ A fast tool to scan CRLF vulnerability written in Go The installation is easy. You can download a prebuilt binary from [releases page](https://github.com/dwisiswant0/crlfuzz/releases), unpack and run! or with ```bash -▶ curl -sSfL http://git.io/get-crlfuzz | sh -s -- -b /usr/local/bin +▶ curl -sSfL https://git.io/crlfuzz | sh -s -- -b /usr/local/bin ``` ### from Source