From 87af8d5932102d3549326b56ebcac671a1f3e682 Mon Sep 17 00:00:00 2001 From: l0pens <146249913+l0pens@users.noreply.github.com> Date: Wed, 27 Sep 2023 20:31:17 +0200 Subject: [PATCH 1/3] Update README.md - go install -v github.com/Emoe/kxss@latest --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ae5859c..8da64e6 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ URL: https://www.**********.***/event_register.php?event=177 Param: event Unfilt To install this Tool please use the following Command: ``` go get github.com/Emoe/kxss +# or +go install -v github.com/Emoe/kxss@latest ``` ## Usage From 15d8fe26a6284b687c2c1c063d2c43bdbc7eacc3 Mon Sep 17 00:00:00 2001 From: l0pens <146249913+l0pens@users.noreply.github.com> Date: Wed, 27 Sep 2023 20:46:20 +0200 Subject: [PATCH 2/3] Update README.mdwith git clone --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8da64e6..0fd8e4c 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,12 @@ To install this Tool please use the following Command: go get github.com/Emoe/kxss # or go install -v github.com/Emoe/kxss@latest +# or +git clone https://github.com/Emoe/kxss.git +cd kxss/ +go build main.go +mv main kxss +cp kxss /usr/local/bin/kxss ``` ## Usage From 6ee9522d28a33ba1cca4d9bfc85966bc02e2d91d Mon Sep 17 00:00:00 2001 From: l0pens <146249913+l0pens@users.noreply.github.com> Date: Wed, 27 Sep 2023 20:51:03 +0200 Subject: [PATCH 3/3] Update README.md add working sample to verify install --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0fd8e4c..8adea10 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ cp kxss /usr/local/bin/kxss To run this script use the following command: ``` echo "https://www.**********.***/event_register.php?event=177" | kxss +# or +echo "http://testasp.vulnweb.com/Search.asp?tfSearch=ok" | kxss ``` ## Question