kxss icon indicating copy to clipboard operation
kxss copied to clipboard

Don't work

Open tXambe opened this issue 4 years ago • 3 comments

Hello,

I installed the tool who as indicated on the main page, when I execute the tool I have this error:

echo "http://testphp.vulnweb.com/search.php?test=123" | kxss
zsh: command not found: kxss

In bash


echo "http://testphp.vulnweb.com/search.php?test=123" | kxss
kxss: command not found

A greeting and thanks

tXambe avatar Jun 21 '21 09:06 tXambe

try to do this

> export GOPATH=$HOME/go/bin
> export PATH=$GOPATH:$PATH
> kxss

z3dc0ps avatar Apr 05 '22 13:04 z3dc0ps

Run : go install github.com/Emoe/kxss@latest Run : cp /root/go/bin/kxss /usr/local/go/bin/ Run (Check/Usage) : echo “http://testasp.vulnweb.com/Search.asp?tfSearch=ok" | kxss

0xNakah avatar Jul 25 '22 21:07 0xNakah

this is the problem with go version it is working in go version1.20 but not workng in 1.21 not sure why

cyb3r-n3rd avatar Feb 01 '24 11:02 cyb3r-n3rd